Searched refs:AT_SYSINFO_EHDR (Results 1 - 25 of 25) sorted by relevance

/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dauxvec.h4 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/arch/arm/include/uapi/asm/
H A Dauxvec.h5 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/arch/um/include/shared/
H A Delf_user.h15 #ifndef AT_SYSINFO_EHDR
16 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dauxvec.h9 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/Documentation/vDSO/
H A Dvdso_test.c24 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); main()
26 printf("AT_SYSINFO_EHDR is not present!\n"); main()
30 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); main()
H A Dparse_vdso.c26 * If you've already parsed auxv, then pass the value of AT_SYSINFO_EHDR
262 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) { vdso_init_from_auxv()
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dauxvec.h10 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dauxvec.h15 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dauxvec.h7 #define AT_SYSINFO_EHDR 33
/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Dauxvec.h17 #define AT_SYSINFO_EHDR 33 macro
H A Delf.h180 VDSO_AUX_ENT(AT_SYSINFO_EHDR, current->mm->context.vdso_base); \
/linux-4.4.14/arch/tile/include/uapi/asm/
H A Dauxvec.h19 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/arch/arm64/include/uapi/asm/
H A Dauxvec.h20 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/arch/x86/um/asm/
H A Delf.h89 #define AT_SYSINFO_EHDR 33 macro
95 NEW_AUX_ENT(AT_SYSINFO_EHDR, vsyscall_ehdr); \
191 #define AT_SYSINFO_EHDR 33 macro
192 #define ARCH_DLINFO NEW_AUX_ENT(AT_SYSINFO_EHDR, um_vdso_addr)
/linux-4.4.14/arch/sh/include/uapi/asm/
H A Dauxvec.h21 #define AT_SYSINFO_EHDR 33 macro
/linux-4.4.14/arch/um/os-Linux/
H A Delf_aux.c40 case AT_SYSINFO_EHDR: scan_elf_aux()
/linux-4.4.14/arch/x86/include/asm/
H A Delf.h283 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_CURRENT_BASE); \
303 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
311 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/linux-4.4.14/arch/tile/include/asm/
H A Delf.h134 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_BASE); \
/linux-4.4.14/arch/arm64/include/asm/
H A Delf.h141 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/linux-4.4.14/arch/arm/include/asm/
H A Delf.h134 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/linux-4.4.14/arch/s390/include/asm/
H A Delf.h223 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/linux-4.4.14/arch/sh/include/asm/
H A Delf.h204 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_BASE); \
/linux-4.4.14/arch/ia64/include/asm/
H A Delf.h216 NEW_AUX_ENT(AT_SYSINFO_EHDR, (unsigned long) GATE_EHDR); \
/linux-4.4.14/arch/mips/include/asm/
H A Delf.h425 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/linux-4.4.14/arch/ia64/kernel/
H A Dunwind.c2290 * ELF header for this DSO is passed to user-level via AT_SYSINFO_EHDR.

Completed in 1126 milliseconds