OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Section
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/lib/Target/
PLT.cpp
21
:
m_Section
(pSection)
GOT.cpp
25
:
m_Section
(pSection) {
42
m_Section
.setSize(offset);
/frameworks/compile/mclinker/include/mcld/Target/
GOT.h
69
uint64_t addr() const { return
m_Section
.addr(); }
70
uint32_t size() const { return
m_Section
.size(); }
91
LDSection&
m_Section
;
PLT.h
91
uint64_t addr() const { return
m_Section
.addr(); }
99
LDSection&
m_Section
;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
51
m_Section
.setSize(size);
98
uint64_t plt_base =
m_Section
.addr();
132
uint64_t plt_base =
m_Section
.addr();
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
86
m_Section
.setSize(size);
125
uint64_t pltBase =
m_Section
.addr();
149
uint64_t plt_base =
m_Section
.addr();
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
116
m_Section
.setSize(size);
204
assert(
m_Section
.addr() && ".plt base address is NULL!");
290
assert(
m_Section
.addr() && ".plt base address is NULL!");
Completed in 89 milliseconds