Searched refs:abbrevs (Results 1 – 3 of 3) sorted by relevance
169 struct abbrev_info **abbrevs; member399 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev() argument405 abbrev = abbrevs[hash_number]; in lookup_abbrev()426 struct abbrev_info **abbrevs; in read_abbrevs() local462 abbrevs = bfd_zalloc (abfd, amt); in read_abbrevs()503 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs()527 cur_abbrev->next = abbrevs[hash_number]; in read_abbrevs()528 abbrevs[hash_number] = cur_abbrev; in read_abbrevs()542 if (lookup_abbrev (abbrev_number,abbrevs) != NULL) in read_abbrevs()546 return abbrevs; in read_abbrevs()[all …]
4334 struct abbrev_info **abbrevs; in dwarf2_empty_abbrev_table() local4336 abbrevs = (struct abbrev_info **)ptr_to_abbrevs_table; in dwarf2_empty_abbrev_table()4341 abbrev = abbrevs[i]; in dwarf2_empty_abbrev_table()4349 abbrevs[i] = NULL; in dwarf2_empty_abbrev_table()
233 (display_debug_abbrev): If no abbrevs were read, skip the CU.