Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:dwfl

105 struct Dwfl
144 Dwfl *dwfl;
145 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
261 MOD->dwfl->callbacks->section_address is called to determine the actual
305 extern Dwfl_Module *__libdwfl_report_elf (Dwfl *dwfl, const char *name,
311 extern Dwfl_Module *__libdwfl_report_offline (Dwfl *dwfl, const char *name,
324 typedef bool Dwfl_Memory_Callback (Dwfl *dwfl, int segndx,
339 extern int dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name,
358 extern int dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t auxv_size,
363 extern int dwfl_core_file_report (Dwfl *dwfl, Elf *elf, const GElf_Ehdr *ehdr);