Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c1769 size_t phdrsz, shdrsz; in elfcore() local
1811 shdrsz = nshdrs * sizeof (Shdr); in elfcore()
1813 bigsize = MAX(sizeof (*bigwad), MAX(phdrsz, shdrsz)); in elfcore()
1891 doffset = sizeof (Ehdr) + phdrsz + shdrsz; in elfcore()
2151 bzero(&bigwad->shdr[0], shdrsz); in elfcore()
2174 &bigwad->shdr[0], shdrsz, rlimit, credp)) != 0) in elfcore()