Home
last modified time | relevance | path

Searched refs:GOTEntryAddress (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp113 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1() local
127 AArch64Relocator::DWord imm = helper_get_page_address(GOTEntryAddress) - in applyPLT1()
132 Out[1], helper_get_page_offset(GOTEntryAddress) >> 3); in applyPLT1()
135 helper_get_page_offset(GOTEntryAddress)); in applyPLT1()
140 GOTEntryAddress += GOTEntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp131 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 4; in applyPLT1() local
151 int32_t result = ((GOTEntryAddress - PLTEntryAddress) >> 6); in applyPLT1()
154 result = (GOTEntryAddress - PLTEntryAddress); in applyPLT1()
163 GOTEntryAddress += GOTEntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp107 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1() local
125 int32_t Offset = (GOTEntryAddress - (PLTEntryAddress + 8)); in applyPLT1()
134 GOTEntryAddress += GOTEntrySize; in applyPLT1()