Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Delf.h123 #define AT_OLD_PHNUM AT_PHNUM
/freebsd/usr.bin/procstat/
H A Dprocstat_auxv.c85 case AT_PHNUM: in procstat_auxv()
/freebsd/lib/libc/gen/
H A Ddlfcn.c192 case AT_PHNUM: in dl_init_phdr_info()
H A Dtls.c430 case AT_PHNUM: in _init_tls()
/freebsd/contrib/file/src/
H A Dreadelf.h71 #define AT_PHNUM 5 /* number of program headers */ macro
/freebsd/sys/compat/linux/
H A Dlinux_elf.c518 AUXARGS_ENTRY(pos, AT_PHNUM, args->phnum); in __linuxN()
/freebsd/sys/sys/
H A Delf_common.h983 #define AT_PHNUM 5 /* Number of program header entries. */ macro
/freebsd/libexec/rtld-elf/
H A Drtld.c788 assert(aux_info[AT_PHNUM] != NULL); in _rtld()
789 phnum = aux_info[AT_PHNUM]->a_un.a_val; in _rtld()
6370 AUXFMT(AT_PHNUM, "%lu"),
/freebsd/sys/kern/
H A Dimgact_elf.c1460 AUXARGS_ENTRY(pos, AT_PHNUM, args->phnum); in __elfN()