HomeSort by relevance Sort by last modified time
    Searched defs:Dwfl (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
libdwfl.h 36 typedef struct Dwfl 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);
117 effective page size for the address space DWFL describes.
133 The only information that can be extracted from DWFL later is th
    [all...]
libdwflP.h 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
168 Dwfl *dwfl; member in struct:Dwfl_Module
169 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
224 bool is_executable; /* Use Dwfl::executable_for_core? */
232 struct Dwfl *dwfl; member in struct:Dwfl_Process
    [all...]

Completed in 65 milliseconds