HomeSort by relevance Sort by last modified time
    Searched refs:getGOTPLT (Results 1 - 17 of 17) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.cpp 35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
HexagonLDBackend.h 115 HexagonGOTPLT& getGOTPLT();
117 const HexagonGOTPLT& getGOTPLT() const;
HexagonLDBackend.cpp 182 (&pSection == &(FileFormat->getGOTPLT()))) {
287 HexagonGOTPLT& HexagonLDBackend::getGOTPLT()
293 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const
412 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
443 LDSection& gotplt = file_format->getGOTPLT();
    [all...]
HexagonRelocator.cpp 104 HexagonGOTEntry *gotplt_entry = ld_backend.getGOTPLT().create();
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.cpp 36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
X86LDBackend.h 174 X86_32GOTPLT& getGOTPLT();
176 const X86_32GOTPLT& getGOTPLT() const;
217 X86_64GOTPLT& getGOTPLT();
219 const X86_64GOTPLT& getGOTPLT() const;
X86LDBackend.cpp 206 (&pSection == &(FileFormat->getGOTPLT()))) {
264 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
383 LDSection& gotplt = file_format->getGOTPLT();
415 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT()
421 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const
585 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT()
591 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const
674 LDSection& gotplt = file_format->getGOTPLT();
X86Relocator.cpp 101 return pParent.getTarget().getGOTPLT().addr();
127 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create();
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.cpp 48 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
AArch64LDBackend.h 87 AArch64GOT& getGOTPLT();
88 const AArch64GOT& getGOTPLT() const;
AArch64LDBackend.cpp 108 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()
385 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const
AArch64RelocationHelpers.h 118 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 57 applyOne(llvm::ELF::DT_MIPS_PLTGOT, pFormat.getGOTPLT().addr());
MipsLDBackend.h 99 MipsGOTPLT& getGOTPLT();
100 const MipsGOTPLT& getGOTPLT() const;
MipsLDBackend.cpp 277 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
447 MipsGOTPLT& MipsGNULDBackend::getGOTPLT()
453 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const
491 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
927 LDSection& gotplt = fileFormat->getGOTPLT();
976 LDSection& gotplt = fileFormat->getGOTPLT();
MipsRelocator.cpp 438 getTarget().getGOTPLT().reserve();
739 Fragment* got = getTarget().getGOTPLT().consume();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 557 LDSection& getGOTPLT() {
562 const LDSection& getGOTPLT() const {

Completed in 183 milliseconds