Home
last modified time | relevance | path

Searched refs:isPIE (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DLinker.cpp141 m_pConfig->options().isPIE()) { in normalize()
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h84 bool isPIE() const { return m_bPIE; } in isPIE() function
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp230 m_Config.options().isPIE()) { in getEntrySections()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp660 m_Config.options().isPIE() || m_Config.options().hasDyld())) in prelayout()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2706 if (config().options().isPIE()) in isSymbolPreemptible()
2770 if (config().options().isPIE()) in symbolNeedsPLT()