Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dauxvec.h13 #define AT_PHENT 4 /* size of program header entry */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h107 NEW_AUX_ENT(AT_PHENT, (abi_ulong)(sizeof(struct elf_phdr))); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h119 NEW_AUX_ENT(AT_PHENT, (abi_ulong)(sizeof(struct elf_phdr))); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h119 NEW_AUX_ENT(AT_PHENT, (abi_ulong)(sizeof(struct elf_phdr))); in target_create_elf_tables()
/openbmc/qemu/include/
H A Delf.h314 #define AT_PHENT 4 /* size of program header entry */ macro
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c649 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c264 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_tables()
/openbmc/qemu/linux-user/
H A Delfload.c2679 NEW_AUX_ENT(AT_PHENT, (abi_ulong)(sizeof (struct elf_phdr))); in create_elf_tables()