Searched defs:Dwfl_Module (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Dlibdwfl.h60 typedef struct Dwfl_Module Dwfl_Module; typedef in typeref:struct:Dwfl_Module
68 int (*find_elf) (Dwfl_Module *mod, void **userdata,
72 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata,
83 int (*section_address) (Dwfl_Module *mod, void **userdata,
158 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
166 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name,
174 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
186 int (*removed) (Dwfl_Module *, void *,
207 extern const char *dwfl_module_info (Dwfl_Module *mo
[all...]
H A DlibdwflP.h114 Dwfl_Module *modulelist; /* List in order used by full traversals. */
124 Dwfl_Module **lookup_module; /* Module associated with segment, or null. */
154 struct Dwfl_Module struct
157 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
208 /* Information cached about each CU in Dwfl_Module.dw. */
216 Dwfl_Module *mod; /* Pointer back to containing module. */
250 dwfl_adjusted_address (Dwfl_Module *mod, GElf_Addr addr)
256 dwfl_deadjust_address (Dwfl_Module *mod, GElf_Addr addr)
262 dwfl_adjusted_dwarf_addr (Dwfl_Module *mod, Dwarf_Addr addr)
270 dwfl_deadjust_dwarf_addr (Dwfl_Module *mo
[all...]
/external/elfutils/elfutils/
H A Dlibdwfl.h60 typedef struct Dwfl_Module Dwfl_Module; typedef in typeref:struct:Dwfl_Module
68 int (*find_elf) (Dwfl_Module *mod, void **userdata,
72 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata,
83 int (*section_address) (Dwfl_Module *mod, void **userdata,
158 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
166 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name,
174 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
186 int (*removed) (Dwfl_Module *, void *,
207 extern const char *dwfl_module_info (Dwfl_Module *mo
[all...]

Completed in 85 milliseconds