Searched refs:suffix_length (Results 1 – 6 of 6) sorted by relevance
1396 size_t suffix_length = 99; in build_ustar_entry_name() local1431 suffix_length--; in build_ustar_entry_name()1439 suffix_length -= insert_length; in build_ustar_entry_name()1440 if (filename_end > filename + suffix_length) in build_ustar_entry_name()1441 filename_end = filename + suffix_length; in build_ustar_entry_name()1443 suffix_length -= filename_end - filename; in build_ustar_entry_name()1459 suffix_end = suffix + suffix_length; /* Enforce limit. */ in build_ustar_entry_name()
4898 int suffix_length; in do_spec_1() local4904 suffix_length = p - suffix; in do_spec_1()4911 if (suffix_length == 0) in do_spec_1()4916 = XNEWVEC (char, suffix_length in do_spec_1()4918 strncpy (saved_suffix, suffix, suffix_length); in do_spec_1()4919 strcpy (saved_suffix + suffix_length, in do_spec_1()4922 suffix_length += strlen (TARGET_OBJECT_SUFFIX); in do_spec_1()4935 temp_filename_length = basename_length + suffix_length; in do_spec_1()4939 suffix_length); in do_spec_1()4986 if (t->length == suffix_length in do_spec_1()[all …]
530 int suffix_length; member
2472 suffix_len = spec[i].suffix_length; in _bfd_elf_get_special_section()
1217 type of prefix_length and suffix_length to int. Rename "attributes"1225 prefix_length for all entries. Set suffix_length appropriately.
623 else if (ssect->suffix_length == -2 in obj_elf_change_section()