Searched refs:getPLT (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h90 AArch64PLT& getPLT();
91 const AArch64PLT& getPLT() const;
H A DAArch64LDBackend.cpp114 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() function in class:AArch64GNULDBackend
397 const AArch64PLT& AArch64GNULDBackend::getPLT() const function in class:AArch64GNULDBackend
H A DAArch64RelocationHelpers.h101 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
112 AArch64PLT1* plt_entry = ld_backend.getPLT().create();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h97 ARMPLT& getPLT();
98 const ARMPLT& getPLT() const;
H A DARMLDBackend.cpp114 LDSection& plt = file_format->getPLT();
340 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
536 ARMPLT& ARMGNULDBackend::getPLT() function in class:ARMGNULDBackend
542 const ARMPLT& ARMGNULDBackend::getPLT() const function in class:ARMGNULDBackend
595 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
647 sym_value = file_format->getPLT().addr();
H A DARMRelocator.cpp139 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
151 ARMPLT1* plt_entry = ld_backend.getPLT().create();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h44 HexagonPLT& getPLT();
46 const HexagonPLT& getPLT() const;
H A DHexagonLDBackend.cpp153 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
251 HexagonPLT& HexagonLDBackend::getPLT() function in class:HexagonLDBackend
257 const HexagonPLT& HexagonLDBackend::getPLT() const function in class:HexagonLDBackend
418 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
447 LDSection& plt = file_format->getPLT();
H A DHexagonRelocator.cpp99 PLTEntryBase *plt_entry = ld_backend.getPLT().create();
119 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
H A DX86LDBackend.cpp180 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
217 X86PLT& X86GNULDBackend::getPLT() function in class:X86GNULDBackend
223 const X86PLT& X86GNULDBackend::getPLT() const function in class:X86GNULDBackend
270 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
387 LDSection& plt = file_format->getPLT();
678 LDSection& plt = file_format->getPLT();
H A DX86Relocator.cpp121 PLTEntryBase* plt_entry = ld_backend.getPLT().create();
143 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
1235 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
1246 PLTEntryBase* plt_entry = ld_backend.getPLT().create();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h96 MipsPLT& getPLT();
97 const MipsPLT& getPLT() const;
H A DMipsLDBackend.cpp273 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
435 MipsPLT& MipsGNULDBackend::getPLT() function in class:MipsGNULDBackend
441 const MipsPLT& MipsGNULDBackend::getPLT() const function in class:MipsGNULDBackend
494 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
931 LDSection& plt = fileFormat->getPLT();
980 LDSection& plt = fileFormat->getPLT();
H A DMipsRelocator.cpp437 getTarget().getPLT().reserveEntry();
737 plt = getTarget().getPLT().consume();
749 return getTarget().getPLT().addr() + plt->getOffset();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h205 LDSection& getPLT() { function in class:mcld::ELFFileFormat
210 const LDSection& getPLT() const { function in class:mcld::ELFFileFormat

Completed in 163 milliseconds