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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 90 AArch64PLT& getPLT();
91 const AArch64PLT& getPLT() const;
AArch64LDBackend.cpp 114 LDSection& plt = file_format->getPLT();
289 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
322 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
391 AArch64PLT& AArch64GNULDBackend::getPLT()
397 const AArch64PLT& AArch64GNULDBackend::getPLT() const
AArch64RelocationHelpers.h 101 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
112 AArch64PLT1* plt_entry = ld_backend.getPLT().create();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 97 ARMPLT& getPLT();
98 const ARMPLT& getPLT() const;
ARMLDBackend.cpp 114 LDSection& plt = file_format->getPLT();
340 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
536 ARMPLT& ARMGNULDBackend::getPLT()
542 const ARMPLT& ARMGNULDBackend::getPLT() const
595 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
647 sym_value = file_format->getPLT().addr();
ARMRelocator.cpp 139 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
151 ARMPLT1* plt_entry = ld_backend.getPLT().create();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 44 HexagonPLT& getPLT();
46 const HexagonPLT& getPLT() const;
HexagonLDBackend.cpp 153 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
251 HexagonPLT& HexagonLDBackend::getPLT()
257 const HexagonPLT& HexagonLDBackend::getPLT() const
418 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
447 LDSection& plt = file_format->getPLT();
    [all...]
HexagonRelocator.cpp 99 PLTEntryBase *plt_entry = ld_backend.getPLT().create();
119 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
X86LDBackend.cpp 180 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
217 X86PLT& X86GNULDBackend::getPLT()
223 const X86PLT& X86GNULDBackend::getPLT() const
270 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
387 LDSection& plt = file_format->getPLT();
678 LDSection& plt = file_format->getPLT();
X86Relocator.cpp 121 PLTEntryBase* plt_entry = ld_backend.getPLT().create();
143 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 96 MipsPLT& getPLT();
97 const MipsPLT& getPLT() const;
MipsLDBackend.cpp 273 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
435 MipsPLT& MipsGNULDBackend::getPLT()
441 const MipsPLT& MipsGNULDBackend::getPLT() const
494 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
931 LDSection& plt = fileFormat->getPLT();
980 LDSection& plt = fileFormat->getPLT();
MipsRelocator.cpp 437 getTarget().getPLT().reserveEntry();
737 plt = getTarget().getPLT().consume();
749 return getTarget().getPLT().addr() + plt->getOffset();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 205 LDSection& getPLT() {
210 const LDSection& getPLT() const {

Completed in 90 milliseconds