Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:__PIC__

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__)
765 // have values, i.e., only if __x86_64__ AND !__PIC__
766 #if defined(__x86_64__) && !defined(__PIC__)
774 // if (!__x86_64__ AND __PIC__) OR !(PNG_x86_64_USE_GOTPCREL
776 #if (!defined(__x86_64__) && defined(__PIC__)) || \
785 // BOTH empty--i.e., NO colon if (!__x86_64__ AND __PIC__)
790 #if (!defined(__x86_64__) && defined(__PIC__))
805 #if defined(__PIC__) // macros to save, restore index to Global Offset Table