Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dauxvec.h16 #define AT_BASE 7 /* base address of interpreter */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h110 NEW_AUX_ENT(AT_BASE, (abi_ulong)(interp_load_addr)); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h122 NEW_AUX_ENT(AT_BASE, (abi_ulong)(interp_load_addr)); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h122 NEW_AUX_ENT(AT_BASE, (abi_ulong)(interp_load_addr)); in target_create_elf_tables()
/openbmc/qemu/include/
H A Delf.h317 #define AT_BASE 7 /* base address of interpreter */ macro
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c651 NEW_AUX_ENT(AT_BASE, interp_params->elfhdr_addr); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c266 NEW_AUX_ENT(AT_BASE, interp_load_addr); in create_elf_tables()
/openbmc/qemu/linux-user/
H A Delfload.c2688 NEW_AUX_ENT(AT_BASE, (abi_ulong)(interp_info ? interp_info->load_addr : 0)); in create_elf_tables()