Home
last modified time | relevance | path

Searched refs:abbrevs (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dreduced_debug_output.h97 set_abbreviations(Output_reduced_debug_abbrev_section* abbrevs) in set_abbreviations() argument
98 { associated_abbrev_ = abbrevs; } in set_abbreviations()
/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c223 struct abbrev_info **abbrevs; member
846 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev() argument
852 abbrev = abbrevs[hash_number]; in lookup_abbrev()
873 struct abbrev_info **abbrevs; in read_abbrevs() local
890 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt); in read_abbrevs()
891 if (abbrevs == NULL) in read_abbrevs()
936 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs()
960 cur_abbrev->next = abbrevs[hash_number]; in read_abbrevs()
961 abbrevs[hash_number] = cur_abbrev; in read_abbrevs()
975 if (lookup_abbrev (abbrev_number, abbrevs) != NULL) in read_abbrevs()
[all …]
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
Dtestranges.s61 .byte 0x0 ;# abbrevs terminator
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-0001233 (display_debug_abbrev): If no abbrevs were read, skip the CU.