Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp133 uint64_t PLTEntryAddress = in applyPLT1() local
151 int32_t result = ((GOTEntryAddress - PLTEntryAddress) >> 6); in applyPLT1()
154 result = (GOTEntryAddress - PLTEntryAddress); in applyPLT1()
164 PLTEntryAddress += PLT1EntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp115 uint32_t PLTEntryAddress = plt_base + AArch64PLT0::EntrySize; in applyPLT1() local
128 helper_get_page_address(PLTEntryAddress); in applyPLT1()
141 PLTEntryAddress += PLT1EntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp109 uint64_t PLTEntryAddress = plt_base + ARMPLT0::EntrySize; // Offset of PLT0 in applyPLT1() local
125 int32_t Offset = (GOTEntryAddress - (PLTEntryAddress + 8)); in applyPLT1()
135 PLTEntryAddress += PLT1EntrySize; in applyPLT1()