/frameworks/compile/mclinker/lib/MC/ |
D | SearchDirs.cpp | 79 assert(Input::DynObj == pType || in find() 88 case Input::DynObj: in find() 112 case Input::DynObj: { in find() 146 assert(Input::DynObj == pType || in find() 155 case Input::DynObj: in find() 179 case Input::DynObj: { in find()
|
D | FileAction.cpp | 32 input->type() == Input::DynObj || in activate() 58 input->type() == Input::DynObj || in activate()
|
D | CommandAction.cpp | 59 path = m_SearchDirs.find(namespec(), Input::DynObj); in activate()
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 57 config.setCodeGenType(LinkerConfig::DynObj); in TEST_F() 98 config.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F() 156 config1.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F() 205 config2.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F() 253 config1.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F() 307 config2.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F() 352 config.setCodeGenType(LinkerConfig::DynObj); ///< --shared in TEST_F()
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFDynamic.cpp | 100 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in reserveEntries() 175 (LinkerConfig::DynObj == m_Config.codeGenType())) in reserveEntries() 192 ((LinkerConfig::DynObj == m_Config.codeGenType()) && in reserveEntries() 205 if (LinkerConfig::DynObj == m_Config.codeGenType() && in applyEntries() 285 LinkerConfig::DynObj == m_Config.codeGenType()) in applyEntries() 299 (LinkerConfig::DynObj == m_Config.codeGenType())) in applyEntries() 321 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in applyEntries()
|
D | GNULDBackend.cpp | 194 case LinkerConfig::DynObj: { in initStdSections() 708 case LinkerConfig::DynObj: in getOutputFormat() 727 case LinkerConfig::DynObj: in getOutputFormat() 807 case LinkerConfig::DynObj: { in sizeNamePools() 1138 if (LinkerConfig::DynObj == config().codeGenType()) { in emitDynNamePools() 1146 if (LinkerConfig::DynObj == config().codeGenType()) { in emitDynNamePools() 2754 if (LinkerConfig::DynObj == config().codeGenType() || in isDynamicSymbol() 2775 if (LinkerConfig::DynObj == config().codeGenType() || in isDynamicSymbol() 2832 if (LinkerConfig::DynObj != config().codeGenType()) in isSymbolPreemptible() 2887 LinkerConfig::DynObj != config().codeGenType()) in symbolNeedsPLT() [all …]
|
/frameworks/compile/mclinker/lib/Core/ |
D | Linker.cpp | 121 case Input::DynObj: in normalize() 140 if (LinkerConfig::DynObj == m_pConfig->codeGenType() || in normalize() 270 case mcld::LinkerConfig::DynObj: in emit()
|
D | IRBuilder.cpp | 166 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj); in ReadInput() 455 case Input::DynObj: { in AddSymbol()
|
/frameworks/compile/mclinker/tools/mcld/lib/ |
D | OutputFormatOptions.cpp | 32 clEnumValN(mcld::LinkerConfig::DynObj, "dso", 254 m_FileType = mcld::LinkerConfig::DynObj; in parseOutput() 278 case mcld::LinkerConfig::DynObj: { in parseOutput() 296 mcld::LinkerConfig::DynObj == m_FileType || in parseOutput()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GroupReader.cpp | 70 if (Input::DynObj == (*input)->type()) { in readGroup() 105 (*input)->setType(Input::DynObj); in readGroup()
|
D | ELFReader.cpp | 90 bool is_dyn_obj = (pInput.type()==Input::DynObj); in readSymbols() 305 return Input::DynObj; in fileType() 488 result->setSource(pInput.type() == Input::DynObj); in readSignature() 500 assert(pInput.type() == Input::DynObj); in readDynamic() 615 bool is_dyn_obj = (pInput.type()==Input::DynObj); in readSymbols() 826 return Input::DynObj; in fileType() 1009 result->setSource(pInput.type() == Input::DynObj); in readSignature() 1021 assert(pInput.type() == Input::DynObj); in readDynamic()
|
D | ELFObjectWriter.cpp | 124 bool is_dynobj = m_Config.codeGenType() == LinkerConfig::DynObj; in writeObject() 234 case LinkerConfig::DynObj: in writeELFHeader() 272 LinkerConfig::DynObj != pConfig.codeGenType()); in getEntryPoint() 509 if(LinkerConfig::DynObj == pConfig.codeGenType() || in emitRel() 552 if(LinkerConfig::DynObj == pConfig.codeGenType() || in emitRela()
|
D | ELFDynObjReader.cpp | 65 } else if (Input::DynObj != m_pELFReader->fileType(ELF_hdr)) { in isMyFormat()
|
D | DiagnosticInfos.cpp | 138 case LinkerConfig::DynObj: in process()
|
D | ELFReaderIf.cpp | 103 if (Input::DynObj == pInput.type()) in getSymFragmentRef()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.cpp | 61 assert(LinkerConfig::DynObj == m_Config.codeGenType() || in X86PLT() 66 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in X86PLT() 129 if (LinkerConfig::DynObj == m_Config.codeGenType()) in create()
|
D | X86Relocator.cpp | 404 if (LinkerConfig::DynObj == in scanLocalReloc() 480 if (LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc() 529 if (LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc() 644 if (LinkerConfig::DynObj == in scanGlobalReloc() 658 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc() 733 if (LinkerConfig::DynObj == config().codeGenType()) { in scanGlobalReloc() 779 if (LinkerConfig::DynObj == config().codeGenType()) { in scanGlobalReloc() 1342 return (config().codeGenType() == LinkerConfig::DynObj) && in mayHaveFunctionPointerAccess() 1346 return (config().codeGenType() == LinkerConfig::DynObj) || in mayHaveFunctionPointerAccess() 1411 if (LinkerConfig::DynObj == in scanLocalReloc() [all …]
|
D | X86LDBackend.cpp | 497 if (LinkerConfig::DynObj == config().codeGenType() || in setGOTSectionSize() 697 if (LinkerConfig::DynObj == config().codeGenType() || in setGOTSectionSize()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 204 if (LinkerConfig::DynObj == config().codeGenType() || in doPreLayout() 213 if (LinkerConfig::DynObj == config().codeGenType() || in doPreLayout() 261 if (LinkerConfig::DynObj == config().codeGenType()) in doPostLayout()
|
/frameworks/compile/mclinker/include/mcld/ |
D | LinkerConfig.h | 36 DynObj, enumerator
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | Input.h | 38 DynObj, enumerator
|
/frameworks/compile/mclinker/lib/Script/ |
D | GroupCmd.cpp | 133 path = script.directories().find(token->name(), Input::DynObj); in activate()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonPLT.cpp | 44 assert(LinkerConfig::DynObj == m_Config.codeGenType() || in HexagonPLT()
|
/frameworks/compile/mclinker/lib/CodeGen/ |
D | MCLDTargetMachine.cpp | 255 pConfig.setCodeGenType(LinkerConfig::DynObj); in addPassesToEmitFile()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 233 if (LinkerConfig::DynObj == config().codeGenType() || in doPreLayout() 280 if (LinkerConfig::DynObj == config().codeGenType()) in doPostLayout()
|