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

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c143 struct abbrev_info** abbrevs;
180 struct abbrev_info struct
187 struct abbrev_info *next; /* Next in chain. */
399 /* Lookup an abbrev_info structure in the abbrev hash table. */
401 static struct abbrev_info *
402 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
405 struct abbrev_info *abbrev;
426 static struct abbrev_info**
429 struct abbrev_info **abbrevs;
431 struct abbrev_info *cur_abbre
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c308 struct abbrev_info **dwarf2_abbrevs;
496 struct abbrev_info struct
503 struct abbrev_info *next; /* next in chain */
759 static struct abbrev_info *peek_die_abbrev (char *, int *, struct dwarf2_cu *);
761 static struct abbrev_info *dwarf2_lookup_abbrev (unsigned int,
768 struct abbrev_info *abbrev, unsigned int,
1008 static struct abbrev_info *dwarf_alloc_abbrev (struct dwarf2_cu *);
1026 static char *skip_one_die (char *info_ptr, struct abbrev_info *abbrev,
1425 struct abbrev_info *abbrev;
1562 struct abbrev_info *abbre
[all...]

Completed in 95 milliseconds