OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Section
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/mclinker/lib/Target/
PLT.cpp
20
PLT::PLT(LDSection& pSection) :
m_Section
(pSection) {
GOT.cpp
24
GOT::GOT(LDSection& pSection) :
m_Section
(pSection) {
39
m_Section
.setSize(offset);
/frameworks/compile/mclinker/include/mcld/Target/
GOT.h
59
uint64_t addr() const { return
m_Section
.addr(); }
60
uint64_t size() const { return
m_Section
.size(); }
73
LDSection&
m_Section
;
PLT.h
71
uint64_t addr() const { return
m_Section
.addr(); }
79
LDSection&
m_Section
;
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp
48
m_Section
.setSize(size);
78
uint64_t plt_base =
m_Section
.addr();
101
uint64_t plt_base =
m_Section
.addr();
AArch64GOT.cpp
93
m_Section
.setSize(offset);
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
45
m_Section
.setSize(size);
63
uint64_t plt_base =
m_Section
.addr();
96
uint64_t plt_base =
m_Section
.addr();
ARMGOT.cpp
90
m_Section
.setSize(offset);
/frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp
64
m_Section
.setSize(size);
101
assert(
m_Section
.addr() && ".plt base address is NULL!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
77
m_Section
.setSize(size);
97
uint64_t pltBase =
m_Section
.addr();
120
uint64_t plt_base =
m_Section
.addr();
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
100
m_Section
.setSize(size);
165
assert(
m_Section
.addr() && ".plt base address is NULL!");
248
assert(
m_Section
.addr() && ".plt base address is NULL!");
Completed in 1268 milliseconds