Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.h32 const uint8_t x86_32_exec_plt1[] = { variable
74 class X86_32ExecPLT1 : public PLT::Entry<sizeof(x86_32_exec_plt1)> {
DX86PLT.cpp37 : PLT::Entry<sizeof(x86_32_exec_plt1)>(pParent) { in X86_32ExecPLT1()
67 m_PLT1 = x86_32_exec_plt1; in X86PLT()
69 m_PLT1Size = sizeof(x86_32_exec_plt1); in X86PLT()