Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.h44 const uint8_t x86_64_plt1[] = { variable
87 class X86_64PLT1 : public PLT::Entry<sizeof(x86_64_plt1)> {
DX86PLT.cpp45 : PLT::Entry<sizeof(x86_64_plt1)>(pParent) { in X86_64PLT1()
76 m_PLT1 = x86_64_plt1; in X86PLT()
78 m_PLT1Size = sizeof(x86_64_plt1); in X86PLT()