OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_32DynPLT1
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h
64
class
X86_32DynPLT1
: public PLT::Entry<sizeof(x86_32_dyn_plt1)> {
66
X86_32DynPLT1
(SectionData& pParent);
X86PLT.cpp
28
X86_32DynPLT1
::
X86_32DynPLT1
(SectionData& pParent)
116
return new
X86_32DynPLT1
(*m_pSectionData);
Completed in 227 milliseconds