Home
last modified time | relevance | path

Searched refs:suffix_length (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-evax.c462 int suffix_length = ID_SUFFIX_LENGTH (name); in shorten_identifier() local
467 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()
Dobj-elf.c647 else if (ssect->suffix_length == -2 in obj_elf_change_section()
/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h680 int suffix_length; member
Delf.c2332 suffix_len = spec[i].suffix_length; in _bfd_elf_get_special_section()
DChangeLog-02031217 type of prefix_length and suffix_length to int. Rename "attributes"
1225 prefix_length for all entries. Set suffix_length appropriately.