Searched refs:abbrevs (Results 1 – 4 of 4) sorted by relevance
97 set_abbreviations(Output_reduced_debug_abbrev_section* abbrevs) in set_abbreviations() argument98 { associated_abbrev_ = abbrevs; } in set_abbreviations()
223 struct abbrev_info **abbrevs; member846 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev() argument852 abbrev = abbrevs[hash_number]; in lookup_abbrev()873 struct abbrev_info **abbrevs; in read_abbrevs() local890 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 …]
61 .byte 0x0 ;# abbrevs terminator
233 (display_debug_abbrev): If no abbrevs were read, skip the CU.