OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__pic__
(Results
1 - 25
of
77
) sorted by null
1
2
3
4
/external/clang/test/Preprocessor/
pic.c
3
// CHECK-NOT: #define
__PIC__
5
// CHECK-NOT: #define
__pic__
10
// CHECK-PIC1: #define
__PIC__
1
12
// CHECK-PIC1: #define
__pic__
1
17
// CHECK-PIC2: #define
__PIC__
2
19
// CHECK-PIC2: #define
__pic__
2
24
// CHECK-PIE1-NOT: #define
__PIC__
26
// CHECK-PIE1-NOT: #define
__pic__
31
// CHECK-PIE2-NOT: #define
__PIC__
33
// CHECK-PIE2-NOT: #define
__pic__
[
all
...]
/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
/ndk/tests/standalone/builtin-macros/
run.sh
121
# Either
__pic__
or
__PIC__
must be defined. Defining both is ok, not
138
macro_check
__PIC__
1 "Position independent code (-fpic)"
175
macro_check
__PIC__
2 "Position independent code (-fPIC)"
193
macro_check
__PIC__
1 "Position independent code (-fpic)"
202
macro_check
__PIC__
1 "Position independent code (-fpic)"
211
macro_check
__PIC__
2 "Position independent code (-fPIC)"
228
macro_check
__PIC__
1 "Position independent code (-fpic)"
/external/oprofile/libop/
op_hw_specific.h
23
#ifdef
__PIC__
44
#ifdef
__PIC__
104
#ifdef
__PIC__
/external/chromium_org/third_party/libwebp/dsp/
cpu.c
24
// apple/darwin gcc-4.0.1 defines
__PIC__
, but not
__pic__
with -fPIC.
25
#if (defined(
__pic__
) || defined(
__PIC__
)) && defined(__i386__)
/external/webp/src/dsp/
cpu.c
24
// apple/darwin gcc-4.0.1 defines
__PIC__
, but not
__pic__
with -fPIC.
25
#if (defined(
__pic__
) || defined(
__PIC__
)) && defined(__i386__)
/external/chromium_org/third_party/webrtc/system_wrappers/source/
cpu_features.cc
30
#if defined(
__pic__
) && defined(__i386__)
/external/webrtc/src/system_wrappers/source/
cpu_features.cc
32
#if defined(
__pic__
) && defined(__i386__)
/development/ndk/platforms/android-9/arch-x86/src/
__stack_chk_fail_local.h
51
#ifdef
__PIC__
/development/ndk/platforms/android-L/arch-x86_64/include/machine/
asm.h
40
#ifdef
__PIC__
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
cpu_id.c
23
#if (defined(
__pic__
) || defined(__APPLE__)) && defined(__i386__)
/external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.c
23
#if (defined(
__pic__
) || defined(__APPLE__)) && defined(__i386__)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
cpu_id.c
23
#if (defined(
__pic__
) || defined(__APPLE__)) && defined(__i386__)
/external/chromium_org/third_party/libyuv/source/
compare_posix.cc
68
(defined(__x86_64__) || (defined(__i386__) && !defined(
__pic__
)))
152
#endif // defined(__x86_64__) || (defined(__i386__) && !defined(
__pic__
)))
cpu_id.cc
75
#if defined( __i386__) && defined(
__PIC__
)
84
#endif // defined( __i386__) && defined(
__PIC__
)
/system/core/libcutils/arch-x86/
sse2-memset32-atom.S
89
#if (defined SHARED || defined
__PIC__
)
262
# if (defined SHARED || defined
__PIC__
)
279
# if (defined SHARED || defined
__PIC__
)
389
#if defined DATA_CACHE_SIZE || !(defined SHARED || defined
__PIC__
)
/bionic/libc/arch-x86/silvermont/string/
sse2-memset-slm.S
102
#if (defined SHARED || defined
__PIC__
)
243
# if (defined SHARED || defined
__PIC__
)
261
# if (defined SHARED || defined
__PIC__
)
302
#if defined DATA_CACHE_SIZE || !(defined SHARED || defined
__PIC__
)
325
#if defined DATA_CACHE_SIZE || !(defined SHARED || defined
__PIC__
)
366
#if defined SHARED_CACHE_SIZE || !(defined SHARED || defined
__PIC__
)
/bionic/libc/arch-x86/atom/string/
ssse3-memcpy-atom.S
97
#if (defined SHARED || defined
__PIC__
)
198
# if (defined SHARED || defined
__PIC__
)
272
# if (defined SHARED || defined
__PIC__
)
431
# if (defined SHARED || defined
__PIC__
)
535
# if (defined SHARED || defined
__PIC__
)
639
# if (defined SHARED || defined
__PIC__
)
745
# if (defined SHARED || defined
__PIC__
)
851
# if (defined SHARED || defined
__PIC__
)
957
# if (defined SHARED || defined
__PIC__
)
1063
# if (defined SHARED || defined
__PIC__
)
[
all
...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
cpuid.h
134
#if defined(__i386__) && defined(
__PIC__
)
167
#elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(
__PIC__
)
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h
143
#if defined(__i386__) && defined(
__PIC__
)
176
#elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(
__PIC__
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
cpuid.h
134
#if defined(__i386__) && defined(
__PIC__
)
167
#elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(
__PIC__
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
cpuid.h
134
#if defined(__i386__) && defined(
__PIC__
)
167
#elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(
__PIC__
)
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
cpuid.h
134
#if defined(__i386__) && defined(
__PIC__
)
167
#elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(
__PIC__
)
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h
143
#if defined(__i386__) && defined(
__PIC__
)
176
#elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(
__PIC__
)
/external/libyuv/files/source/
cpu_id.cc
30
#if (defined(
__pic__
) || defined(__APPLE__)) && defined(__i386__)
Completed in 1334 milliseconds
1
2
3
4