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
79
typedef std::vector<AArch64GOTEntry*>
EntryListType
;
80
typedef
EntryListType
::iterator entry_iterator;
81
typedef
EntryListType
::const_iterator const_entry_iterator;
88
EntryListType
m_GOTPLT;
91
EntryListType
m_GOT;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h
67
typedef std::vector<ARMGOTEntry*>
EntryListType
;
68
typedef
EntryListType
::iterator entry_iterator;
69
typedef
EntryListType
::const_iterator const_entry_iterator;
76
EntryListType
m_GOTPLT;
79
EntryListType
m_GOT;
/frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h
121
typedef std::vector<elf_dynamic::EntryIF*>
EntryListType
;
122
typedef
EntryListType
::iterator iterator;
123
typedef
EntryListType
::const_iterator const_iterator;
173
EntryListType
m_EntryList;
174
EntryListType
m_NeedList;
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
54
EntryListType
::iterator entry, entryEnd = m_EntryList.end();
335
EntryListType
::const_iterator entry, entryEnd = m_NeedList.end();
Completed in 3276 milliseconds