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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 66 m_PLT0Size = sizeof (x86_dyn_plt0);
72 m_PLT0Size = sizeof (x86_exec_plt0);
75 X86PLT0* plt0_entry = new X86PLT0(&m_SectionData, m_PLT0Size);
223 uint64_t PLTEntryOffset = m_PLT0Size;
265 uint64_t PLTEntryAddress = plt_base + m_PLT0Size;
X86PLT.h 85 unsigned int m_PLT0Size;

Completed in 48 milliseconds