Lines Matching refs:dbg
66 __libdw_intern_next_unit (Dwarf *dbg, bool debug_types)
69 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset;
70 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree;
80 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL,
96 Elf_Data *data = dbg->sectiondata[debug_types
102 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU);
104 newp->dbg = dbg;
118 Dwarf_Sig8_Hash_insert (&dbg->sig8_hash, type_sig8, newp);
137 __libdw_findcu (Dwarf *dbg, Dwarf_Off start, bool debug_types)
139 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree;
141 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset;
158 struct Dwarf_CU *newp = __libdw_intern_next_unit (dbg, debug_types);