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

/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf2.c169 struct abbrev_info **abbrevs; member in struct:comp_unit
399 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) argument
405 abbrev = abbrevs[hash_number];
426 struct abbrev_info **abbrevs; local
462 abbrevs = bfd_zalloc (abfd, amt);
503 struct abbrev_info *abbrev = abbrevs[i];
527 cur_abbrev->next = abbrevs[hash_number];
528 abbrevs[hash_number] = cur_abbrev;
542 if (lookup_abbrev (abbrev_number,abbrevs) != NULL)
546 return abbrevs;
1905 struct abbrev_info** abbrevs; local
2671 struct abbrev_info **abbrevs = each->abbrevs; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c230 should be moved to the dwarf2_cu structure; for instance the abbrevs
1245 /* Read the abbrevs for this compilation unit into a table */
1868 /* Read the abbrevs for this compilation unit */
4264 /* Initialize dwarf2 abbrevs */
4334 struct abbrev_info **abbrevs; local
4336 abbrevs = (struct abbrev_info **)ptr_to_abbrevs_table;
4341 abbrev = abbrevs[i];
4349 abbrevs[i] = NULL;

Completed in 223 milliseconds