Home
last modified time | relevance | path

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

12

/frameworks/compile/mclinker/lib/MC/
DSearchDirs.cpp79 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()
DFileAction.cpp32 input->type() == Input::DynObj || in activate()
58 input->type() == Input::DynObj || in activate()
DCommandAction.cpp59 path = m_SearchDirs.find(namespec(), Input::DynObj); in activate()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp57 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/
DELFDynamic.cpp100 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()
DGNULDBackend.cpp194 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/
DLinker.cpp121 case Input::DynObj: in normalize()
140 if (LinkerConfig::DynObj == m_pConfig->codeGenType() || in normalize()
270 case mcld::LinkerConfig::DynObj: in emit()
DIRBuilder.cpp166 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj); in ReadInput()
455 case Input::DynObj: { in AddSymbol()
/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp32 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/
DGroupReader.cpp70 if (Input::DynObj == (*input)->type()) { in readGroup()
105 (*input)->setType(Input::DynObj); in readGroup()
DELFReader.cpp90 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()
DELFObjectWriter.cpp124 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()
DELFDynObjReader.cpp65 } else if (Input::DynObj != m_pELFReader->fileType(ELF_hdr)) { in isMyFormat()
DDiagnosticInfos.cpp138 case LinkerConfig::DynObj: in process()
DELFReaderIf.cpp103 if (Input::DynObj == pInput.type()) in getSymFragmentRef()
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp61 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()
DX86Relocator.cpp404 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 …]
DX86LDBackend.cpp497 if (LinkerConfig::DynObj == config().codeGenType() || in setGOTSectionSize()
697 if (LinkerConfig::DynObj == config().codeGenType() || in setGOTSectionSize()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp204 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/
DLinkerConfig.h36 DynObj, enumerator
/frameworks/compile/mclinker/include/mcld/MC/
DInput.h38 DynObj, enumerator
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp133 path = script.directories().find(token->name(), Input::DynObj); in activate()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp44 assert(LinkerConfig::DynObj == m_Config.codeGenType() || in HexagonPLT()
/frameworks/compile/mclinker/lib/CodeGen/
DMCLDTargetMachine.cpp255 pConfig.setCodeGenType(LinkerConfig::DynObj); in addPassesToEmitFile()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp233 if (LinkerConfig::DynObj == config().codeGenType() || in doPreLayout()
280 if (LinkerConfig::DynObj == config().codeGenType()) in doPostLayout()

12