Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp150 X86_32PLT::X86_32PLT(LDSection& pSection, in X86_32PLT() function in X86_32PLT
158 void X86_32PLT::applyPLT0() in applyPLT0()
181 void X86_32PLT::applyPLT1() in applyPLT1()
DX86PLT.h149 class X86_32PLT : public X86PLT
152 X86_32PLT(LDSection& pSection,
DX86LDBackend.cpp389 m_pPLT = new X86_32PLT(plt, *m_pGOTPLT, config()); in initTargetSections()