OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__PIC__
(Results
1 - 2
of
2
) sorted by null
/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/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
...]
Completed in 58 milliseconds