Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.h59 class X86_32DynPLT0 : public PLT::Entry<sizeof(x86_32_dyn_plt0)> {
61 X86_32DynPLT0(SectionData& pParent);
DX86PLT.cpp24 X86_32DynPLT0::X86_32DynPLT0(SectionData& pParent) in X86_32DynPLT0() function in mcld::X86_32DynPLT0
64 new X86_32DynPLT0(*m_pSectionData); in X86PLT()