Home
last modified time | relevance | path

Searched defs:COMPAT_ELF_ET_DYN_BASE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/asm/
H A Delf.h144 #define COMPAT_ELF_ET_DYN_BASE ((TASK_SIZE_32 / 3) * 2) macro
/linux/arch/x86/include/asm/
H A Delf.h356 #define COMPAT_ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x1000000) macro