Lines Matching defs:mod
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,
261 MOD->dwfl->callbacks->section_address is called to determine the actual
263 extern Dwfl_Error __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf,
270 /* Ensure that MOD->ebl is set up. */
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,
288 in MOD and return its length. If SET is false, instead compare it
289 to that stored in MOD and return 2 if they match, 1 if they do not.
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,
330 typedef bool Dwfl_Module_Callback (Dwfl_Module *mod, void **userdata,
408 #define MODCB_ARGS(mod) (mod), &(mod)->userdata, (mod)->name, (mod)->low_addr