Lines Matching defs:Dwfl_Module
109 Dwfl_Module *modulelist; /* List in order used by full traversals. */
119 Dwfl_Module **lookup_module; /* Module associated with segment, or null. */
142 struct Dwfl_Module
145 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
189 /* Information cached about each CU in Dwfl_Module.dw. */
197 Dwfl_Module *mod; /* Pointer back to containing module. */
240 extern void __libdwfl_module_free (Dwfl_Module *mod) internal_function;
250 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
255 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
263 extern Dwfl_Error __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf,
271 extern Dwfl_Error __libdwfl_module_getebl (Dwfl_Module *mod) internal_function;
276 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
280 extern Dwfl_Error __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr,
291 extern int __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf)
295 extern int __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug,
305 extern Dwfl_Module *__libdwfl_report_elf (Dwfl *dwfl, const char *name,
311 extern Dwfl_Module *__libdwfl_report_offline (Dwfl *dwfl, const char *name,
330 typedef bool Dwfl_Module_Callback (Dwfl_Module *mod, void **userdata,
407 /* Leading arguments standard to callbacks passed a Dwfl_Module. */