HomeSort by relevance Sort by last modified time
    Searched refs:GOTEntryAddress (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 113 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3;
127 AArch64Relocator::DWord imm = helper_get_page_address(GOTEntryAddress) -
132 Out[1], helper_get_page_offset(GOTEntryAddress) >> 3);
135 helper_get_page_offset(GOTEntryAddress));
140 GOTEntryAddress += GOTEntrySize;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 107 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3;
125 int32_t Offset = (GOTEntryAddress - (PLTEntryAddress + 8));
134 GOTEntryAddress += GOTEntrySize;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 131 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 4;
151 int32_t result = ((GOTEntryAddress - PLTEntryAddress) >> 6);
154 result = (GOTEntryAddress - PLTEntryAddress);
158 // TODO: Fixup plt to point to the corresponding GOTEntryAddress
163 GOTEntryAddress += GOTEntrySize;

Completed in 328 milliseconds