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

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

Completed in 149 milliseconds