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

/external/elfutils/include/elfutils/
H A Dlibdwfl.h39 typedef struct Dwfl_Module Dwfl_Module; typedef in typeref:struct:Dwfl_Module
55 int (*find_elf) (Dwfl_Module *mod, void **userdata,
59 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata,
70 int (*section_address) (Dwfl_Module *mod, void **userdata,
145 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
160 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name,
168 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
180 int (*removed) (Dwfl_Module *, void *,
201 extern const char *dwfl_module_info (Dwfl_Module *mo
[all...]
/external/elfutils/libdwfl/
H A Dlibdwfl.h39 typedef struct Dwfl_Module Dwfl_Module; typedef in typeref:struct:Dwfl_Module
55 int (*find_elf) (Dwfl_Module *mod, void **userdata,
59 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata,
70 int (*section_address) (Dwfl_Module *mod, void **userdata,
145 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
160 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name,
168 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
180 int (*removed) (Dwfl_Module *, void *,
201 extern const char *dwfl_module_info (Dwfl_Module *mo
[all...]
H A DlibdwflP.h121 Dwfl_Module *modulelist; /* List in order used by full traversals. */
134 Dwfl_Module **lookup_module; /* Module associated with segment, or null. */
166 struct Dwfl_Module struct
169 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
294 /* Information cached about each CU in Dwfl_Module.dw. */
302 Dwfl_Module *mod; /* Pointer back to containing module. */
336 dwfl_adjusted_address (Dwfl_Module *mod, GElf_Addr addr)
342 dwfl_deadjust_address (Dwfl_Module *mod, GElf_Addr addr)
348 dwfl_adjusted_dwarf_addr (Dwfl_Module *mod, Dwarf_Addr addr)
356 dwfl_deadjust_dwarf_addr (Dwfl_Module *mo
[all...]

Completed in 188 milliseconds