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

/external/clang/utils/
H A Dbuiltin-defines.c30 #ifdef __PIC__
31 #if __PIC__ == 1
32 #undef __PIC__ macro
34 #define __PIC__ 2 macro
/external/oprofile/libop/
H A Dop_hw_specific.h23 #ifdef __PIC__
44 #ifdef __PIC__
104 #ifdef __PIC__
/external/libffi/src/x86/
H A Dsysv.S186 #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...]
H A Dfreebsd.S199 #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...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dcpu.c28 // apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
29 #if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
/external/libffi/src/powerpc/
H A Dsysv.S173 #if defined _RELOCATABLE || defined __PIC__
181 #if defined _RELOCATABLE || defined __PIC__
194 #if defined _RELOCATABLE || defined __PIC__
200 #if defined _RELOCATABLE || defined __PIC__
H A Dppc_closure.S281 #if defined _RELOCATABLE || defined __PIC__
289 #if defined _RELOCATABLE || defined __PIC__
302 #if defined _RELOCATABLE || defined __PIC__
308 #if defined _RELOCATABLE || defined __PIC__
/external/webp/src/dsp/
H A Dcpu.c28 // apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
29 #if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
/external/libffi/src/m68k/
H A Dsysv.S64 #if !defined __PIC__
159 #if !defined __PIC__
222 #if !defined __PIC__
/external/qemu/distrib/libpng-1.2.19/
H A Dpnggccrd.c116 * ifdef'd with __PIC__ macro: if defined, use a global for unmask
276 * [relevant ifdefs: __x86_64__ && __PIC__ => C code only]
289 * - replaced various __PIC__ ifdefs with *_GOT_ebx macros
309 * - changed all "#if defined(__x86_64__) // later // && defined(__PIC__)"
442 * *not* define __PIC__ when the -fPIC option is used, so we have to rely on
444 #if defined(PIC) && !defined(__PIC__) // (this can/should move to pngconf.h)
445 # define __PIC__ macro
451 * comment out the "&& defined(__PIC__)" part here: */
452 #if defined(__x86_64__) && defined(__PIC__)
765 // have values, i.e., only if __x86_64__ AND !__PIC__
[all...]
H A Dpng.c740 # ifdef __PIC__
/external/kernel-headers/original/asm-mips/
H A Dasm.h35 #ifdef __PIC__
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dx86_cliptest.S98 #if defined(__ELF__) && defined(__PIC__) && defined(GNU_ASSEMBLER) && !defined(ELFPIC)
/external/mesa3d/src/mesa/x86/
H A Dx86_cliptest.S98 #if defined(__ELF__) && defined(__PIC__) && defined(GNU_ASSEMBLER) && !defined(ELFPIC)
/external/oprofile/daemon/
H A Dopd_ibs.c499 #ifdef __PIC__
/external/eigen/Eigen/src/Core/util/
H A DMemory.h738 # if defined(__PIC__) && defined(__i386__)
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c1722 #if !defined(__PIC__)
1988 #endif // __PIC__

Completed in 345 milliseconds