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.cpp135 X86_32PLT::X86_32PLT(LDSection& pSection, in X86_32PLT() function in mcld::X86_32PLT
142 void X86_32PLT::applyPLT0() { in applyPLT0()
164 void X86_32PLT::applyPLT1() { in applyPLT1()
DX86PLT.h136 class X86_32PLT : public X86PLT {
138 X86_32PLT(LDSection& pSection,
DX86LDBackend.cpp360 m_pPLT = new X86_32PLT(plt, *m_pGOTPLT, config()); in initTargetSections()