OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelocationListType
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
RelocData.h
46
GCFactoryListTraits<Relocation> >
RelocationListType
;
48
typedef
RelocationListType
::reference reference;
49
typedef
RelocationListType
::const_reference const_reference;
51
typedef
RelocationListType
::iterator iterator;
52
typedef
RelocationListType
::const_iterator const_iterator;
54
typedef
RelocationListType
::reverse_iterator reverse_iterator;
55
typedef
RelocationListType
::const_reverse_iterator const_reverse_iterator;
67
const
RelocationListType
& getRelocationList() const { return m_Relocations; }
68
RelocationListType
& getRelocationList() { return m_Relocations; }
104
RelocationListType
m_Relocations
[
all
...]
BranchIsland.h
38
typedef std::vector<Relocation*>
RelocationListType
;
39
typedef
RelocationListType
::iterator reloc_iterator;
40
typedef
RelocationListType
::const_iterator const_reloc_iterator;
178
RelocationListType
m_Relocations;
Completed in 56 milliseconds