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

  /external/elfutils/0.153/libdwfl/
libdwfl.h 57 typedef struct Dwfl 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);
130 effective page size for the address space DWFL describes.
146 The only information that can be extracted from DWFL later is the
151 extern int dwfl_report_segment (Dwfl *dwfl, int ndx
    [all...]
libdwflP.h 110 struct Dwfl
156 Dwfl *dwfl; member in struct:Dwfl_Module
157 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
326 MOD->dwfl->callbacks->section_address is called to determine the actual
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
    [all...]
  /external/elfutils/elfutils/
libdwfl.h 57 typedef struct Dwfl 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);
130 effective page size for the address space DWFL describes.
146 The only information that can be extracted from DWFL later is the
151 extern int dwfl_report_segment (Dwfl *dwfl, int ndx
    [all...]

Completed in 76 milliseconds