Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Delf.h122 #define AT_OLD_PHENT AT_PHENT
/freebsd/usr.bin/procstat/
H A Dprocstat_auxv.c81 case AT_PHENT: in procstat_auxv()
/freebsd/contrib/file/src/
H A Dreadelf.h70 #define AT_PHENT 4 /* size of program header entry */ macro
/freebsd/lib/libc/gen/
H A Dtls.c426 case AT_PHENT: in _init_tls()
/freebsd/sys/compat/linux/
H A Dlinux_elf.c517 AUXARGS_ENTRY(pos, AT_PHENT, args->phent); in __linuxN()
/freebsd/sys/sys/
H A Delf_common.h982 #define AT_PHENT 4 /* Size of each program header entry. */ macro
/freebsd/libexec/rtld-elf/
H A Drtld.c790 assert(aux_info[AT_PHENT] != NULL); in _rtld()
791 assert(aux_info[AT_PHENT]->a_un.a_val == sizeof(Elf_Phdr)); in _rtld()
6369 AUXFMT(AT_PHENT, "%lu"),
/freebsd/sys/kern/
H A Dimgact_elf.c1459 AUXARGS_ENTRY(pos, AT_PHENT, args->phent); in __elfN()