Searched defs:Dwfl_Module (Results 1 – 5 of 5) sorted by relevance
162 struct Dwfl_Module struct165 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */ argument167 void *userdata;169 char *name; /* Iterator name for this module. */170 GElf_Addr low_addr, high_addr;172 struct dwfl_file main, debug, aux_sym;173 GElf_Addr main_bias;174 Ebl *ebl;175 GElf_Half e_type; /* GElf_Ehdr.e_type cache. */176 Dwfl_Error elferr; /* Previous failure to open main file. */[all …]
36 dwfl_getmodules (Dwfl *dwfl, in dwfl_getmodules()
54 dwfl_getdwarf (Dwfl *dwfl, in dwfl_getdwarf()
39 typedef struct Dwfl_Module Dwfl_Module; typedef