Lines Matching refs:abbrevs
223 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()
979 return abbrevs; in read_abbrevs()
2350 abbrev = lookup_abbrev (abbrev_number, unit->abbrevs); in find_abstract_instance_name()
2494 abbrev = lookup_abbrev (abbrev_number,unit->abbrevs); in scan_unit_for_symbols()
2735 struct abbrev_info** abbrevs; in parse_comp_unit() local
2795 abbrevs = read_abbrevs (abfd, abbrev_offset, stash); in parse_comp_unit()
2796 if (! abbrevs) in parse_comp_unit()
2810 abbrev = lookup_abbrev (abbrev_number, abbrevs); in parse_comp_unit()
2827 unit->abbrevs = abbrevs; in parse_comp_unit()
4206 struct abbrev_info **abbrevs = each->abbrevs; in _bfd_dwarf2_cleanup_debug_info() local
4213 struct abbrev_info *abbrev = abbrevs[i]; in _bfd_dwarf2_cleanup_debug_info()