Home
last modified time | relevance | path

Searched refs:ELF_ET_DYN_BASE (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-3/header-patches/include/asm/
Delf.h22 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
/development/ndk/platforms/android-3/arch-arm/include/asm/
Delf.h53 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Delf.h214 #ifndef ELF_ET_DYN_BASE
215 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) macro