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

/external/elfutils/0.153/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.h110 struct Dwfl struct
156 Dwfl *dwfl;
157 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
375 extern Dwfl_Module *__libdwfl_report_elf (Dwfl *dwfl, const char *name,
381 extern Dwfl_Module *__libdwfl_report_offline (Dwfl *dwfl, const char *name,
420 typedef bool Dwfl_Memory_Callback (Dwfl *dwfl, int segndx,
435 extern int dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name,
454 extern int dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t auxv_size,
/external/elfutils/elfutils/
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...]

Completed in 144 milliseconds