Searched refs:suffix_length (Results 1 – 5 of 5) sorted by relevance
462 int suffix_length = ID_SUFFIX_LENGTH (name); in shorten_identifier() local467 final_len = MAX_LABEL_LENGTH - 2 - 5 - 3 - 3 - suffix_length; in shorten_identifier()469 len - final_len - suffix_length); in shorten_identifier()477 if (suffix_length) in shorten_identifier()478 strncpy (newname + MAX_LABEL_LENGTH - suffix_length, in shorten_identifier()479 name + len - suffix_length, in shorten_identifier()480 suffix_length); in shorten_identifier()
647 else if (ssect->suffix_length == -2 in obj_elf_change_section()
680 int suffix_length; member
2332 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.