OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymPLTMap
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h
27
typedef KeyEntryMap<ResolveInfo, ARMPLT1>
SymPLTMap
;
83
const
SymPLTMap
& getSymPLTMap() const { return m_SymPLTMap; }
84
SymPLTMap
& getSymPLTMap() { return m_SymPLTMap; }
128
SymPLTMap
m_SymPLTMap;
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h
42
typedef KeyEntryMap<ResolveInfo, AArch64PLT1>
SymPLTMap
;
99
const
SymPLTMap
& getSymPLTMap() const { return m_SymPLTMap; }
100
SymPLTMap
& getSymPLTMap() { return m_SymPLTMap; }
140
SymPLTMap
m_SymPLTMap;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h
30
typedef KeyEntryMap<ResolveInfo, PLTEntryBase>
SymPLTMap
;
103
const
SymPLTMap
& getSymPLTMap() const { return m_SymPLTMap; }
104
SymPLTMap
& getSymPLTMap() { return m_SymPLTMap; }
139
SymPLTMap
m_SymPLTMap;
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h
30
typedef KeyEntryMap<ResolveInfo, PLTEntryBase>
SymPLTMap
;
75
const
SymPLTMap
& getSymPLTMap() const { return m_SymPLTMap; }
76
SymPLTMap
& getSymPLTMap() { return m_SymPLTMap; }
114
SymPLTMap
m_SymPLTMap;
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
130
typedef llvm::DenseMap<const ResolveInfo*, PLTDescriptor>
SymPLTMap
;
136
SymPLTMap
m_SymPLTMap;
MipsRelocator.cpp
729
SymPLTMap
::const_iterator it = m_SymPLTMap.find(&rsym);
Completed in 57 milliseconds