/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.cpp | 53 assert(LinkerConfig::DynObj == m_Config.codeGenType() || in X86PLT() 54 LinkerConfig::Exec == m_Config.codeGenType() || in X86PLT() 55 LinkerConfig::Binary == m_Config.codeGenType()); in X86PLT() 58 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in X86PLT() 115 if (LinkerConfig::DynObj == m_Config.codeGenType()) in create() 175 if (LinkerConfig::Exec == m_Config.codeGenType()) in applyPLT1()
|
D | X86LDBackend.cpp | 89 if (LinkerConfig::Object != config().codeGenType()) { in doPreLayout() 255 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSymbols() 347 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSections() 457 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize() 614 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSections() 642 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
|
D | X86Relocator.cpp | 165 if (LinkerConfig::Object == config().codeGenType()) in scanRelocation() 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()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 121 bool is_dynobj = m_Config.codeGenType() == LinkerConfig::DynObj; in writeObject() 122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; in writeObject() 123 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary; in writeObject() 124 bool is_object = m_Config.codeGenType() == LinkerConfig::Object; in writeObject() 226 switch (pConfig.codeGenType()) { in writeELFHeader() 237 llvm::errs() << "unspported output file type: " << pConfig.codeGenType() in writeELFHeader() 245 if (LinkerConfig::Object != pConfig.codeGenType()) in writeELFHeader() 267 LinkerConfig::Object != pConfig.codeGenType() && in getEntryPoint() 268 LinkerConfig::DynObj != pConfig.codeGenType()); in getEntryPoint() 499 if (LinkerConfig::DynObj == pConfig.codeGenType() || in emitRel() [all …]
|
D | GarbageCollection.cpp | 204 if (LinkerConfig::DynObj == m_Config.codeGenType() || in getEntrySections() 229 if (LinkerConfig::Exec == m_Config.codeGenType() || in getEntrySections()
|
D | DiagnosticInfos.cpp | 134 switch (m_Config.codeGenType()) { in process()
|
D | ResolveInfo.cpp | 226 if (LinkerConfig::Object != pConfig.codeGenType() && in shouldForceLocal()
|
D | ELFObjectReader.cpp | 228 if ((m_Config.codeGenType() != LinkerConfig::Object) && in readSections()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 131 if (LinkerConfig::Binary == config().codeGenType()) in sectionStartOffset() 182 switch (config().codeGenType()) { in initStdSections() 206 fatal(diag::unrecognized_output_file) << config().codeGenType(); in initStdSections() 214 if (LinkerConfig::Object == config().codeGenType()) in initStandardSymbols() 491 if (LinkerConfig::Object == config().codeGenType()) in finalizeStandardSymbols() 663 switch (config().codeGenType()) { in getOutputFormat() 675 fatal(diag::unrecognized_output_file) << config().codeGenType(); in getOutputFormat() 681 switch (config().codeGenType()) { in getOutputFormat() 693 fatal(diag::unrecognized_output_file) << config().codeGenType(); in getOutputFormat() 759 switch (config().codeGenType()) { in sizeNamePools() [all …]
|
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 | ELFEmulation.cpp | 74 pConfig.codeGenType() != LinkerConfig::Object) { in MCLDEmulateELF()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonPLT.cpp | 39 assert(LinkerConfig::DynObj == pConfig.codeGenType() || in HexagonPLT() 40 LinkerConfig::Exec == pConfig.codeGenType() || in HexagonPLT() 41 LinkerConfig::Binary == pConfig.codeGenType()); in HexagonPLT()
|
D | HexagonLDBackend.cpp | 91 if ((LinkerConfig::Object != config().codeGenType()) && in doPreLayout() 115 if (LinkerConfig::Object == config().codeGenType()) in doPreLayout() 145 if ((LinkerConfig::Object != config().codeGenType()) && in emitSectionData() 293 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize() 377 if (LinkerConfig::Object != config().codeGenType()) { in getTargetSectionOrder() 405 if ((LinkerConfig::Object != config().codeGenType()) && in initTargetSections() 475 if (config().codeGenType() == LinkerConfig::Object) in initTargetSymbols() 663 if (config().codeGenType() == LinkerConfig::Object) in finalizeTargetSymbols()
|
D | HexagonRelocator.cpp | 200 if (LinkerConfig::Object == config().codeGenType()) in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 90 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSections() 129 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSymbols() 190 if (LinkerConfig::Object != config().codeGenType()) { in doPreLayout() 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 | AArch64Emulation.cpp | 38 pConfig.codeGenType() != LinkerConfig::Object) { in MCLDEmulateAArch64ELF()
|
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/Core/ |
D | Linker.cpp | 140 if (LinkerConfig::DynObj == m_pConfig->codeGenType() || in normalize() 149 if (LinkerConfig::Exec == m_pConfig->codeGenType()) { in normalize() 260 switch (m_pConfig->codeGenType()) { in emit()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 265 if (m_Config.codeGenType() == LinkerConfig::Object) { in dataStrippingOpt() 384 if (LinkerConfig::Object == m_Config.codeGenType()) in mergeSections() 607 if (LinkerConfig::Object != m_Config.codeGenType()) { in scanRelocations() 637 if (LinkerConfig::Object != m_Config.codeGenType() || in allocateCommonSymbols() 652 m_Config.codeGenType() == LinkerConfig::Object); in prelayout() 659 (LinkerConfig::Exec == m_Config.codeGenType() || in prelayout() 685 if (LinkerConfig::Object != m_Config.codeGenType()) { in prelayout() 781 if (LinkerConfig::Object == m_Config.codeGenType()) in relocation() 856 if (LinkerConfig::Object != m_Config.codeGenType()) in postProcessing()
|
/frameworks/compile/mclinker/include/mcld/ |
D | LinkerConfig.h | 72 CodeGenType codeGenType() const { return m_CodeGenType; } in codeGenType() function
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMEmulation.cpp | 37 pConfig.codeGenType() != LinkerConfig::Object) { in MCLDEmulateARMELF()
|
D | ARMLDBackend.cpp | 174 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSections() 200 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSymbols() 293 if (LinkerConfig::Object != config().codeGenType()) { in doPreLayout() 294 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout() 341 if (LinkerConfig::DynObj == config().codeGenType()) in doPostLayout()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.cpp | 79 if (LinkerConfig::Exec != m_pConfig.codeGenType()) in getBaseAddress()
|
D | MipsLDBackend.cpp | 98 if (LinkerConfig::Object == config().codeGenType()) in initTargetSections() 190 if (LinkerConfig::Object != config().codeGenType()) { in doPreLayout() 191 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout() 1263 if (LinkerConfig::Object == config().codeGenType()) in initTargetSections() 1308 if (LinkerConfig::Object == config().codeGenType()) in initTargetSections()
|
D | MipsRelocator.cpp | 223 if (LinkerConfig::Object != config().codeGenType()) in initializeScan() 229 if (LinkerConfig::Object != config().codeGenType()) in finalizeScan() 255 if (pReloc.isFirst() && LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc()
|