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.h64 class X86_32DynPLT1 : public PLT::Entry<sizeof(x86_32_dyn_plt1)> {
66 X86_32DynPLT1(SectionData& pParent);
DX86PLT.cpp28 X86_32DynPLT1::X86_32DynPLT1(SectionData& pParent) in X86_32DynPLT1() function in mcld::X86_32DynPLT1
116 return new X86_32DynPLT1(*m_pSectionData); in create()