Searched defs:phentsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c971 Half phentsize = (Half) elfedit_atoui(argstate.argv[0], local
975 if (ehdr->e_phentsize == phentsize) {
983 EC_WORD(phentsize));
985 ehdr->e_phentsize = phentsize;
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c1944 unsigned short phentsize; local
1995 phentsize = e32hdr->e_phentsize;
1996 if (phentsize < sizeof (Elf32_Phdr)) {
2005 phentsize = e64hdr->e_phentsize;
2006 if (phentsize < sizeof (Elf64_Phdr)) {
2027 phsizep = nphdrs * phentsize;

Completed in 59 milliseconds