Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:mod

53 dwfl_module_info (Dwfl_Module *mod, void ***userdata,
58 if (mod == NULL)
62 *userdata = &mod->userdata;
64 *start = mod->low_addr;
66 *end = mod->high_addr;
69 *dwbias = mod->debug.elf == NULL ? (Dwarf_Addr) -1 : mod->debug.bias;
71 *symbias = mod->symfile == NULL ? (Dwarf_Addr) -1 : mod->symfile->bias;
74 *mainfile = mod->main.name;
77 *debugfile = mod->debug.name;
79 return mod->name;