Lines Matching refs:abbrev_info
223 struct abbrev_info **abbrevs;
280 struct abbrev_info struct
287 struct abbrev_info *next; /* Next in chain. */ argument
782 static struct abbrev_info *
783 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev()
786 struct abbrev_info *abbrev; in lookup_abbrev()
807 static struct abbrev_info**
810 struct abbrev_info **abbrevs; in read_abbrevs()
812 struct abbrev_info *cur_abbrev; in read_abbrevs()
822 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE; in read_abbrevs()
823 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt); in read_abbrevs()
834 amt = sizeof (struct abbrev_info); in read_abbrevs()
835 cur_abbrev = (struct abbrev_info *) bfd_zalloc (abfd, amt); in read_abbrevs()
868 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs()
2133 struct abbrev_info *abbrev; in find_abstract_instance_name()
2298 struct abbrev_info *abbrev; in scan_unit_for_symbols()
2548 struct abbrev_info** abbrevs; in parse_comp_unit()
2550 struct abbrev_info *abbrev; in parse_comp_unit()
3912 struct abbrev_info **abbrevs = each->abbrevs; in _bfd_dwarf2_cleanup_debug_info()
3919 struct abbrev_info *abbrev = abbrevs[i]; in _bfd_dwarf2_cleanup_debug_info()