Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h170 X86_32GOTPLT& getGOTPLT();
172 const X86_32GOTPLT& getGOTPLT() const;
212 X86_64GOTPLT& getGOTPLT();
214 const X86_64GOTPLT& getGOTPLT() const;
DX86LDBackend.cpp193 (&pSection == &(FileFormat->getGOTPLT()))) { in emitSectionData()
242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()
354 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
383 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() { in getGOTPLT() function in mcld::X86_32GNULDBackend
388 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const { in getGOTPLT() function in mcld::X86_32GNULDBackend
540 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() { in getGOTPLT() function in mcld::X86_64GNULDBackend
545 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const { in getGOTPLT() function in mcld::X86_64GNULDBackend
621 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
DX86ELFDynamic.cpp32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DX86Relocator.cpp89 return pParent.getTarget().getGOTPLT().addr(); in helper_GOT_ORG()
112 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init()
1012 file_format->getGOTPLT().addr(); in tls_gd()
1024 got_entry.getOffset() - (pParent.getTarget().getGOTPLT().addr() - in tls_ldm()
1074 got_entry->getOffset() - (pParent.getTarget().getGOTPLT().addr() - in tls_gotie()
1197 X86_64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h88 AArch64GOT& getGOTPLT();
89 const AArch64GOT& getGOTPLT() const;
DAArch64LDBackend.cpp105 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
284 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) { in emitSectionData()
302 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) in getTargetSectionOrder()
550 AArch64GOT& AArch64GNULDBackend::getGOTPLT() { in getGOTPLT() function in mcld::AArch64GNULDBackend
555 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const { in getGOTPLT() function in mcld::AArch64GNULDBackend
DAArch64ELFDynamic.cpp42 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DAArch64RelocationHelpers.h105 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h113 HexagonGOTPLT& getGOTPLT();
115 const HexagonGOTPLT& getGOTPLT() const;
DHexagonELFDynamic.cpp32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DHexagonLDBackend.cpp173 (&pSection == &(FileFormat->getGOTPLT()))) { in emitSectionData()
269 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() { in getGOTPLT() function in mcld::HexagonLDBackend
274 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const { in getGOTPLT() function in mcld::HexagonLDBackend
384 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()
413 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
DHexagonRelocator.cpp103 HexagonGOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h100 MipsGOTPLT& getGOTPLT();
101 const MipsGOTPLT& getGOTPLT() const;
DMipsELFDynamic.cpp53 applyOne(llvm::ELF::DT_MIPS_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DMipsLDBackend.cpp274 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) { in emitSectionData()
518 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() { in getGOTPLT() function in mcld::MipsGNULDBackend
523 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const { in getGOTPLT() function in mcld::MipsGNULDBackend
555 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) in getTargetSectionOrder()
1273 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()
1318 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()
DMipsRelocator.cpp101 Fragment* gotpltEntry = backend.getGOTPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h582 LDSection& getGOTPLT() { in getGOTPLT() function
587 const LDSection& getGOTPLT() const { in getGOTPLT() function