Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp106 LDSection& plt = file_format->getPLT(); in initTargetSections()
269 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
301 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
360 AArch64PLT& AArch64GNULDBackend::getPLT() { in getPLT() function in mcld::AArch64GNULDBackend
365 const AArch64PLT& AArch64GNULDBackend::getPLT() const { in getPLT() function in mcld::AArch64GNULDBackend
DAArch64LDBackend.h88 AArch64PLT& getPLT();
89 const AArch64PLT& getPLT() const;
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.h95 ARMPLT& getPLT();
96 const ARMPLT& getPLT() const;
DARMLDBackend.cpp114 LDSection& plt = file_format->getPLT(); in initTargetSections()
327 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
576 ARMPLT& ARMGNULDBackend::getPLT() { in getPLT() function in mcld::ARMGNULDBackend
581 const ARMPLT& ARMGNULDBackend::getPLT() const { in getPLT() function in mcld::ARMGNULDBackend
626 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
688 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.cpp146 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()
238 HexagonPLT& HexagonLDBackend::getPLT() { in getPLT() function in mcld::HexagonLDBackend
243 const HexagonPLT& HexagonLDBackend::getPLT() const { in getPLT() function in mcld::HexagonLDBackend
389 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
416 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.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()
DX86LDBackend.h39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
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.h95 MipsPLT& getPLT();
96 const MipsPLT& getPLT() const;
DMipsLDBackend.cpp260 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
399 MipsPLT& MipsGNULDBackend::getPLT() { in getPLT() function in mcld::MipsGNULDBackend
404 const MipsPLT& MipsGNULDBackend::getPLT() const { in getPLT() function in mcld::MipsGNULDBackend
449 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
860 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
905 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
DMipsRelocator.cpp390 getTarget().getPLT().reserveEntry(); in scanGlobalReloc()
670 plt = getTarget().getPLT().consume(); in getPLTAddress()
682 return getTarget().getPLT().addr() + plt->getOffset(); in getPLTAddress()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h230 LDSection& getPLT() { in getPLT() function
235 const LDSection& getPLT() const { in getPLT() function