Home
last modified time | relevance | path

Searched refs:AT_PHNUM (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A Delf.h84 #define AT_PHNUM 5 /* Number of program header entries. */ macro
169 #define AT_PHNUM 5 /* Number of program header entries. */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h76 #define AT_PHNUM 5 /* # phdr entries */ macro
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c420 case AT_PHNUM: in brand_post_init()
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c714 case AT_PHNUM: in brand_solaris_elfexec()
973 case AT_PHNUM: in brand_solaris_elfexec()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c538 AUX(av, AT_PHNUM, elfhdrp->e_phnum); in read_elf32()
923 AUX64(av, AT_PHNUM, elfhdrp->e_phnum); in read_elf64()
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c833 { AT_PHNUM, "AT_PHNUM", at_null },
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c530 case AT_PHNUM: in dump_auxv()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c763 ADDAUX(aux, AT_PHNUM, nphdrs) in elfexec()