Searched defs:ELF_ET_DYN_BASE (Results 1 – 22 of 22) sorted by relevance
33 #define ELF_ET_DYN_BASE (0x08000000) macro
26 #define ELF_ET_DYN_BASE 0xD0000000UL macro
82 #define ELF_ET_DYN_BASE 0xD0000000UL macro84 #define ELF_ET_DYN_BASE 0x0D800000UL macro
50 #define ELF_ET_DYN_BASE (2UL * TASK_SIZE / 3) macro
76 #define ELF_ET_DYN_BASE (0x08000000) macro
53 #define ELF_ET_DYN_BASE ((DEFAULT_MAP_WINDOW / 3) * 2) macro
68 #define ELF_ET_DYN_BASE 0x0UL macro
131 #define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3) macro133 #define ELF_ET_DYN_BASE (2 * DEFAULT_MAP_WINDOW_64 / 3) macro
27 #define ELF_ET_DYN_BASE (is_32bit_task() ? 0x000400000UL : \ macro
93 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x1000000) macro
195 #define ELF_ET_DYN_BASE 0x08000000UL macro
208 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) macro
116 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE) macro
191 #define ELF_ET_DYN_BASE 0x0000010000000000UL macro
125 #define ELF_ET_DYN_BASE 0x400000UL macro
114 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
125 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) macro
235 #define ELF_ET_DYN_BASE (mmap_is_ia32() ? 0x000400000UL : \ macro
206 #define ELF_ET_DYN_BASE (is_compat_task() ? \ macro
308 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) macro
344 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x01000000) macro
456 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) macro
Completed in 52 milliseconds