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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.cpp32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DHexagonLDBackend.h113 HexagonGOTPLT& getGOTPLT();
115 const HexagonGOTPLT& getGOTPLT() const;
H A DHexagonLDBackend.cpp172 (&pSection == &(FileFormat->getGOTPLT()))) {
268 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() { function in class:mcld::HexagonLDBackend
273 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const { function in class:mcld::HexagonLDBackend
383 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
412 LDSection& gotplt = file_format->getGOTPLT();
H A DHexagonRelocator.cpp103 HexagonGOTEntry* gotplt_entry = ld_backend.getGOTPLT().create();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DX86LDBackend.h170 X86_32GOTPLT& getGOTPLT();
172 const X86_32GOTPLT& getGOTPLT() const;
212 X86_64GOTPLT& getGOTPLT();
214 const X86_64GOTPLT& getGOTPLT() const;
H A DX86LDBackend.cpp193 (&pSection == &(FileFormat->getGOTPLT()))) {
242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
354 LDSection& gotplt = file_format->getGOTPLT();
383 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() { function in class:mcld::X86_32GNULDBackend
388 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const { function in class:mcld::X86_32GNULDBackend
540 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() { function in class:mcld::X86_64GNULDBackend
545 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const { function in class:mcld::X86_64GNULDBackend
621 LDSection& gotplt = file_format->getGOTPLT();
H A DX86Relocator.cpp89 return pParent.getTarget().getGOTPLT().addr();
112 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create();
1012 file_format->getGOTPLT().addr();
1024 got_entry.getOffset() - (pParent.getTarget().getGOTPLT().addr() -
1074 got_entry->getOffset() - (pParent.getTarget().getGOTPLT().addr() -
1197 X86_64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.cpp42 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DAArch64LDBackend.h85 AArch64GOT& getGOTPLT();
86 const AArch64GOT& getGOTPLT() const;
H A DAArch64LDBackend.cpp100 LDSection& gotplt = file_format->getGOTPLT();
279 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
298 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
350 AArch64GOT& AArch64GNULDBackend::getGOTPLT() { function in class:mcld::AArch64GNULDBackend
355 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const { function in class:mcld::AArch64GNULDBackend
H A DAArch64RelocationHelpers.h105 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp53 applyOne(llvm::ELF::DT_MIPS_PLTGOT, pFormat.getGOTPLT().addr());
H A DMipsLDBackend.h98 MipsGOTPLT& getGOTPLT();
99 const MipsGOTPLT& getGOTPLT() const;
H A DMipsLDBackend.cpp264 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
409 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() { function in class:mcld::MipsGNULDBackend
414 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const { function in class:mcld::MipsGNULDBackend
446 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
856 LDSection& gotplt = fileFormat->getGOTPLT();
901 LDSection& gotplt = fileFormat->getGOTPLT();
H A DMipsRelocator.cpp391 getTarget().getGOTPLT().reserve();
672 Fragment* got = getTarget().getGOTPLT().consume();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h582 LDSection& getGOTPLT() { function in class:mcld::ELFFileFormat
587 const LDSection& getGOTPLT() const { function in class:mcld::ELFFileFormat

Completed in 278 milliseconds