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

12

/arch/openrisc/include/asm/
H A Delf.h37 #define ELF_ET_DYN_BASE (0x08000000) macro
/arch/arc/include/asm/
H A Delf.h53 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
/arch/um/sys-ppc/asm/
H A Delf.h35 #define ELF_ET_DYN_BASE (0x08000000) macro
/arch/score/include/asm/
H A Delf.h93 #ifndef ELF_ET_DYN_BASE
94 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) macro
/arch/avr32/include/asm/
H A Delf.h87 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
/arch/cris/include/asm/
H A Delf.h74 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
/arch/unicore32/include/asm/
H A Delf.h76 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
/arch/m68k/include/asm/
H A Delf.h74 #define ELF_ET_DYN_BASE 0xD0000000UL macro
76 #define ELF_ET_DYN_BASE 0x0D800000UL macro
/arch/mips/kernel/
H A Dbinfmt_elfn32.c50 #undef ELF_ET_DYN_BASE macro
51 #define ELF_ET_DYN_BASE (TASK32_SIZE / 3 * 2) macro
H A Dbinfmt_elfo32.c70 #undef ELF_ET_DYN_BASE macro
71 #define ELF_ET_DYN_BASE (TASK32_SIZE / 3 * 2) macro
/arch/m32r/include/asm/
H A Delf.h114 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) macro
/arch/metag/include/asm/
H A Delf.h87 #define ELF_ET_DYN_BASE 0x08000000UL macro
/arch/microblaze/include/uapi/asm/
H A Delf.h74 #define ELF_ET_DYN_BASE (0x08000000) macro
/arch/sparc/include/asm/
H A Delf_32.h115 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE) macro
H A Delf_64.h189 #define ELF_ET_DYN_BASE 0x0000010000000000UL macro
/arch/alpha/include/asm/
H A Delf.h92 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x1000000) macro
/arch/arm/include/asm/
H A Delf.h118 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
/arch/arm64/include/asm/
H A Delf.h129 #define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3) macro
/arch/blackfin/include/asm/
H A Delf.h117 #define ELF_ET_DYN_BASE 0xD0000000UL macro
/arch/powerpc/include/asm/
H A Delf.h32 #define ELF_ET_DYN_BASE (randomize_et_dyn(0x20000000)) macro
/arch/frv/include/asm/
H A Delf.h127 #define ELF_ET_DYN_BASE 0x08000000UL macro
/arch/mn10300/include/asm/
H A Delf.h94 #define ELF_ET_DYN_BASE 0x04000000 macro
/arch/s390/include/asm/
H A Delf.h167 #define ELF_ET_DYN_BASE (randomize_et_dyn(STACK_TOP / 3 * 2)) macro
/arch/tile/include/asm/
H A Delf.h96 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) macro
/arch/tile/mm/
H A Delf.c73 if (vma->vm_start == (ELF_ET_DYN_BASE & PAGE_MASK)) {

Completed in 133 milliseconds

12