Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.h82 class X86_64PLT0 : public PLT::Entry<sizeof(x86_64_plt0)> {
84 X86_64PLT0(SectionData& pParent);
DX86PLT.cpp40 X86_64PLT0::X86_64PLT0(SectionData& pParent) in X86_64PLT0() function in mcld::X86_64PLT0
80 new X86_64PLT0(*m_pSectionData); in X86PLT()