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