HomeSort by relevance Sort by last modified time
    Searched refs:__PIC__ (Results 1 - 18 of 18) sorted by null

  /ndk/tests/standalone/test-fpic/
test-fpic.c 21 #ifndef __PIC__
22 #error __PIC__ is not defined!
24 #if __PIC__ == 2
27 #if __PIC__ != 1
28 #error __PIC__ value is unsupported! Should be 1 to indicate -fpic is the default.
  /bionic/libc/arch-x86/bionic/
__stack_chk_fail_local.S 39 #ifdef __PIC__
  /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/oprofile/libop/
op_hw_specific.h 23 #ifdef __PIC__
44 #ifdef __PIC__
104 #ifdef __PIC__
  /external/libffi/src/x86/
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...]
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...]
  /external/libffi/src/powerpc/
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__
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__
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
cpuid.h 60 #if defined(__i386__) && defined(__PIC__)
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
cpuid.h 60 #if defined(__i386__) && defined(__PIC__)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
cpuid.h 60 #if defined(__i386__) && defined(__PIC__)
  /external/libffi/src/m68k/
sysv.S 64 #if !defined __PIC__
159 #if !defined __PIC__
222 #if !defined __PIC__
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 116 * 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__
451 * comment out the "&& defined(__PIC__)" part here: */
452 #if defined(__x86_64__) && defined(__PIC__)
    [all...]
png.c 740 # ifdef __PIC__
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 142 #ifdef __PIC__
  /external/oprofile/daemon/
opd_ibs.c 499 #ifdef __PIC__
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 148 #define WTF_MIPS_PIC (defined __PIC__)
    [all...]
  /external/libyuv/files/source/
scale.cc     [all...]

Completed in 779 milliseconds