Home
last modified time | relevance | path

Searched refs:lmsz (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dobject.c60 size_t lmsz; in elf_obj_init() local
99 lmsz = S_DROUND(sizeof (Rt_map)) + sizeof (Rt_elfp); in elf_obj_init()
101 ((olmp = calloc(lmsz, 1)) == NULL)) { in elf_obj_init()
H A Da.out.c512 size_t lmsz, rtsz, prsz; in aout_new_lmp() local
523 lmsz = rtsz + prsz + sizeof (struct ld_private); in aout_new_lmp()
524 if ((lmp = calloc(lmsz, 1)) == NULL) in aout_new_lmp()
529 LMSIZE(lmp) = lmsz; in aout_new_lmp()
H A Delf.c1661 size_t lmsz, rtsz, epsz, dynsz = 0; local
1722 lmsz = rtsz + epsz + dynsz;
1723 if ((lmp = calloc(lmsz, 1)) == NULL)
1727 LMSIZE(lmp) = lmsz;