Home
last modified time | relevance | path

Searched defs:Dwfl_Module (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/elfutils/libdwfl/
H A DlibdwflP.h159 struct Dwfl_Module struct
162 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */ argument
164 void *userdata;
166 char *name; /* Iterator name for this module. */
167 GElf_Addr low_addr, high_addr;
169 struct dwfl_file main, debug, aux_sym;
170 GElf_Addr main_bias;
171 Ebl *ebl;
172 GElf_Half e_type; /* GElf_Ehdr.e_type cache. */
173 Dwfl_Error elferr; /* Previous failure to open main file. */
[all …]
H A Ddwfl_getmodules.c36 dwfl_getmodules (Dwfl *dwfl, in dwfl_getmodules()
H A Ddwfl_getdwarf.c54 dwfl_getdwarf (Dwfl *dwfl, in dwfl_getdwarf()
H A Dlibdwfl.h39 typedef struct Dwfl_Module Dwfl_Module; typedef
/aosp_15_r20/external/elfutils/include/elfutils/
H A Dlibdwfl.h39 typedef struct Dwfl_Module Dwfl_Module; typedef