Searched refs:lookup_abbrev (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c400 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) function
526 if (lookup_abbrev (abbrev_number,abbrevs) != NULL)
1348 abbrev = lookup_abbrev (abbrev_number,unit->abbrevs);
1497 abbrev = lookup_abbrev (abbrev_number, abbrevs);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c397 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) function
540 if (lookup_abbrev (abbrev_number,abbrevs) != NULL)
1557 abbrev = lookup_abbrev (abbrev_number, unit->abbrevs);
1673 abbrev = lookup_abbrev (abbrev_number,unit->abbrevs);
1943 abbrev = lookup_abbrev (abbrev_number, abbrevs);

Completed in 229 milliseconds