Searched refs:phdrsz (Results 1 – 2 of 2) sorted by relevance
1769 size_t phdrsz, shdrsz; in elfcore() local1810 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()
3617 Word phdrsz = (ehdr->e_phnum * ehdr->e_phentsize), shscnndx; in ld_update_outfile() local3667 phdr->p_filesz = phdr->p_memsz = phdrsz; in ld_update_outfile()3944 size = (Addr)S_ROUND((phdrsz + ehdrsz), in ld_update_outfile()