/frameworks/compile/mclinker/lib/MC/ |
D | SearchDirs.cpp | 72 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()
|
D | FileAction.cpp | 30 input->type() == Input::DynObj || input->type() == Input::Archive) in activate() 53 input->type() == Input::DynObj || input->type() == Input::Archive) in activate()
|
D | CommandAction.cpp | 62 path = m_SearchDirs.find(namespec(), Input::DynObj); in activate()
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 51 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/ |
D | ELFDynamic.cpp | 92 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()
|
D | GNULDBackend.cpp | 183 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/ |
D | Linker.cpp | 122 case Input::DynObj: in normalize() 140 if (LinkerConfig::DynObj == m_pConfig->codeGenType() || in normalize() 265 case mcld::LinkerConfig::DynObj: in emit()
|
D | IRBuilder.cpp | 169 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj); in ReadInput() 442 case Input::DynObj: { in AddSymbol()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GroupReader.cpp | 68 if (Input::DynObj == (*input)->type()) { in readGroup() 100 (*input)->setType(Input::DynObj); in readGroup()
|
D | ELFReader.cpp | 86 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()
|
D | ELFObjectWriter.cpp | 121 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()
|
D | ELFDynObjReader.cpp | 62 } else if (Input::DynObj != m_pELFReader->fileType(ELF_hdr)) { in isMyFormat()
|
D | ELFReaderIf.cpp | 98 if (pInput.type() == Input::DynObj) in getSymFragmentRef()
|
D | DiagnosticInfos.cpp | 141 case LinkerConfig::DynObj: in process()
|
D | GarbageCollection.cpp | 204 if (LinkerConfig::DynObj == m_Config.codeGenType() || in getEntrySections()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.cpp | 53 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()
|
D | X86Relocator.cpp | 442 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()
|
D | X86LDBackend.cpp | 457 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/ |
D | LinkerConfig.h | 31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputCmd.cpp | 145 path = script.directories().find(token->name(), Input::DynObj); in activate() 191 (*input)->setType(Input::DynObj); in activate()
|
D | GroupCmd.cpp | 134 path = script.directories().find(token->name(), Input::DynObj); in activate()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | Input.h | 38 DynObj, enumerator
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 194 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()
|
D | AArch64Relocator.cpp | 274 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/ |
D | HexagonPLT.cpp | 39 assert(LinkerConfig::DynObj == pConfig.codeGenType() || in HexagonPLT()
|