Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c1930 unsigned short phentsize; in doelfwork() local
1981 phentsize = e32hdr->e_phentsize; in doelfwork()
1982 if (phentsize < sizeof (Elf32_Phdr)) { in doelfwork()
1991 phentsize = e64hdr->e_phentsize; in doelfwork()
1992 if (phentsize < sizeof (Elf64_Phdr)) { in doelfwork()
2013 phsizep = nphdrs * phentsize; in doelfwork()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c971 Half phentsize = (Half) elfedit_atoui(argstate.argv[0], in cmd_body() local
975 if (ehdr->e_phentsize == phentsize) { in cmd_body()
983 EC_WORD(phentsize)); in cmd_body()
985 ehdr->e_phentsize = phentsize; in cmd_body()