Searched refs:abbrevs (Results 1 – 1 of 1) sorted by relevance
155 struct abbrev_info **abbrevs; member366 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev() argument372 abbrev = abbrevs[hash_number]; in lookup_abbrev()393 struct abbrev_info **abbrevs; in read_abbrevs() local429 abbrevs = bfd_zalloc (abfd, amt); in read_abbrevs()470 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs()494 cur_abbrev->next = abbrevs[hash_number]; in read_abbrevs()495 abbrevs[hash_number] = cur_abbrev; in read_abbrevs()509 if (lookup_abbrev (abbrev_number,abbrevs) != NULL) in read_abbrevs()513 return abbrevs; in read_abbrevs()[all …]