OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PIC
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Driver/
Tools.cpp
[
all
...]
/external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c
422
#define
PIC
476
/* We can't use TLS in non-
PIC
programs, since TLS relies on loader magic. */
477
#if (!defined(
PIC
) && !defined(NO_TLS))
[
all
...]
/external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c
415
#define
PIC
469
/* We can't use TLS in non-
PIC
programs, since TLS relies on loader magic. */
470
#if (!defined(
PIC
) && !defined(NO_TLS))
[
all
...]
Completed in 225 milliseconds