Searched refs:plt (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsPLT.cpp | 106 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it)); in applyAllPLT() local 109 uint32_t* data = static_cast<uint32_t*>(malloc(plt->size())); in applyAllPLT() 114 memcpy(data, PLT0, plt->size()); in applyAllPLT() 122 plt->setValue(reinterpret_cast<unsigned char*>(data)); in applyAllPLT() 124 uint32_t* data = static_cast<uint32_t*>(malloc(plt->size())); in applyAllPLT() 129 memcpy(data, PLTA, plt->size()); in applyAllPLT() 137 plt->setValue(reinterpret_cast<unsigned char*>(data)); in applyAllPLT()
|
D | MipsLDBackend.cpp | 1277 LDSection& plt = fileFormat->getPLT(); in initTargetSections() local 1278 m_pPLT = new MipsPLT(plt); in initTargetSections() 1322 LDSection& plt = fileFormat->getPLT(); in initTargetSections() local 1323 m_pPLT = new MipsPLT(plt); in initTargetSections()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.cpp | 358 LDSection& plt = file_format->getPLT(); in initTargetSections() local 359 plt.setAlign(16u); in initTargetSections() 360 m_pPLT = new X86_32PLT(plt, *m_pGOTPLT, config()); in initTargetSections() 364 relplt.setLink(&plt); in initTargetSections() 625 LDSection& plt = file_format->getPLT(); in initTargetSections() local 626 plt.setAlign(16u); in initTargetSections() 627 m_pPLT = new X86_64PLT(plt, *m_pGOTPLT, config()); in initTargetSections() 631 relplt.setLink(&plt); in initTargetSections()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 111 LDSection& plt = file_format->getPLT(); in initTargetSections() local 112 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT); in initTargetSections() 116 relaplt.setLink(&plt); in initTargetSections()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 182 LDSection& plt = file_format->getPLT(); in initTargetSections() local 183 m_pPLT = new ARMPLT(plt, *m_pGOT); in initTargetSections() 187 relplt.setLink(&plt); in initTargetSections()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 417 LDSection& plt = file_format->getPLT(); in initTargetSections() local 418 m_pPLT = new HexagonPLT(plt, *m_pGOTPLT, config()); in initTargetSections() 422 relaplt.setLink(&plt); in initTargetSections()
|
/frameworks/base/docs/html/ndk/downloads/ |
D | index.jd | 466 <li>Introduced option <code>--long-plt</code> to fix an internal linker error
|
D | revision_history.jd | 2478 <li>Fixed symbol decoder for ARM used in {@code objdump} for {@code plt} entries to 2479 generate a more readable form {@code function@plt}.</li>
|