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

1 2

  /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
  /ndk/tests/standalone/builtin-macros/
run.sh 121 # Either __pic__ or __PIC__ must be defined. Defining both is ok, not
138 macro_check __PIC__ 1 "Position independent code (-fpic)"
175 macro_check __PIC__ 2 "Position independent code (-fPIC)"
193 macro_check __PIC__ 1 "Position independent code (-fpic)"
202 macro_check __PIC__ 1 "Position independent code (-fpic)"
211 macro_check __PIC__ 2 "Position independent code (-fPIC)"
228 macro_check __PIC__ 1 "Position independent code (-fpic)"
  /external/webp/src/dsp/
cpu.c 24 // apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
25 #if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
  /external/webrtc/src/system_wrappers/source/
cpu_features.cc 32 #if defined(__pic__) && defined(__i386__)
  /development/ndk/platforms/android-9/arch-x86/src/
__stack_chk_fail_local.h 51 #ifdef __PIC__