/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 106 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
|
D | AArch64LDBackend.h | 88 AArch64PLT& getPLT(); 89 const AArch64PLT& getPLT() const;
|
D | AArch64RelocationHelpers.h | 89 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/ |
D | ARMLDBackend.h | 95 ARMPLT& getPLT(); 96 const ARMPLT& getPLT() const;
|
D | ARMLDBackend.cpp | 114 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()
|
D | ARMRelocator.cpp | 122 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/ |
D | HexagonLDBackend.h | 43 HexagonPLT& getPLT(); 45 const HexagonPLT& getPLT() const;
|
D | HexagonLDBackend.cpp | 146 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()
|
D | HexagonRelocator.cpp | 98 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/ |
D | X86LDBackend.cpp | 169 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()
|
D | X86LDBackend.h | 39 X86PLT& getPLT(); 41 const X86PLT& getPLT() const;
|
D | X86Relocator.cpp | 106 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/ |
D | MipsLDBackend.h | 95 MipsPLT& getPLT(); 96 const MipsPLT& getPLT() const;
|
D | MipsLDBackend.cpp | 260 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()
|
D | MipsRelocator.cpp | 390 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/ |
D | ELFFileFormat.h | 230 LDSection& getPLT() { in getPLT() function 235 const LDSection& getPLT() const { in getPLT() function
|