Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:Dwfl_Module

60 typedef struct Dwfl_Module Dwfl_Module;
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,
158 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
166 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name,
174 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
186 int (*removed) (Dwfl_Module *, void *,
207 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata,
219 int (*callback) (Dwfl_Module *, void **,
226 extern Dwfl_Module *dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address);
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,
294 extern int dwfl_build_id_find_elf (Dwfl_Module *, void **,
301 extern int dwfl_build_id_find_debuginfo (Dwfl_Module *, void **,
312 extern int dwfl_standard_find_debuginfo (Dwfl_Module *, void **,
320 extern int dwfl_offline_section_address (Dwfl_Module *, void **,
328 extern int dwfl_linux_kernel_find_elf (Dwfl_Module *, void **,
331 extern int dwfl_linux_kernel_module_section_address (Dwfl_Module *, void **,
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,
418 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
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,
458 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
463 int (*callback) (Dwfl_Module *, void **,
477 extern Dwarf_Die *dwfl_module_addrdie (Dwfl_Module *mod,
484 extern Dwarf_Die *dwfl_module_nextcu (Dwfl_Module *mod,
489 extern Dwfl_Module *dwfl_cumodule (Dwarf_Die *cudie);
500 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
504 extern int dwfl_module_getsrc_file (Dwfl_Module *mod,
509 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
534 extern int dwfl_module_return_value_location (Dwfl_Module *mod,
544 extern int dwfl_module_register_names (Dwfl_Module *mod,