OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_pGOT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h
152
AArch64GOT*
m_pGOT
;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
182
ARMGOT*
m_pGOT
;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
174
HexagonGOT*
m_pGOT
;
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
192
X86_32GOT*
m_pGOT
;
234
X86_64GOT*
m_pGOT
;
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
237
MipsGOT*
m_pGOT
; // .got
MipsLDBackend.cpp
53
m_pGOT
(NULL),
191
if (LinkerConfig::DynObj == config().codeGenType() ||
m_pGOT
->hasGOT1() ||
193
m_pGOT
->finalizeScanning(*m_pRelDyn);
194
m_pGOT
->finalizeSectionSize();
267
return
m_pGOT
->emit(pRegion);
343
const MipsGOT&
m_pGOT
;
345
explicit DynsymGOTCompare(const MipsGOT& pGOT) :
m_pGOT
(pGOT) {}
348
return
m_pGOT
.dynSymOrderCompare(X, Y);
365
symbols.dynamicBegin(), symbols.dynamicEnd(), DynsymGOTCompare(*
m_pGOT
));
499
assert(
m_pGOT
!= NULL)
[
all
...]
Completed in 67 milliseconds