OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOTEntryAddress
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
160
uint32_t
GOTEntryAddress
=
181
int32_t result = ((
GOTEntryAddress
- PLTEntryAddress ) >> 6);
184
result = (
GOTEntryAddress
- PLTEntryAddress);
188
// TODO: Fixup plt to point to the corresponding
GOTEntryAddress
193
GOTEntryAddress
+= GOTEntrySize;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
143
uint32_t
GOTEntryAddress
=
163
int32_t Offset = (
GOTEntryAddress
- (PLTEntryAddress + 8));
172
GOTEntryAddress
+= GOTEntrySize;
Completed in 2119 milliseconds