Home
last modified time | relevance | path

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

12

/frameworks/compile/mclinker/lib/MC/
DSearchDirs.cpp78 assert(Input::DynObj == pType || Input::Archive == pType); in find()
90 case Input::DynObj: { in find()
122 assert(Input::DynObj == pType || Input::Archive == pType); in find()
134 case Input::DynObj: { in find()
DFileAction.cpp34 input->type() == Input::DynObj || in activate()
60 input->type() == Input::DynObj || in activate()
DCommandAction.cpp57 path = m_SearchDirs.find(namespec(), Input::DynObj); in activate()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp56 config.setCodeGenType(LinkerConfig::DynObj); in TEST_F()
97 config.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
155 config1.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
204 config2.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
252 config1.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
306 config2.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
351 config.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp101 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in reserveEntries()
173 (LinkerConfig::DynObj == m_Config.codeGenType())) in reserveEntries()
190 ((LinkerConfig::DynObj == m_Config.codeGenType()) && in reserveEntries()
203 if (LinkerConfig::DynObj == m_Config.codeGenType() && in applyEntries()
276 LinkerConfig::DynObj == m_Config.codeGenType()) in applyEntries()
290 (LinkerConfig::DynObj == m_Config.codeGenType())) in applyEntries()
312 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in applyEntries()
DGNULDBackend.cpp174 case LinkerConfig::DynObj: { in initStdSections()
686 case LinkerConfig::DynObj: in getOutputFormat()
705 case LinkerConfig::DynObj: in getOutputFormat()
761 case LinkerConfig::DynObj: { in sizeNamePools()
1119 if (LinkerConfig::DynObj == config().codeGenType()) { in emitDynNamePools()
1127 if (LinkerConfig::DynObj == config().codeGenType()) { in emitDynNamePools()
2339 if (LinkerConfig::DynObj == config().codeGenType() || in isDynamicSymbol()
2360 if (LinkerConfig::DynObj == config().codeGenType() || in isDynamicSymbol()
2403 if (LinkerConfig::DynObj != config().codeGenType()) in isSymbolPreemptible()
2458 LinkerConfig::DynObj != config().codeGenType()) in symbolNeedsPLT()
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp73 if (Input::DynObj == (*input)->type()) { in readGroup()
107 (*input)->setType(Input::DynObj); in readGroup()
DELFObjectWriter.cpp119 bool is_dynobj = m_Config.codeGenType() == LinkerConfig::DynObj; in writeObject()
215 case LinkerConfig::DynObj: in writeELFHeader()
258 LinkerConfig::DynObj != pConfig.codeGenType()); in getEntryPoint()
449 if(LinkerConfig::DynObj == pConfig.codeGenType() || in emitRel()
490 if(LinkerConfig::DynObj == pConfig.codeGenType() || in emitRela()
DELFReader.cpp89 bool is_dyn_obj = (pInput.type()==Input::DynObj); in readSymbols()
320 return Input::DynObj; in fileType()
515 result->setSource(pInput.type() == Input::DynObj); in readSignature()
531 assert(pInput.type() == Input::DynObj); in readDynamic()
650 bool is_dyn_obj = (pInput.type()==Input::DynObj); in readSymbols()
876 return Input::DynObj; in fileType()
1071 result->setSource(pInput.type() == Input::DynObj); in readSignature()
1087 assert(pInput.type() == Input::DynObj); in readDynamic()
DELFDynObjReader.cpp65 else if (Input::DynObj != m_pELFReader->fileType(ELF_hdr)) in isMyFormat()
DELFReaderIf.cpp107 if (Input::DynObj == pInput.type()) in getSymFragmentRef()
DDiagnosticInfos.cpp132 case LinkerConfig::DynObj: in process()
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp63 assert(LinkerConfig::DynObj == m_Config.codeGenType() || in X86PLT()
68 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in X86PLT()
137 if (LinkerConfig::DynObj == m_Config.codeGenType()) in reserveEntry()
DX86Relocator.cpp253 if (LinkerConfig::DynObj == in scanLocalReloc()
308 if (LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc()
343 if (LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc()
456 if (LinkerConfig::DynObj == in scanGlobalReloc()
472 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc()
525 if (LinkerConfig::DynObj == config().codeGenType()) { in scanGlobalReloc()
562 if (LinkerConfig::DynObj == config().codeGenType()) { in scanGlobalReloc()
1249 if (LinkerConfig::DynObj == in scanLocalReloc()
1329 if (LinkerConfig::DynObj == in scanGlobalReloc()
1373 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc()
DX86LDBackend.cpp395 if (LinkerConfig::DynObj == config().codeGenType() || in setGOTSectionSize()
543 if (LinkerConfig::DynObj == config().codeGenType() || in setGOTSectionSize()
/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h39 DynObj, enumerator
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp117 case Input::DynObj: in normalize()
136 if (LinkerConfig::DynObj == m_pConfig->codeGenType() || in normalize()
DIRBuilder.cpp174 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj); in ReadInput()
486 case Input::DynObj: { in AddSymbol()
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDInput.h40 DynObj, enumerator
/frameworks/compile/mclinker/tools/mcld/lib/Support/
DLinkerConfig.cpp150 return (mcld::LinkerConfig::DynObj == mLDConfig->codeGenType()); in isShared()
155 mLDConfig->setCodeGenType(mcld::LinkerConfig::DynObj); in setShared()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp141 if (Input::DynObj == (*input)->type()) { in normalize()
162 (*input)->setType(Input::DynObj); in normalize()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp44 assert(LinkerConfig::DynObj == m_Config.codeGenType() || in HexagonPLT()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp212 if (LinkerConfig::DynObj == config().codeGenType() || in doPreLayout()
259 if (LinkerConfig::DynObj == config().codeGenType()) in doPostLayout()
/frameworks/compile/mclinker/lib/CodeGen/
DMCLDTargetMachine.cpp251 pConfig.setCodeGenType(LinkerConfig::DynObj); in addPassesToEmitFile()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp122 if (LinkerConfig::DynObj == config().codeGenType() || in doPreLayout()

12