Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dlookup.c52 keyval = module->txt_origin + (address - module->load_base); in nllookup()
56 *nxtsym_val = module->load_base + in nllookup()
74 *nxtsym_val = module->load_base + in nllookup()
H A Dprofv.c420 if ((pcptr = locate(pcsmpl, n_samples, module->load_base)) == NULL) in assign_pcsamples()
531 if (calleep->topc >= mi->load_base && in process_cgraph()
539 f_end = mi->load_base + (nl->value - in process_cgraph()
574 mi->load_base = ld_base; in get_shobj_syms()
591 if (new->startaddr < old->load_base && new->endaddr <= old->load_base) in does_overlap()
689 mi->load_base = newmodp->startaddr; in process_modules()
801 mi->load_base = mi->txt_origin; in get_aout_syms()
H A Dprofv.h106 Address load_base; /* base addr where module is loaded */ member
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c53 keyval = module->txt_origin + (address - module->load_base); in nllookup()
57 *nxtsym = module->load_base + in nllookup()
75 *nxtsym = module->load_base + in nllookup()
H A Dgprof.c290 arcp->arc_parentp->module->load_base + in dump_callgraph()
293 prof_func.topc = mi->load_base + in dump_callgraph()
340 hitpc = nlp->module->load_base + (nlp->value - nlp->module->txt_origin); in dump_hits()
449 prof_mod.startaddr = mi->load_base; in dump_modules()
500 if (mi == &modules || mi->load_base < lbase) in fixup_maps()
501 lbase = mi->load_base; in fixup_maps()
523 if ((lbase < modules.load_base && lend < modules.load_base) || in fixup_maps()
526 mi->load_base = lbase; in fixup_maps()
536 mi->load_base = CEIL(modules.load_end + PGSZ, PGSZ); in fixup_maps()
537 mi->load_end = mi->load_base + (lend - lbase); in fixup_maps()
[all …]
H A Dgprof.h209 Address load_base; /* actual pcaddr where modl's loaded */ member
H A Dreadelf.c221 modules.load_base = modules.txt_origin; in process()