Lines Matching refs:Dwfl
91 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
165 Dwfl *dwfl;
166 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
223 bool is_executable; /* Use Dwfl::executable_for_core? */
231 struct Dwfl *dwfl;
443 extern struct __libdwfl_pid_arg *__libdwfl_get_pid_arg (Dwfl *dwfl)
570 extern Dwfl_Module *__libdwfl_report_elf (Dwfl *dwfl, const char *name,
577 extern Dwfl_Module *__libdwfl_report_offline (Dwfl *dwfl, const char *name,
598 extern GElf_Addr __libdwfl_segment_start (Dwfl *dwfl, GElf_Addr start)
600 extern GElf_Addr __libdwfl_segment_end (Dwfl *dwfl, GElf_Addr end)
651 __libdwfl_debuginfod_find_executable (Dwfl *dwfl,
655 __libdwfl_debuginfod_find_debuginfo (Dwfl *dwfl,
668 typedef bool Dwfl_Memory_Callback (Dwfl *dwfl, int segndx,
704 extern int dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name,
732 extern int dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t auxv_size,