Home
last modified time | relevance | path

Searched refs:getGotPltVA (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lld/ELF/Arch/
DX86.cpp229 write32le(buf + 2, sym.getGotPltVA() - in.gotPlt->getVA()); in writePlt()
237 write32le(buf + 2, sym.getGotPltVA()); in writePlt()
450 write32le(buf + 6, sym.getGotPltVA() - in.gotPlt->getVA()); in writePlt()
460 write32le(buf + 6, sym.getGotPltVA()); in writePlt()
549 write32le(buf + 3, sym.getGotPltVA() - ebx); in writePlt()
608 write32le(buf + 2, sym.getGotPltVA()); in writePlt()
DX86_64.cpp403 write32le(buf + 2, sym.getGotPltVA() - pltEntryAddr - 6); in writePlt()
936 write32le(buf + 6, sym.getGotPltVA() - pltEntryAddr - 10); in writePlt()
1033 write32le(buf + 3, sym.getGotPltVA() - pltEntryAddr - 7); in writePlt()
1071 write32le(buf + 3, sym.getGotPltVA() - pltEntryAddr - 7); in writePlt()
DPPC.cpp78 writePPC32PltCallStub(buf, sym->getGotPltVA(), nullptr, 0); in writePPC32GlinkSection()
182 writePPC32PltCallStub(buf, sym.getGotPltVA(), sym.file, 0x8000); in writeIplt()
DAArch64.cpp229 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt()
680 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt()
DARM.cpp263 uint64_t offset = sym.getGotPltVA() - pltEntryAddr - 8; in writePlt()
266 writePltLong(buf, sym.getGotPltVA(), pltEntryAddr); in writePlt()
DHexagon.cpp377 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt()
DRISCV.cpp177 uint32_t offset = sym.getGotPltVA() - pltEntryAddr; in writePlt()
DMips.cpp324 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt()
DPPC64.cpp1097 writePPC64LoadAndBranch(buf, sym.getGotPltVA() - getPPC64TocBase()); in writeIplt()
/external/llvm-project/lld/ELF/
DThunks.cpp840 writePPC32PltCallStub(buf, destination.getGotPltVA(), file, addend); in writeTo()
900 int64_t offset = destination.getGotPltVA() - getPPC64TocBase(); in writeTo()
964 int64_t offset = destination.getGotPltVA() - getThunkTargetSym()->getVA(); in writeTo()
DSymbols.h198 uint64_t getGotPltVA() const;
DSymbols.cpp165 uint64_t Symbol::getGotPltVA() const { in getGotPltVA() function in Symbol