Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp146 uint64_t PLTEntryAddress = in applyPLT1() local
164 int32_t result = ((GOTEntryAddress - PLTEntryAddress ) >> 6); in applyPLT1()
167 result = (GOTEntryAddress - PLTEntryAddress); in applyPLT1()
177 PLTEntryAddress += PLT1EntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp116 uint64_t PLTEntryAddress = in applyPLT1() local
133 int32_t Offset = (GOTEntryAddress - (PLTEntryAddress + 8)); in applyPLT1()
143 PLTEntryAddress += PLT1EntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp118 uint32_t PLTEntryAddress = plt_base + AArch64PLT0::EntrySize; in applyPLT1() local
131 helper_get_page_address(PLTEntryAddress); in applyPLT1()
144 PLTEntryAddress += PLT1EntrySize; in applyPLT1()