Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c450 prof_mod.endaddr = mi->load_end; in dump_modules()
524 (lbase > modules.load_end && lend > modules.load_end)) { in fixup_maps()
527 mi->load_end = lend; 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()
539 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
799 while ((pcptr < pcse) && (*pcptr < module->load_end)) { in assign_pcsamples()
937 if (addr >= mi->load_base && addr < mi->load_end) in find_module()
1037 if (new->startaddr >= old->load_end && new->endaddr >= old->load_end) in does_overlap()
1166 mi->load_end = newmodp->endaddr; in process_modules()
[all …]
H A Dlookup.c65 *nxtsym = module->load_end; in nllookup()
H A Dgprof.h210 Address load_end; /* actual pcaddr where modl ends */ member
H A Dreadelf.c231 modules.load_end = modules.data_end; in process()
/titanic_44/usr/src/cmd/sgs/prof/common/
H A Dprofv.c424 while ((pcptr < pcse) && (*pcptr < module->load_end)) { in assign_pcsamples()
532 calleep->topc < mi->load_end) { in process_cgraph()
575 mi->load_end = ld_end; in get_shobj_syms()
595 if (new->startaddr >= old->load_end && new->endaddr >= old->load_end) in does_overlap()
690 mi->load_end = newmodp->endaddr; in process_modules()
802 mi->load_end = mi->data_end; in get_aout_syms()
H A Dprofv.h107 Address load_end; /* end addr of loaded module */ member
H A Dlookup.c64 *nxtsym_val = module->load_end; in nllookup()