Home
last modified time | relevance | path

Searched refs:X86_64PLT (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp218 X86_64PLT::X86_64PLT(LDSection& pSection, in X86_64PLT() function in mcld::X86_64PLT
225 void X86_64PLT::applyPLT0() { in applyPLT0()
247 void X86_64PLT::applyPLT1() { in applyPLT1()
DX86PLT.h156 class X86_64PLT : public X86PLT {
158 X86_64PLT(LDSection& pSection,
DX86LDBackend.cpp627 m_pPLT = new X86_64PLT(plt, *m_pGOTPLT, config()); in initTargetSections()