Home
last modified time | relevance | path

Searched refs:COMPAT_ELF_ET_DYN_BASE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/
H A Dcompat_binfmt_elf.c88 #ifdef COMPAT_ELF_ET_DYN_BASE
90 #define ELF_ET_DYN_BASE COMPAT_ELF_ET_DYN_BASE
/openbmc/linux/arch/riscv/include/asm/
H A Delf.h151 #define COMPAT_ELF_ET_DYN_BASE ((TASK_SIZE_32 / 3) * 2) macro
/openbmc/linux/arch/sparc/include/asm/
H A Delf_64.h192 #define COMPAT_ELF_ET_DYN_BASE 0x0000000070000000UL macro
/openbmc/linux/arch/arm64/include/asm/
H A Delf.h207 #define COMPAT_ELF_ET_DYN_BASE 0x000400000UL macro
/openbmc/linux/arch/x86/include/asm/
H A Delf.h358 #define COMPAT_ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x1000000) macro