Searched defs:_Dwarf_Debug (Results 1 – 1 of 1) sorted by relevance
396 struct _Dwarf_Debug { struct397 Dwarf_Obj_Access_Interface *dbg_iface;398 Dwarf_Section *dbg_section; /* Dwarf section list. */399 Dwarf_Section *dbg_info_sec; /* Pointer to info section. */400 Dwarf_Off dbg_info_off; /* Current info section offset. */401 Dwarf_Section *dbg_types_sec; /* Pointer to type section. */402 Dwarf_Off dbg_types_off; /* Current types section offset. */403 Dwarf_Unsigned dbg_seccnt; /* Total number of dwarf sections. */404 int dbg_mode; /* Access mode. */405 int dbg_pointer_size; /* Object address size. */[all …]