OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plt1_entry
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
133
PLTEntryBase*
plt1_entry
= NULL;
local
138
plt1_entry
= new X86_32DynPLT1(*m_SectionData);
140
plt1_entry
= new X86_32ExecPLT1(*m_SectionData);
142
if (NULL ==
plt1_entry
)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
63
ARMPLT1*
plt1_entry
= 0;
local
66
plt1_entry
= new (std::nothrow) ARMPLT1(*m_SectionData);
68
if (!
plt1_entry
)
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
103
PLTEntryBase*
plt1_entry
= NULL;
local
106
plt1_entry
= new HexagonPLT1(*m_SectionData);
108
if (NULL ==
plt1_entry
)
Completed in 41 milliseconds