Searched refs:phdrsz (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 2084 size_t bigsize, phdrsz, shdrsz; in elfcore() local 2140 phdrsz = nphdrs * sizeof (Phdr); in elfcore() 2142 bigsize = MAX(sizeof (Ehdr), MAX(phdrsz, shdrsz)); in elfcore() 2182 soffset = sizeof (Ehdr) + phdrsz; in elfcore() 2183 doffset = sizeof (Ehdr) + phdrsz + shdrsz; in elfcore() 2231 bzero(phdr, phdrsz); in elfcore() 2375 phdr, phdrsz, rlimit, credp)) != 0) { in elfcore()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 3922 Word phdrsz = (ehdr->e_phnum * ehdr->e_phentsize), shscnndx; in ld_update_outfile() local 3972 phdr->p_filesz = phdr->p_memsz = phdrsz; in ld_update_outfile() 4239 size = (Addr)S_ROUND((phdrsz + ehdrsz), in ld_update_outfile()
|