Home | History | Annotate | Download | only in bfd

Lines Matching refs:abbrevs

223   struct abbrev_info **abbrevs;
783 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
789 abbrev = abbrevs[hash_number];
810 struct abbrev_info **abbrevs;
823 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt);
824 if (abbrevs == NULL)
868 struct abbrev_info *abbrev = abbrevs[i];
892 cur_abbrev->next = abbrevs[hash_number];
893 abbrevs[hash_number] = cur_abbrev;
907 if (lookup_abbrev (abbrev_number,abbrevs) != NULL)
911 return abbrevs;
2192 abbrev = lookup_abbrev (abbrev_number, unit->abbrevs);
2315 abbrev = lookup_abbrev (abbrev_number,unit->abbrevs);
2548 struct abbrev_info** abbrevs;
2600 /* Read the abbrevs for this compilation unit into a table. */
2601 abbrevs = read_abbrevs (abfd, abbrev_offset, stash);
2602 if (! abbrevs)
2615 abbrev = lookup_abbrev (abbrev_number, abbrevs);
2632 unit->abbrevs = abbrevs;
3912 struct abbrev_info **abbrevs = each->abbrevs;
3919 struct abbrev_info *abbrev = abbrevs[i];