Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp194 uint64_t PLTEntryAddress = in applyPLT1() local
211 int32_t Offset = (GOTEntryAddress - (PLTEntryAddress + 8)); in applyPLT1()
221 PLTEntryAddress += PLT1EntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp265 uint64_t PLTEntryAddress = plt_base + m_PLT0Size; in applyPLT1() local
271 llvm::cast<GOTEntry>(*gotplt_it).setContent(PLTEntryAddress + 6); in applyPLT1()
272 PLTEntryAddress += m_PLT1Size; in applyPLT1()