HomeSort by relevance Sort by last modified time
    Searched defs:SEGMENT_SIZE (Results 26 - 50 of 98) sorted by null

12 3 4

  /toolchain/binutils/binutils-2.25/bfd/
mipsbsd.c 32 #define SEGMENT_SIZE TARGET_PAGE_SIZE
  /toolchain/binutils/binutils-2.25/include/aout/
hp300hpux.h 105 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
130 #define SEGMENT_SIZE 0x1000
  /bionic/libc/kernel/uapi/linux/
a.out.h 109 #define SEGMENT_SIZE page_size
112 #define SEGMENT_SIZE 0x2000
116 #define SEGMENT_SIZE 0x20000
121 #define SEGMENT_SIZE PAGE_SIZE
127 #define SEGMENT_SIZE 1024
130 #ifndef SEGMENT_SIZE
131 #define SEGMENT_SIZE getpagesize()
136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /development/ndk/platforms/android-21/include/linux/
a.out.h 109 #define SEGMENT_SIZE page_size
112 #define SEGMENT_SIZE 0x2000
116 #define SEGMENT_SIZE 0x20000
121 #define SEGMENT_SIZE PAGE_SIZE
127 #define SEGMENT_SIZE 1024
130 #ifndef SEGMENT_SIZE
131 #define SEGMENT_SIZE getpagesize()
136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /development/ndk/platforms/android-3/include/linux/
a.out.h 107 #define SEGMENT_SIZE page_size
110 #define SEGMENT_SIZE 0x2000
113 #define SEGMENT_SIZE 0x20000
117 #define SEGMENT_SIZE PAGE_SIZE
123 #define SEGMENT_SIZE 1024
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /external/kernel-headers/original/uapi/linux/
a.out.h 116 Note that it is up to you to define SEGMENT_SIZE
119 #define SEGMENT_SIZE page_size
122 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
129 #define SEGMENT_SIZE PAGE_SIZE
137 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
141 #define SEGMENT_SIZE getpagesize()
147 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include-fixed/linux/
a.out.h 116 #define SEGMENT_SIZE page_size
119 #define SEGMENT_SIZE 0x2000
122 #define SEGMENT_SIZE 0x20000
126 #define SEGMENT_SIZE PAGE_SIZE
132 #define SEGMENT_SIZE 1024
134 #ifndef SEGMENT_SIZE
135 #define SEGMENT_SIZE PAGE_SIZE
140 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include-fixed/linux/
a.out.h 116 #define SEGMENT_SIZE page_size
119 #define SEGMENT_SIZE 0x2000
122 #define SEGMENT_SIZE 0x20000
126 #define SEGMENT_SIZE PAGE_SIZE
132 #define SEGMENT_SIZE 1024
134 #ifndef SEGMENT_SIZE
135 #define SEGMENT_SIZE PAGE_SIZE
140 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
a.out.h 79 #define SEGMENT_SIZE 1024
81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
a.out.h 116 Note that it is up to you to define SEGMENT_SIZE
119 #define SEGMENT_SIZE page_size
122 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
129 #define SEGMENT_SIZE PAGE_SIZE
135 #define SEGMENT_SIZE 1024
137 #ifndef SEGMENT_SIZE
138 #define SEGMENT_SIZE getpagesize()
143 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 79 #define SEGMENT_SIZE 1024
81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 116 Note that it is up to you to define SEGMENT_SIZE
119 #define SEGMENT_SIZE page_size
122 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
129 #define SEGMENT_SIZE PAGE_SIZE
135 #define SEGMENT_SIZE 1024
137 #ifndef SEGMENT_SIZE
138 #define SEGMENT_SIZE getpagesize()
143 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
a.out.h 107 #define SEGMENT_SIZE page_size
110 #define SEGMENT_SIZE 0x2000
113 #define SEGMENT_SIZE 0x20000
117 #define SEGMENT_SIZE PAGE_SIZE
123 #define SEGMENT_SIZE 1024
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
a.out.h 107 #define SEGMENT_SIZE page_size
110 #define SEGMENT_SIZE 0x2000
113 #define SEGMENT_SIZE 0x20000
117 #define SEGMENT_SIZE PAGE_SIZE
123 #define SEGMENT_SIZE 1024
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
a.out.h 107 #define SEGMENT_SIZE page_size
110 #define SEGMENT_SIZE 0x2000
113 #define SEGMENT_SIZE 0x20000
117 #define SEGMENT_SIZE PAGE_SIZE
123 #define SEGMENT_SIZE 1024
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
a.out.h 107 #define SEGMENT_SIZE page_size
110 #define SEGMENT_SIZE 0x2000
113 #define SEGMENT_SIZE 0x20000
117 #define SEGMENT_SIZE PAGE_SIZE
123 #define SEGMENT_SIZE 1024
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
a.out.h 107 #define SEGMENT_SIZE page_size
110 #define SEGMENT_SIZE 0x2000
113 #define SEGMENT_SIZE 0x20000
117 #define SEGMENT_SIZE PAGE_SIZE
123 #define SEGMENT_SIZE 1024
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
a.out.h 107 #define SEGMENT_SIZE page_size
110 #define SEGMENT_SIZE 0x2000
113 #define SEGMENT_SIZE 0x20000
117 #define SEGMENT_SIZE PAGE_SIZE
123 #define SEGMENT_SIZE 1024
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
a.out.h 107 #define SEGMENT_SIZE page_size
110 #define SEGMENT_SIZE 0x2000
113 #define SEGMENT_SIZE 0x20000
117 #define SEGMENT_SIZE PAGE_SIZE
123 #define SEGMENT_SIZE 1024
125 #ifndef SEGMENT_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)

Completed in 4327 milliseconds

12 3 4