Searched refs:shdrsz (Results 1 – 1 of 1) sorted by relevance
1769 size_t phdrsz, shdrsz; in elfcore() local1811 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()