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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 62 ARMPLT1* plt1_entry = 0; local
65 plt1_entry = new (std::nothrow) ARMPLT1(&m_SectionData);
67 if (!plt1_entry)
70 m_Section.setSize(m_Section.size() + plt1_entry->getEntrySize());
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 88 X86PLT1* plt1_entry = 0; local
92 plt1_entry = new (std::nothrow) X86PLT1(&m_SectionData, m_PLT1Size);
94 if (!plt1_entry)
97 m_Section.setSize(m_Section.size() + plt1_entry->getEntrySize());

Completed in 103 milliseconds