Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp33 : PLT::Entry<sizeof(x86_32_exec_plt0)>(pParent) { in X86_32ExecPLT0()
66 m_PLT0 = x86_32_exec_plt0; in X86PLT()
68 m_PLT0Size = sizeof(x86_32_exec_plt0); in X86PLT()
153 if (m_PLT0 == x86_32_exec_plt0) { in applyPLT0()
DX86PLT.h26 const uint8_t x86_32_exec_plt0[] = { variable
69 class X86_32ExecPLT0 : public PLT::Entry<sizeof(x86_32_exec_plt0)> {