Searched refs:__PIC__ (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/utils/
H A Dbuiltin-defines.c30 #ifdef __PIC__
31 #if __PIC__ == 1
32 #undef __PIC__ macro
34 #define __PIC__ 2 macro
/external/libffi/src/x86/
H A Dfreebsd.S202 #if defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE || !defined __PIC__
351 #ifdef __PIC__
359 #ifdef __PIC__
374 #ifdef __PIC__
380 #ifdef __PIC__
399 #ifdef __PIC__
405 #ifdef __PIC__
418 #if !defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE && defined __PIC__
433 #ifdef __PIC__
439 #ifdef __PIC__
[all...]
H A Dsysv.S198 #if defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE || !defined __PIC__
345 #if defined __PIC__
371 #ifdef __PIC__
377 #ifdef __PIC__
388 #ifdef __PIC__
405 #ifdef __PIC__
426 #ifdef __PIC__
439 #if !defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE && defined __PIC__
456 #ifdef __PIC__
H A Dwin32.S777 #if defined(HAVE_HIDDEN_VISIBILITY_ATTRIBUTE) || !defined(__PIC__)
1064 #if defined(HAVE_HIDDEN_VISIBILITY_ATTRIBUTE) || !defined(__PIC__)
1194 #ifdef __PIC__
1202 #ifdef __PIC__
1218 #if defined __PIC__ && defined HAVE_AS_X86_PCREL
1224 #ifdef __PIC__
1249 #if defined __PIC__ && defined HAVE_AS_X86_PCREL
1255 #ifdef __PIC__
1282 #if defined __PIC__ && defined HAVE_AS_X86_PCREL
1288 #ifdef __PIC__
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dfreebsd.S202 #if defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE || !defined __PIC__
351 #ifdef __PIC__
359 #ifdef __PIC__
374 #ifdef __PIC__
380 #ifdef __PIC__
399 #ifdef __PIC__
405 #ifdef __PIC__
418 #if !defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE && defined __PIC__
433 #ifdef __PIC__
439 #ifdef __PIC__
[all...]
H A Dsysv.S198 #if defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE || !defined __PIC__
345 #if defined __PIC__
371 #ifdef __PIC__
377 #ifdef __PIC__
388 #ifdef __PIC__
405 #ifdef __PIC__
426 #ifdef __PIC__
439 #if !defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE && defined __PIC__
456 #ifdef __PIC__
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dfreebsd.S202 #if defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE || !defined __PIC__
351 #ifdef __PIC__
359 #ifdef __PIC__
374 #ifdef __PIC__
380 #ifdef __PIC__
399 #ifdef __PIC__
405 #ifdef __PIC__
418 #if !defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE && defined __PIC__
433 #ifdef __PIC__
439 #ifdef __PIC__
[all...]
H A Dsysv.S198 #if defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE || !defined __PIC__
345 #if defined __PIC__
371 #ifdef __PIC__
377 #ifdef __PIC__
388 #ifdef __PIC__
405 #ifdef __PIC__
426 #ifdef __PIC__
439 #if !defined HAVE_HIDDEN_VISIBILITY_ATTRIBUTE && defined __PIC__
456 #ifdef __PIC__
/external/libffi/src/powerpc/
H A Dsysv.S163 #if defined _RELOCATABLE || defined __PIC__
171 #if defined _RELOCATABLE || defined __PIC__
184 #if defined _RELOCATABLE || defined __PIC__
190 #if defined _RELOCATABLE || defined __PIC__
H A Dppc_closure.S339 #if defined _RELOCATABLE || defined __PIC__
347 #if defined _RELOCATABLE || defined __PIC__
360 #if defined _RELOCATABLE || defined __PIC__
366 #if defined _RELOCATABLE || defined __PIC__
/external/libopus/celt/x86/
H A Dx86cpu.c61 #if defined(__i386__) && defined(__PIC__)
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dsysv.S163 #if defined _RELOCATABLE || defined __PIC__
171 #if defined _RELOCATABLE || defined __PIC__
184 #if defined _RELOCATABLE || defined __PIC__
190 #if defined _RELOCATABLE || defined __PIC__
H A Dppc_closure.S339 #if defined _RELOCATABLE || defined __PIC__
347 #if defined _RELOCATABLE || defined __PIC__
360 #if defined _RELOCATABLE || defined __PIC__
366 #if defined _RELOCATABLE || defined __PIC__
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
H A Dsysv.S163 #if defined _RELOCATABLE || defined __PIC__
171 #if defined _RELOCATABLE || defined __PIC__
184 #if defined _RELOCATABLE || defined __PIC__
190 #if defined _RELOCATABLE || defined __PIC__
H A Dppc_closure.S339 #if defined _RELOCATABLE || defined __PIC__
347 #if defined _RELOCATABLE || defined __PIC__
360 #if defined _RELOCATABLE || defined __PIC__
366 #if defined _RELOCATABLE || defined __PIC__
/external/lzma/C/
H A DCpuArch.c83 #if defined(MY_CPU_AMD64) && defined(__PIC__)
89 #elif defined(MY_CPU_X86) && defined(__PIC__)
/external/webp/src/dsp/
H A Dcpu.c29 // apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
30 #if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
41 defined(__PIC__)
/external/libffi/src/m68k/
H A Dsysv.S73 #if !defined __PIC__
216 #if !defined __PIC__
318 #if !defined __PIC__
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
H A Dsysv.S73 #if !defined __PIC__
216 #if !defined __PIC__
318 #if !defined __PIC__
/external/python/cpython3/Modules/_ctypes/libffi/src/m68k/
H A Dsysv.S73 #if !defined __PIC__
216 #if !defined __PIC__
318 #if !defined __PIC__
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dcpu_id.cc78 #if defined( __i386__) && defined(__PIC__)
87 #endif // defined( __i386__) && defined(__PIC__)
/external/stressapptest/src/
H A Dsattypes.h203 #if defined(__PIC__) && defined(STRESSAPPTEST_CPU_I686)
225 #endif // defined(__PIC__) && defined(STRESSAPPTEST_CPU_I686)
/external/libffi/src/metag/
H A Dsysv.S134 #ifdef __PIC__
275 #ifdef __PIC__
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
H A Dsysv.S134 #ifdef __PIC__
275 #ifdef __PIC__
/external/python/cpython3/Modules/_ctypes/libffi/src/metag/
H A Dsysv.S134 #ifdef __PIC__
275 #ifdef __PIC__

Completed in 1329 milliseconds

12