OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryListType
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h
82
typedef std::vector<AArch64GOTEntry*>
EntryListType
;
83
typedef
EntryListType
::iterator entry_iterator;
84
typedef
EntryListType
::const_iterator const_entry_iterator;
91
EntryListType
m_GOTPLT;
94
EntryListType
m_GOT;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h
70
typedef std::vector<ARMGOTEntry*>
EntryListType
;
71
typedef
EntryListType
::iterator entry_iterator;
72
typedef
EntryListType
::const_iterator const_entry_iterator;
79
EntryListType
m_GOTPLT;
82
EntryListType
m_GOT;
/frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h
136
typedef std::vector<elf_dynamic::EntryIF*>
EntryListType
;
137
typedef
EntryListType
::iterator iterator;
138
typedef
EntryListType
::const_iterator const_iterator;
188
EntryListType
m_EntryList;
189
EntryListType
m_NeedList;
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
56
EntryListType
::iterator entry, entryEnd = m_EntryList.end();
356
EntryListType
::const_iterator entry, entryEnd = m_NeedList.end();
Completed in 92 milliseconds