HomeSort by relevance Sort by last modified time
    Searched defs:Dwfl_Module (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
libdwfl.h 39 typedef struct Dwfl_Module 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 *mod, void ***userdata
    [all...]
libdwflP.h 121 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
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 *mod, Dwarf_Addr addr
    [all...]

Completed in 83 milliseconds