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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp61 AArch64PLT1* plt1_entry = new (std::nothrow) AArch64PLT1(*m_pSectionData); local
62 if (!plt1_entry)
64 return plt1_entry;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp60 ARMPLT1* plt1_entry = new (std::nothrow) ARMPLT1(*m_pSectionData); local
61 if (!plt1_entry)
63 return plt1_entry;

Completed in 243 milliseconds