Home
last modified time | relevance | path

Searched refs:__PIC__ (Results 1 – 13 of 13) sorted by relevance

/external/clang/utils/
Dbuiltin-defines.c30 #ifdef __PIC__
31 #if __PIC__ == 1
32 #undef __PIC__
34 #define __PIC__ 2 macro
/external/libffi/src/x86/
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__
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__
/external/oprofile/libop/
Dop_hw_specific.h23 #ifdef __PIC__ in cpuid_vendor()
44 #ifdef __PIC__ in arch_cpuid_1()
104 #ifdef __PIC__ in arch_get_filter()
/external/libffi/src/powerpc/
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__
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/libffi/src/m68k/
Dsysv.S64 #if !defined __PIC__
159 #if !defined __PIC__
222 #if !defined __PIC__
/external/qemu/distrib/libpng-1.2.19/
Dpnggccrd.c444 #if defined(PIC) && !defined(__PIC__) // (this can/should move to pngconf.h)
445 # define __PIC__ macro
452 #if defined(__x86_64__) && defined(__PIC__)
766 #if defined(__x86_64__) && !defined(__PIC__)
776 #if (!defined(__x86_64__) && defined(__PIC__)) || \
790 #if (!defined(__x86_64__) && defined(__PIC__))
805 #if defined(__PIC__) // macros to save, restore index to Global Offset Table
Dpng.c740 # ifdef __PIC__ in png_get_header_version()
/external/oprofile/daemon/
Dopd_ibs.c499 #ifdef __PIC__ in check_cpuid_family_model_stepping()
/external/webkit/Source/JavaScriptCore/wtf/
DPlatform.h148 #define WTF_MIPS_PIC (defined __PIC__)
/external/clang/include/clang/Driver/
DCC1Options.td538 HelpText<"Value for __PIC__">;
/external/libpng/
DCHANGES1829 Make sure __PIC__ is defined in pnggccrd.c when PIC is defined.