Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c486 prof_mod.endaddr = mi->load_end; in dump_modules()
560 (lbase > modules.load_end && lend > modules.load_end)) { in fixup_maps()
563 mi->load_end = lend; in fixup_maps()
573 mi->load_end = mi->load_base + (lend - lbase); in fixup_maps()
575 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
974 if (addr >= mi->load_base && addr < mi->load_end) in find_module()
1074 if (new->startaddr >= old->load_end && new->endaddr >= old->load_end) in does_overlap()
1203 mi->load_end = newmodp->endaddr; in process_modules()
1215 "end=%#llx\n", mi->load_base, mi->load_end); in process_modules()
1243 new_module->load_end = newmodp->endaddr; in process_modules()
[all …]
H A Dlookup.c63 *nxtsym = module->load_end; in nllookup()
H A Dgprof.h208 Address load_end; /* actual pcaddr where modl ends */ member
H A Dreadelf.c229 modules.load_end = modules.data_end; in process()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c2374 hrtime_t load_end = gethrtime(); in metaslab_load_impl() local
2375 msp->ms_load_time = load_end; in metaslab_load_impl()
2391 (longlong_t)((load_end - load_start) / 1000000), in metaslab_load_impl()