Searched defs:Dwfl_Module (Results 1 – 5 of 5) sorted by relevance
166 struct Dwfl_Module struct169 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */ argument171 void *userdata;173 char *name; /* Iterator name for this module. */174 GElf_Addr low_addr, high_addr;176 struct dwfl_file main, debug, aux_sym;177 GElf_Addr main_bias;178 Ebl *ebl;179 GElf_Half e_type; /* GElf_Ehdr.e_type cache. */180 Dwfl_Error elferr; /* Previous failure to open main file. */[all …]
32 dwfl_getmodules (Dwfl *dwfl, in dwfl_getmodules()
50 dwfl_getdwarf (Dwfl *dwfl, in dwfl_getdwarf()
39 typedef struct Dwfl_Module Dwfl_Module; typedef