Home
last modified time | relevance | path

Searched refs:abbrevs (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDdwarf2.c169 struct abbrev_info **abbrevs; member
399 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev() argument
405 abbrev = abbrevs[hash_number]; in lookup_abbrev()
426 struct abbrev_info **abbrevs; in read_abbrevs() local
462 abbrevs = bfd_zalloc (abfd, amt); in read_abbrevs()
503 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs()
527 cur_abbrev->next = abbrevs[hash_number]; in read_abbrevs()
528 abbrevs[hash_number] = cur_abbrev; in read_abbrevs()
542 if (lookup_abbrev (abbrev_number,abbrevs) != NULL) in read_abbrevs()
546 return abbrevs; in read_abbrevs()
[all …]
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c4334 struct abbrev_info **abbrevs; in dwarf2_empty_abbrev_table() local
4336 abbrevs = (struct abbrev_info **)ptr_to_abbrevs_table; in dwarf2_empty_abbrev_table()
4341 abbrev = abbrevs[i]; in dwarf2_empty_abbrev_table()
4349 abbrevs[i] = NULL; in dwarf2_empty_abbrev_table()
/NextBSD/contrib/binutils/binutils/
HDChangeLog-0001233 (display_debug_abbrev): If no abbrevs were read, skip the CU.