Searched defs:PIC (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp2131 bool PIC = PIE || getToolChain().isPICDefault(); local
2132 bool IsPICLevelTwo = PIC;
2134 // For the PIC and PIE flag options, this logic is different from the
2138 // argument relating to either PIC or PIE wins, and no other argument is
2140 // both PIC and PIE are disabled. Any PIE option implicitly enables PIC
2146 // Check whether the tool chain trumps the PIC-ness decision. If the PIC-ness
2147 // is forced, then neither PIC nor PIE flags will have no effect.
2154 PIC
[all...]
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.c422 #define PIC macro
476 /* We can't use TLS in non-PIC programs, since TLS relies on loader magic. */
477 #if (!defined(PIC) && !defined(NO_TLS))
2895 * We can only use TLS if this is a PIC library, since for the static
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.c415 #define PIC macro
469 /* We can't use TLS in non-PIC programs, since TLS relies on loader magic. */
470 #if (!defined(PIC) && !defined(NO_TLS))
2884 * We can only use TLS if this is a PIC library, since for the static

Completed in 244 milliseconds