Lines Matching refs:Dwfl_Module

39 typedef struct Dwfl_Module Dwfl_Module;  typedef
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,
213 int (*callback) (Dwfl_Module *, void **,
220 extern Dwfl_Module *dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address);
226 extern int dwfl_addrsegment (Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod);
236 extern int dwfl_module_report_build_id (Dwfl_Module *mod,
249 extern int dwfl_module_build_id (Dwfl_Module *mod,
288 extern int dwfl_build_id_find_elf (Dwfl_Module *, void **,
295 extern int dwfl_build_id_find_debuginfo (Dwfl_Module *, void **,
306 extern int dwfl_standard_find_debuginfo (Dwfl_Module *, void **,
314 extern int dwfl_offline_section_address (Dwfl_Module *, void **,
322 extern int dwfl_linux_kernel_find_elf (Dwfl_Module *, void **,
325 extern int dwfl_linux_kernel_module_section_address (Dwfl_Module *, void **,
380 extern int dwfl_linux_proc_find_elf (Dwfl_Module *mod, void **userdata,
393 extern int dwfl_module_relocations (Dwfl_Module *mod);
398 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
406 extern const char *dwfl_module_relocation_info (Dwfl_Module *mod,
423 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
428 extern int dwfl_module_getsymtab (Dwfl_Module *mod);
435 extern int dwfl_module_getsymtab_first_global (Dwfl_Module *mod);
449 extern const char *dwfl_module_getsym (Dwfl_Module *mod, int ndx,
473 extern const char *dwfl_module_getsym_info (Dwfl_Module *mod, int ndx,
480 extern const char *dwfl_module_addrname (Dwfl_Module *mod, GElf_Addr address);
501 extern const char *dwfl_module_addrinfo (Dwfl_Module *mod, GElf_Addr address,
516 extern const char *dwfl_module_addrsym (Dwfl_Module *mod, GElf_Addr address,
524 extern Elf_Scn *dwfl_module_address_section (Dwfl_Module *mod,
535 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
540 int (*callback) (Dwfl_Module *, void **,
554 extern Dwarf_Die *dwfl_module_addrdie (Dwfl_Module *mod,
561 extern Dwarf_Die *dwfl_module_nextcu (Dwfl_Module *mod,
566 extern Dwfl_Module *dwfl_cumodule (Dwarf_Die *cudie);
577 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
581 extern int dwfl_module_getsrc_file (Dwfl_Module *mod,
586 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
614 extern int dwfl_module_return_value_location (Dwfl_Module *mod,
624 extern int dwfl_module_register_names (Dwfl_Module *mod,
644 extern Dwarf_CFI *dwfl_module_dwarf_cfi (Dwfl_Module *mod, Dwarf_Addr *bias);
645 extern Dwarf_CFI *dwfl_module_eh_cfi (Dwfl_Module *mod, Dwarf_Addr *bias);