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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp59 AArch64PLT1* plt1_entry = new (std::nothrow) AArch64PLT1(*m_pSectionData); local
60 if (!plt1_entry)
62 return plt1_entry;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp56 ARMPLT1* plt1_entry = new (std::nothrow) ARMPLT1(*m_pSectionData); local
57 if (!plt1_entry)
59 return plt1_entry;

Completed in 36 milliseconds