HomeSort by relevance Sort by last modified time
    Searched refs:x86_32_dyn_plt0 (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 14 const uint8_t x86_32_dyn_plt0[] = { variable
59 class X86_32DynPLT0 : public PLT::Entry<sizeof(x86_32_dyn_plt0)> {
X86PLT.cpp 25 : PLT::Entry<sizeof(x86_32_dyn_plt0)>(pParent) {
59 m_PLT0 = x86_32_dyn_plt0;
61 m_PLT0Size = sizeof(x86_32_dyn_plt0);

Completed in 603 milliseconds