OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPIE
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
AslrTest.java
35
assertTrue(ReadElf.read(new File("/system/bin/cat")).
isPIE
());
/external/llvm/lib/Target/
TargetMachine.cpp
133
bool
isPIE
= Options.PositionIndependentExecutable;
139
if (isPIC && !
isPIE
) {
/frameworks/compile/mclinker/include/mcld/
GeneralOptions.h
78
bool
isPIE
() const
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
137
m_pConfig->options().
isPIE
()) {
/cts/tests/src/android/os/cts/
ReadElf.java
247
public boolean
isPIE
() {
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
445
m_Config.options().
isPIE
() ||
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 831 milliseconds