Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h91 AArch64PLT& getPLT();
92 const AArch64PLT& getPLT() const;
DAArch64LDBackend.cpp111 LDSection& plt = file_format->getPLT(); in initTargetSections()
274 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
305 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
404 sym_value = file_format->getPLT().addr(); in doRelax()
560 AArch64PLT& AArch64GNULDBackend::getPLT() { in getPLT() function in mcld::AArch64GNULDBackend
565 const AArch64PLT& AArch64GNULDBackend::getPLT() const { in getPLT() function in mcld::AArch64GNULDBackend
DAArch64RelocationHelpers.h89 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
99 AArch64PLT1* plt_entry = ld_backend.getPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h97 ARMPLT& getPLT();
98 const ARMPLT& getPLT() const;
DARMLDBackend.cpp182 LDSection& plt = file_format->getPLT(); in initTargetSections()
395 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
647 ARMPLT& ARMGNULDBackend::getPLT() { in getPLT() function in mcld::ARMGNULDBackend
652 const ARMPLT& ARMGNULDBackend::getPLT() const { in getPLT() function in mcld::ARMGNULDBackend
697 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
857 sym_value = file_format->getPLT().addr(); in doRelax()
DARMRelocator.cpp122 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
132 ARMPLT1* plt_entry = ld_backend.getPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h43 HexagonPLT& getPLT();
45 const HexagonPLT& getPLT() const;
DHexagonLDBackend.cpp147 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()
239 HexagonPLT& HexagonLDBackend::getPLT() { in getPLT() function in mcld::HexagonLDBackend
244 const HexagonPLT& HexagonLDBackend::getPLT() const { in getPLT() function in mcld::HexagonLDBackend
390 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
417 LDSection& plt = file_format->getPLT(); in initTargetSections()
DHexagonRelocator.cpp98 PLTEntryBase* plt_entry = ld_backend.getPLT().create(); in helper_PLT_init()
118 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
DX86LDBackend.cpp169 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()
202 X86PLT& X86GNULDBackend::getPLT() { in getPLT() function in mcld::X86GNULDBackend
207 const X86PLT& X86GNULDBackend::getPLT() const { in getPLT() function in mcld::X86GNULDBackend
248 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
358 LDSection& plt = file_format->getPLT(); in initTargetSections()
625 LDSection& plt = file_format->getPLT(); in initTargetSections()
DX86Relocator.cpp106 PLTEntryBase* plt_entry = ld_backend.getPLT().create(); in helper_PLT_init()
127 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
1181 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
1191 PLTEntryBase* plt_entry = ld_backend.getPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h97 MipsPLT& getPLT();
98 const MipsPLT& getPLT() const;
DMipsLDBackend.cpp270 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
508 MipsPLT& MipsGNULDBackend::getPLT() { in getPLT() function in mcld::MipsGNULDBackend
513 const MipsPLT& MipsGNULDBackend::getPLT() const { in getPLT() function in mcld::MipsGNULDBackend
558 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
1277 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
1322 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
DMipsRelocator.cpp96 PLTEntryBase* pltEntry = backend.getPLT().create(); in helper_PLT_init()
114 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h230 LDSection& getPLT() { in getPLT() function
235 const LDSection& getPLT() const { in getPLT() function