Home
last modified time | relevance | path

Searched refs:rtsz (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Da.out.c512 size_t lmsz, rtsz, prsz; in aout_new_lmp() local
521 rtsz = S_DROUND(sizeof (Rt_map)); in aout_new_lmp()
523 lmsz = rtsz + prsz + sizeof (struct ld_private); in aout_new_lmp()
526 AOUTPRV(lmp) = (void *)((uintptr_t)lmp + rtsz); in aout_new_lmp()
528 (void *)((uintptr_t)lmp + rtsz + prsz); in aout_new_lmp()
H A Delf.c1661 size_t lmsz, rtsz, epsz, dynsz = 0; local
1720 rtsz = S_DROUND(sizeof (Rt_map));
1722 lmsz = rtsz + epsz + dynsz;
1725 ELFPRV(lmp) = (void *)((uintptr_t)lmp + rtsz);
1726 DYNINFO(lmp) = (Dyninfo *)((uintptr_t)lmp + rtsz + epsz);