Lines Matching defs:abbrev_info
223 struct abbrev_info **abbrevs;
280 struct abbrev_info
287 struct abbrev_info *next; /* Next in chain. */
780 /* Lookup an abbrev_info structure in the abbrev hash table. */
782 static struct abbrev_info *
783 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
786 struct abbrev_info *abbrev;
807 static struct abbrev_info**
810 struct abbrev_info **abbrevs;
812 struct abbrev_info *cur_abbrev;
822 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
823 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt);
834 amt = sizeof (struct abbrev_info);
835 cur_abbrev = (struct abbrev_info *) bfd_zalloc (abfd, amt);
868 struct abbrev_info *abbrev = abbrevs[i];
2133 struct abbrev_info *abbrev;
2298 struct abbrev_info *abbrev;
2548 struct abbrev_info** abbrevs;
2550 struct abbrev_info *abbrev;
3912 struct abbrev_info **abbrevs = each->abbrevs;
3919 struct abbrev_info *abbrev = abbrevs[i];