HomeSort by relevance Sort by last modified time
    Searched full:__pic__ (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
pic.c 3 // CHECK-NOT: #define __PIC__
5 // CHECK-NOT: #define __pic__
10 // CHECK-PIC1: #define __PIC__ 1
12 // CHECK-PIC1: #define __pic__ 1
17 // CHECK-PIC2: #define __PIC__ 2
19 // CHECK-PIC2: #define __pic__ 2
24 // CHECK-PIE1-NOT: #define __PIC__
26 // CHECK-PIE1-NOT: #define __pic__
31 // CHECK-PIE2-NOT: #define __PIC__
33 // CHECK-PIE2-NOT: #define __pic__
    [all...]
  /external/clang/utils/
builtin-defines.c 30 #ifdef __PIC__
31 #if __PIC__ == 1
32 #undef __PIC__
33 #undef __pic__ macro
34 #define __PIC__ 2
35 #define __pic__ 2 macro
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 28 // apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
29 #if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
  /external/webp/src/dsp/
cpu.c 28 // apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
29 #if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
  /external/oprofile/libop/
op_hw_specific.h 23 #ifdef __PIC__
44 #ifdef __PIC__
104 #ifdef __PIC__
  /external/libffi/src/x86/
freebsd.S 199 #if defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE || !defined __PIC__
348 #ifdef __PIC__
356 #ifdef __PIC__
371 #ifdef __PIC__
377 #ifdef __PIC__
396 #ifdef __PIC__
402 #ifdef __PIC__
415 #if !defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE && defined __PIC__
430 #ifdef __PIC__
436 #ifdef __PIC__
    [all...]
sysv.S 186 #if defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE || !defined __PIC__
325 #ifdef __PIC__
333 #ifdef __PIC__
348 #ifdef __PIC__
354 #ifdef __PIC__
373 #ifdef __PIC__
379 #ifdef __PIC__
392 #if !defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE && defined __PIC__
407 #ifdef __PIC__
413 #ifdef __PIC__
    [all...]
  /ndk/tests/standalone/builtin-macros/
run.sh 125 # Either __pic__ or __PIC__ must be defined. Defining both is ok, not
141 macro_check __PIC__ 1 "Position independent code (-fpic)"
172 macro_check __PIC__ 2 "Position independent code (-fPIC)"
189 macro_check __PIC__ 1 "Position independent code (-fpic)"
  /external/webrtc/src/system_wrappers/source/
cpu_features.cc 32 #if defined(__pic__) && defined(__i386__)
  /external/libffi/src/m68k/
sysv.S 64 #if !defined __PIC__
159 #if !defined __PIC__
222 #if !defined __PIC__
  /bionic/libc/arch-x86/bionic/
__stack_chk_fail_local.h 51 #ifdef __PIC__
  /development/ndk/platforms/android-9/arch-x86/src/
__stack_chk_fail_local.h 51 #ifdef __PIC__
  /external/libffi/src/powerpc/
ppc_closure.S 281 #if defined _RELOCATABLE || defined __PIC__
289 #if defined _RELOCATABLE || defined __PIC__
302 #if defined _RELOCATABLE || defined __PIC__
308 #if defined _RELOCATABLE || defined __PIC__
sysv.S 173 #if defined _RELOCATABLE || defined __PIC__
181 #if defined _RELOCATABLE || defined __PIC__
194 #if defined _RELOCATABLE || defined __PIC__
200 #if defined _RELOCATABLE || defined __PIC__
  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.c 23 #if (defined(__pic__) || defined(__APPLE__)) && defined(__i386__)
  /external/chromium/base/
cpu.cc 38 #if defined(__pic__) && defined(__i386__)
  /bionic/libc/arch-x86/string/
ssse3-memcpy-atom.S 98 #if (defined SHARED || defined __PIC__)
200 # if (defined SHARED || defined __PIC__)
274 # if (defined SHARED || defined __PIC__)
433 # if (defined SHARED || defined __PIC__)
537 # if (defined SHARED || defined __PIC__)
641 # if (defined SHARED || defined __PIC__)
747 # if (defined SHARED || defined __PIC__)
853 # if (defined SHARED || defined __PIC__)
959 # if (defined SHARED || defined __PIC__)
1065 # if (defined SHARED || defined __PIC__)
    [all...]
  /external/chromium_org/base/
cpu.cc 44 #if defined(__pic__) && defined(__i386__)
  /external/libyuv/files/source/
cpu_id.cc 30 #if (defined(__pic__) || defined(__APPLE__)) && defined(__i386__)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
cpuid.h 69 #if defined(__i386__) && defined(__PIC__)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
cpuid.h 72 #if defined(__i386__) && defined(__PIC__)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
cpuid.h 60 #if defined(__i386__) && defined(__PIC__)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
cpuid.h 69 #if defined(__i386__) && defined(__PIC__)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
cpuid.h 69 #if defined(__i386__) && defined(__PIC__)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
cpuid.h 69 #if defined(__i386__) && defined(__PIC__)

Completed in 1177 milliseconds

1 2 3