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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.cpp35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DHexagonLDBackend.h114 HexagonGOTPLT& getGOTPLT();
116 const HexagonGOTPLT& getGOTPLT() const;
H A DHexagonLDBackend.cpp175 else if (&pSection == &(FileFormat->getGOTPLT())) {
280 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() function in class:HexagonLDBackend
286 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const function in class:HexagonLDBackend
404 if (&pSectHdr == &file_format->getGOTPLT()) {
435 LDSection& gotplt = file_format->getGOTPLT();
H A DHexagonRelocator.cpp186 getTarget().getGOTPLT().reserve();
431 gotplt_entry = ld_backend.getGOTPLT().consume();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DX86LDBackend.h168 X86_32GOTPLT& getGOTPLT();
170 const X86_32GOTPLT& getGOTPLT() const;
208 X86_64GOTPLT& getGOTPLT();
210 const X86_64GOTPLT& getGOTPLT() const;
H A DX86LDBackend.cpp200 else if (&pSection == &(FileFormat->getGOTPLT())) {
259 if (&pSectHdr == &file_format->getGOTPLT()) {
333 LDSection& gotplt = file_format->getGOTPLT();
366 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() function in class:X86_32GNULDBackend
372 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const function in class:X86_32GNULDBackend
483 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() function in class:X86_64GNULDBackend
489 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const function in class:X86_64GNULDBackend
519 LDSection& gotplt = file_format->getGOTPLT();
H A DX86Relocator.cpp383 getTarget().getGOTPLT().reserve();
434 getTarget().getGOTPLT().reserve();
480 getTarget().getGOTPLT().reserve();
732 return pParent.getTarget().getGOTPLT().addr();
764 gotplt_entry = ld_backend.getGOTPLT().consume();
1019 file_format->getGOTPLT().addr();
1032 (pParent.getTarget().getGOTPLT().addr() -
1114 (pParent.getTarget().getGOTPLT().addr() - pParent.getTarget().getGOT().addr());
1291 getTarget().getGOTPLT().reserve();
1363 getTarget().getGOTPLT()
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h560 LDSection& getGOTPLT() { function in class:mcld::ELFFileFormat
565 const LDSection& getGOTPLT() const { function in class:mcld::ELFFileFormat

Completed in 88 milliseconds