Searched defs:nxtsym (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c40 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) argument
56 if (nxtsym) {
57 *nxtsym = module->load_base +
64 if (nxtsym)
65 *nxtsym = module->load_end;
74 if (nxtsym) {
75 *nxtsym = module->load_base +

Completed in 55 milliseconds