Home
last modified time | relevance | path

Searched refs:DynObj (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/compile/mclinker/lib/MC/
DSearchDirs.cpp72 assert(Input::DynObj == pType || Input::Archive == pType || in find()
80 case Input::DynObj: in find()
104 case Input::DynObj: { in find()
137 assert(Input::DynObj == pType || Input::Archive == pType || in find()
145 case Input::DynObj: in find()
169 case Input::DynObj: { in find()
DFileAction.cpp30 input->type() == Input::DynObj || input->type() == Input::Archive) in activate()
53 input->type() == Input::DynObj || input->type() == Input::Archive) in activate()
DCommandAction.cpp62 path = m_SearchDirs.find(namespec(), Input::DynObj); in activate()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp51 config.setCodeGenType(LinkerConfig::DynObj); in TEST_F()
91 config.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
149 config1.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
199 config2.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
247 config1.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
302 config2.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
347 config.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp92 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in reserveEntries()
166 (LinkerConfig::DynObj == m_Config.codeGenType())) in reserveEntries()
180 ((LinkerConfig::DynObj == m_Config.codeGenType()) && in reserveEntries()
194 if (LinkerConfig::DynObj == m_Config.codeGenType() && in applyEntries()
264 LinkerConfig::DynObj == m_Config.codeGenType()) in applyEntries()
278 (LinkerConfig::DynObj == m_Config.codeGenType())) in applyEntries()
300 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in applyEntries()
DGNULDBackend.cpp183 case LinkerConfig::DynObj: { in initStdSections()
664 case LinkerConfig::DynObj: in getOutputFormat()
682 case LinkerConfig::DynObj: in getOutputFormat()
760 case LinkerConfig::DynObj: { in sizeNamePools()
1082 if (LinkerConfig::DynObj == config().codeGenType()) { in emitDynNamePools()
1090 if (LinkerConfig::DynObj == config().codeGenType()) { in emitDynNamePools()
2641 if (LinkerConfig::DynObj == config().codeGenType() || in isDynamicSymbol()
2660 if (LinkerConfig::DynObj == config().codeGenType() || in isDynamicSymbol()
2709 if (LinkerConfig::DynObj != config().codeGenType()) in isSymbolPreemptible()
2757 LinkerConfig::DynObj != config().codeGenType()) in symbolNeedsPLT()
[all …]
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp122 case Input::DynObj: in normalize()
140 if (LinkerConfig::DynObj == m_pConfig->codeGenType() || in normalize()
265 case mcld::LinkerConfig::DynObj: in emit()
DIRBuilder.cpp169 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj); in ReadInput()
442 case Input::DynObj: { in AddSymbol()
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp68 if (Input::DynObj == (*input)->type()) { in readGroup()
100 (*input)->setType(Input::DynObj); in readGroup()
DELFReader.cpp86 bool is_dyn_obj = (pInput.type() == Input::DynObj); in readSymbols()
293 return Input::DynObj; in fileType()
466 result->setSource(pInput.type() == Input::DynObj); in readSignature()
477 assert(pInput.type() == Input::DynObj); in readDynamic()
586 bool is_dyn_obj = (pInput.type() == Input::DynObj); in readSymbols()
787 return Input::DynObj; in fileType()
960 result->setSource(pInput.type() == Input::DynObj); in readSignature()
971 assert(pInput.type() == Input::DynObj); in readDynamic()
DELFObjectWriter.cpp121 bool is_dynobj = m_Config.codeGenType() == LinkerConfig::DynObj; in writeObject()
230 case LinkerConfig::DynObj: in writeELFHeader()
268 LinkerConfig::DynObj != pConfig.codeGenType()); in getEntryPoint()
499 if (LinkerConfig::DynObj == pConfig.codeGenType() || in emitRel()
541 if (LinkerConfig::DynObj == pConfig.codeGenType() || in emitRela()
DELFDynObjReader.cpp62 } else if (Input::DynObj != m_pELFReader->fileType(ELF_hdr)) { in isMyFormat()
DELFReaderIf.cpp98 if (pInput.type() == Input::DynObj) in getSymFragmentRef()
DDiagnosticInfos.cpp141 case LinkerConfig::DynObj: in process()
DGarbageCollection.cpp204 if (LinkerConfig::DynObj == m_Config.codeGenType() || in getEntrySections()
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp53 assert(LinkerConfig::DynObj == m_Config.codeGenType() || in X86PLT()
58 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in X86PLT()
115 if (LinkerConfig::DynObj == m_Config.codeGenType()) in create()
DX86Relocator.cpp442 if (LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc()
492 if (LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc()
620 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc()
696 if (LinkerConfig::DynObj == config().codeGenType()) { in scanGlobalReloc()
744 if (LinkerConfig::DynObj == config().codeGenType()) { in scanGlobalReloc()
1280 return (config().codeGenType() == LinkerConfig::DynObj) && in mayHaveFunctionPointerAccess()
1284 return (config().codeGenType() == LinkerConfig::DynObj) || in mayHaveFunctionPointerAccess()
1467 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc()
DX86LDBackend.cpp457 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
642 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator
/frameworks/compile/mclinker/lib/Script/
DInputCmd.cpp145 path = script.directories().find(token->name(), Input::DynObj); in activate()
191 (*input)->setType(Input::DynObj); in activate()
DGroupCmd.cpp134 path = script.directories().find(token->name(), Input::DynObj); in activate()
/frameworks/compile/mclinker/include/mcld/MC/
DInput.h38 DynObj, enumerator
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp194 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout()
201 if (LinkerConfig::DynObj == config().codeGenType() || in doPreLayout()
249 if (LinkerConfig::DynObj == config().codeGenType()) in doPostLayout()
DAArch64Relocator.cpp274 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc()
417 return (config().codeGenType() == LinkerConfig::DynObj); in mayHaveFunctionPointerAccess()
421 return ((config().codeGenType() == LinkerConfig::DynObj) && in mayHaveFunctionPointerAccess()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp39 assert(LinkerConfig::DynObj == pConfig.codeGenType() || in HexagonPLT()

12