Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:mod

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,
207 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata,
231 *MOD is always set to the module containing ADDRESS, or to null. */
232 extern int dwfl_addrsegment (Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod);
242 extern int dwfl_module_report_build_id (Dwfl_Module *mod,
255 extern int dwfl_module_build_id (Dwfl_Module *mod,
375 extern int dwfl_linux_proc_find_elf (Dwfl_Module *mod, void **userdata,
388 extern int dwfl_module_relocations (Dwfl_Module *mod);
393 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
401 extern const char *dwfl_module_relocation_info (Dwfl_Module *mod,
422 extern int dwfl_module_getsymtab (Dwfl_Module *mod);
430 extern const char *dwfl_module_getsym (Dwfl_Module *mod, int ndx,
435 extern const char *dwfl_module_addrname (Dwfl_Module *mod, GElf_Addr address);
439 extern const char *dwfl_module_addrsym (Dwfl_Module *mod, GElf_Addr address,
447 extern Elf_Scn *dwfl_module_address_section (Dwfl_Module *mod,
477 extern Dwarf_Die *dwfl_module_addrdie (Dwfl_Module *mod,
484 extern Dwarf_Die *dwfl_module_nextcu (Dwfl_Module *mod,
500 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
504 extern int dwfl_module_getsrc_file (Dwfl_Module *mod,
534 extern int dwfl_module_return_value_location (Dwfl_Module *mod,
544 extern int dwfl_module_register_names (Dwfl_Module *mod,