/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.h | 91 AArch64PLT& getPLT(); 92 const AArch64PLT& getPLT() const;
|
D | AArch64LDBackend.cpp | 111 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
|
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 | 97 ARMPLT& getPLT(); 98 const ARMPLT& getPLT() const;
|
D | ARMLDBackend.cpp | 182 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()
|
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 | 147 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()
|
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.h | 39 X86PLT& getPLT(); 41 const X86PLT& getPLT() const;
|
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 | 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 | 97 MipsPLT& getPLT(); 98 const MipsPLT& getPLT() const;
|
D | MipsLDBackend.cpp | 270 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()
|
D | MipsRelocator.cpp | 96 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/ |
D | ELFFileFormat.h | 230 LDSection& getPLT() { in getPLT() function 235 const LDSection& getPLT() const { in getPLT() function
|