Lines Matching refs:module
40 nllookup(mod_info_t *module, pctype address, pctype *nxtsym)
42 size_t low = 0, middle, high = module->nname - 1;
44 nltype *mnl = module->nl;
53 keyval = module->txt_origin + (address - module->load_base);
57 *nxtsym = module->load_base +
58 (mnl[low].value - module->txt_origin);
65 *nxtsym = module->load_end;
75 *nxtsym = module->load_base +
77 module->txt_origin);