/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.h | 170 X86_32GOTPLT& getGOTPLT(); 172 const X86_32GOTPLT& getGOTPLT() const; 212 X86_64GOTPLT& getGOTPLT(); 214 const X86_64GOTPLT& getGOTPLT() const;
|
D | X86LDBackend.cpp | 193 (&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()
|
D | X86ELFDynamic.cpp | 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
|
D | X86Relocator.cpp | 89 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/ |
D | AArch64LDBackend.h | 88 AArch64GOT& getGOTPLT(); 89 const AArch64GOT& getGOTPLT() const;
|
D | AArch64LDBackend.cpp | 105 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
|
D | AArch64ELFDynamic.cpp | 42 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
|
D | AArch64RelocationHelpers.h | 105 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT(); in helper_PLT_init()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.h | 113 HexagonGOTPLT& getGOTPLT(); 115 const HexagonGOTPLT& getGOTPLT() const;
|
D | HexagonELFDynamic.cpp | 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
|
D | HexagonLDBackend.cpp | 173 (&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()
|
D | HexagonRelocator.cpp | 103 HexagonGOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.h | 100 MipsGOTPLT& getGOTPLT(); 101 const MipsGOTPLT& getGOTPLT() const;
|
D | MipsELFDynamic.cpp | 53 applyOne(llvm::ELF::DT_MIPS_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
|
D | MipsLDBackend.cpp | 274 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()
|
D | MipsRelocator.cpp | 101 Fragment* gotpltEntry = backend.getGOTPLT().create(); in helper_PLT_init()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFFileFormat.h | 582 LDSection& getGOTPLT() { in getGOTPLT() function 587 const LDSection& getGOTPLT() const { in getGOTPLT() function
|