OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plt_base
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
98
uint64_t
plt_base
= m_Section.addr();
local
99
assert(
plt_base
&& ".plt base address is NULL!");
106
if (got_base >
plt_base
)
107
offset = got_base - (
plt_base
+ 16);
109
offset = (
plt_base
+ 16) - got_base;
132
uint64_t
plt_base
= m_Section.addr();
local
133
assert(
plt_base
&& ".plt base address is NULL!");
147
plt_base
+ ARMPLT0::EntrySize; //Offset of PLT0
176
m_GOT.applyGOTPLT(
plt_base
);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
149
uint64_t
plt_base
= m_Section.addr();
local
150
assert(
plt_base
&& ".plt base address is NULL!");
164
plt_base
+ HexagonPLT0::EntrySize; //Offset of PLT0
/external/elfutils/src/
ldgeneric.c
5514
size_t
plt_base
= nsym + ld_state.nfrom_dso - ld_state.nplt;
local
[
all
...]
Completed in 50 milliseconds