OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_base
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
101
uint64_t
got_base
= m_GOT.addr();
local
102
assert(
got_base
&& ".got base address is NULL!");
106
if (
got_base
> plt_base)
107
offset =
got_base
- (plt_base + 16);
109
offset = (plt_base + 16) -
got_base
;
135
uint64_t
got_base
= m_GOT.addr();
local
136
assert(
got_base
&& ".got base address is NULL!");
144
got_base
+ GOTEntrySize * 3;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
152
uint64_t
got_base
= m_GOTPLT.addr();
local
153
assert(
got_base
&& ".got base address is NULL!");
161
got_base
+ GOTEntrySize * 4;
Completed in 612 milliseconds