Home
last modified time | relevance | path

Searched refs:X86_32DynPLT1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.h69 class X86_32DynPLT1 : public PLT::Entry<sizeof(x86_32_dyn_plt1)>
72 X86_32DynPLT1(SectionData& pParent);
DX86PLT.cpp29 X86_32DynPLT1::X86_32DynPLT1(SectionData& pParent) in X86_32DynPLT1() function in X86_32DynPLT1
130 return new X86_32DynPLT1(*m_pSectionData); in create()