Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.h74 class X86_32ExecPLT1 : public PLT::Entry<sizeof(x86_32_exec_plt1)> {
76 X86_32ExecPLT1(SectionData& pParent);
DX86PLT.cpp36 X86_32ExecPLT1::X86_32ExecPLT1(SectionData& pParent) in X86_32ExecPLT1() function in mcld::X86_32ExecPLT1
118 return new X86_32ExecPLT1(*m_pSectionData); in create()