Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c1769 size_t phdrsz, shdrsz; in elfcore() local
1810 phdrsz = nphdrs * sizeof (Phdr); in elfcore()
1813 bigsize = MAX(sizeof (*bigwad), MAX(phdrsz, shdrsz)); in elfcore()
1890 soffset = sizeof (Ehdr) + phdrsz; in elfcore()
1891 doffset = sizeof (Ehdr) + phdrsz + shdrsz; in elfcore()
1894 bzero(v, phdrsz); in elfcore()
2029 v, phdrsz, rlimit, credp)) != 0) in elfcore()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3617 Word phdrsz = (ehdr->e_phnum * ehdr->e_phentsize), shscnndx; in ld_update_outfile() local
3667 phdr->p_filesz = phdr->p_memsz = phdrsz; in ld_update_outfile()
3944 size = (Addr)S_ROUND((phdrsz + ehdrsz), in ld_update_outfile()