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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp65 ARMPLT1* plt1_entry = 0; local
68 plt1_entry = new (std::nothrow) ARMPLT1(&m_SectionData);
70 if (!plt1_entry)
73 m_Section.setSize(m_Section.size() + plt1_entry->getEntrySize());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp97 X86PLT1* plt1_entry = 0; local
100 plt1_entry = new (std::nothrow) X86PLT1(&m_SectionData, m_PLT1Size);
102 if (!plt1_entry)
105 m_Section.setSize(m_Section.size() + plt1_entry->getEntrySize());

Completed in 956 milliseconds