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

/external/elfutils/include/elfutils/
H A Dlibdwfl.h36 typedef struct Dwfl Dwfl; typedef in typeref:struct:Dwfl
45 a partical thread/task/TID. Several threads belong to one Dwfl. */
85 extern Dwfl *dwfl_begin (const Dwfl_Callbacks *callbacks)
90 extern void dwfl_end (Dwfl *);
93 extern const char *dwfl_version (Dwfl *);
110 extern void dwfl_report_begin (Dwfl *dwfl);
138 extern int dwfl_report_segment (Dwfl *dwfl, int ndx,
145 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
160 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwf
[all...]
/external/elfutils/libdwfl/
H A Dlibdwfl.h36 typedef struct Dwfl Dwfl; typedef in typeref:struct:Dwfl
45 a partical thread/task/TID. Several threads belong to one Dwfl. */
85 extern Dwfl *dwfl_begin (const Dwfl_Callbacks *callbacks)
90 extern void dwfl_end (Dwfl *);
93 extern const char *dwfl_version (Dwfl *);
110 extern void dwfl_report_begin (Dwfl *dwfl);
138 extern int dwfl_report_segment (Dwfl *dwfl, int ndx,
145 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
160 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwf
[all...]
H A DlibdwflP.h91 DWFL_ERROR (ATTACH_STATE_CONFLICT, N_("Dwfl already has attached state")) \
92 DWFL_ERROR (NO_ATTACH_STATE, N_("Dwfl has no attached state")) \
108 Dwfl might have been created from. Can currently only be set
117 struct Dwfl struct
168 Dwfl *dwfl;
169 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
224 bool is_executable; /* Use Dwfl::executable_for_core? */
232 struct Dwfl *dwfl;
431 extern struct __libdwfl_pid_arg *__libdwfl_get_pid_arg (Dwfl *dwfl)
567 extern Dwfl_Module *__libdwfl_report_elf (Dwfl *dwf
[all...]

Completed in 676 milliseconds