OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pltbase
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
97
uint64_t
pltBase
= m_Section.addr();
109
int32_t result = ((gotpltAddr -
pltBase
) >> 6);
112
// Already calculated using
pltBase
113
result = (gotpltAddr -
pltBase
);
Completed in 166 milliseconds