Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Da.out.h107 #define SEGMENT_SIZE page_size macro
110 #define SEGMENT_SIZE 0x2000 macro
113 #define SEGMENT_SIZE 0x20000 macro
117 #define SEGMENT_SIZE PAGE_SIZE macro
123 #define SEGMENT_SIZE 1024 macro
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE macro
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/development/ndk/platforms/android-21/include/linux/
Da.out.h109 #define SEGMENT_SIZE page_size macro
112 #define SEGMENT_SIZE 0x2000 macro
116 #define SEGMENT_SIZE 0x20000 macro
121 #define SEGMENT_SIZE PAGE_SIZE macro
127 #define SEGMENT_SIZE 1024 macro
130 #ifndef SEGMENT_SIZE
131 #define SEGMENT_SIZE getpagesize() macro
136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)