HomeSort by relevance Sort by last modified time
    Searched refs:isPIE (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/
TargetMachine.cpp 113 bool isPIE = Options.PositionIndependentExecutable;
119 if (isPIC && !isPIE) {
  /cts/tests/tests/security/src/android/security/cts/
AslrTest.java 104 assertTrue(ReadElf.read(new File("/system/bin/cat")).isPIE());
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 141 m_pConfig->options().isPIE()) {
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 191 public boolean isPIE() {
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 84 bool isPIE() const { return m_bPIE; }
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 230 m_Config.options().isPIE()) {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 660 m_Config.options().isPIE() || m_Config.options().hasDyld()))
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 144 milliseconds