Searched defs:Dwfl (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
H A Dlibdwfl.h57 typedef struct Dwfl Dwfl; typedef in typeref:struct:Dwfl
98 extern Dwfl *dwfl_begin (const Dwfl_Callbacks *callbacks)
103 extern void dwfl_end (Dwfl *);
106 extern const char *dwfl_version (Dwfl *);
123 extern void dwfl_report_begin (Dwfl *dwfl);
151 extern int dwfl_report_segment (Dwfl *dwfl, int ndx,
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 *dwf
[all...]
H A DlibdwflP.h105 struct Dwfl struct
144 Dwfl *dwfl;
145 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
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);

Completed in 186 milliseconds