Home
last modified time | relevance | path

Searched refs:load_base (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c51 keyval = module->txt_origin + (address - module->load_base); in nllookup()
55 *nxtsym = module->load_base + in nllookup()
73 *nxtsym = module->load_base + in nllookup()
H A Dgprof.c326 arcp->arc_parentp->module->load_base + in dump_callgraph()
329 prof_func.topc = mi->load_base + in dump_callgraph()
485 prof_mod.startaddr = mi->load_base; in dump_modules()
536 if (mi == &modules || mi->load_base < lbase) in fixup_maps()
537 lbase = mi->load_base; in fixup_maps()
559 if ((lbase < modules.load_base && lend < modules.load_base) || in fixup_maps()
562 mi->load_base = lbase; in fixup_maps()
573 mi->load_end = mi->load_base + (lend - lbase); in fixup_maps()
1070 if (new->startaddr < old->load_base && new->endaddr <= old->load_base) in does_overlap()
1202 mi->load_base = newmodp->startaddr; in process_modules()
[all …]
H A Dgprof.h207 Address load_base; /* actual pcaddr where modl's loaded */ member
H A Dreadelf.c219 modules.load_base = modules.txt_origin; in process()