Home
last modified time | relevance | path

Searched refs:getGOTPLT (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h174 X86_32GOTPLT& getGOTPLT();
176 const X86_32GOTPLT& getGOTPLT() const;
217 X86_64GOTPLT& getGOTPLT();
219 const X86_64GOTPLT& getGOTPLT() const;
DX86LDBackend.cpp206 (&pSection == &(FileFormat->getGOTPLT()))) { in emitSectionData()
264 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()
383 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
415 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() in getGOTPLT() function in X86_32GNULDBackend
421 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const in getGOTPLT() function in X86_32GNULDBackend
585 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() in getGOTPLT() function in X86_64GNULDBackend
591 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const in getGOTPLT() function in X86_64GNULDBackend
674 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
DX86ELFDynamic.cpp36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DX86Relocator.cpp101 return pParent.getTarget().getGOTPLT().addr(); in helper_GOT_ORG()
127 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init()
1043 file_format->getGOTPLT().addr(); in tls_gd()
1056 (pParent.getTarget().getGOTPLT().addr() - in tls_ldm()
1109 (pParent.getTarget().getGOTPLT().addr() - pParent.getTarget().getGOT().addr()); in tls_gotie()
1252 X86_64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp108 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
299 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) { in emitSectionData()
319 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) in getTargetSectionOrder()
379 AArch64GOT& AArch64GNULDBackend::getGOTPLT() in getGOTPLT() function in AArch64GNULDBackend
385 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const in getGOTPLT() function in AArch64GNULDBackend
DAArch64LDBackend.h87 AArch64GOT& getGOTPLT();
88 const AArch64GOT& getGOTPLT() const;
DAArch64ELFDynamic.cpp48 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DAArch64RelocationHelpers.h118 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h115 HexagonGOTPLT& getGOTPLT();
117 const HexagonGOTPLT& getGOTPLT() const;
DHexagonELFDynamic.cpp35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DHexagonLDBackend.cpp182 (&pSection == &(FileFormat->getGOTPLT()))) { in emitSectionData()
287 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() in getGOTPLT() function in HexagonLDBackend
293 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const in getGOTPLT() function in HexagonLDBackend
412 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()
443 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
DHexagonRelocator.cpp104 HexagonGOTEntry *gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h99 MipsGOTPLT& getGOTPLT();
100 const MipsGOTPLT& getGOTPLT() const;
DMipsLDBackend.cpp277 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) { in emitSectionData()
447 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() in getGOTPLT() function in MipsGNULDBackend
453 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const in getGOTPLT() function in MipsGNULDBackend
491 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) in getTargetSectionOrder()
927 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()
976 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()
DMipsELFDynamic.cpp57 applyOne(llvm::ELF::DT_MIPS_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DMipsRelocator.cpp438 getTarget().getGOTPLT().reserve(); in scanGlobalReloc()
739 Fragment* got = getTarget().getGOTPLT().consume(); in getPLTAddress()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h557 LDSection& getGOTPLT() { in getGOTPLT() function
562 const LDSection& getGOTPLT() const { in getGOTPLT() function