Searched refs:plt1_entry (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp62 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/
H A DX86PLT.cpp88 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 24 milliseconds