Searched refs:getGotPltVA (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | X86.cpp | 229 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()
|
D | X86_64.cpp | 403 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()
|
D | PPC.cpp | 78 writePPC32PltCallStub(buf, sym->getGotPltVA(), nullptr, 0); in writePPC32GlinkSection() 182 writePPC32PltCallStub(buf, sym.getGotPltVA(), sym.file, 0x8000); in writeIplt()
|
D | AArch64.cpp | 229 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() 680 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt()
|
D | ARM.cpp | 263 uint64_t offset = sym.getGotPltVA() - pltEntryAddr - 8; in writePlt() 266 writePltLong(buf, sym.getGotPltVA(), pltEntryAddr); in writePlt()
|
D | Hexagon.cpp | 377 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt()
|
D | RISCV.cpp | 177 uint32_t offset = sym.getGotPltVA() - pltEntryAddr; in writePlt()
|
D | Mips.cpp | 324 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt()
|
D | PPC64.cpp | 1097 writePPC64LoadAndBranch(buf, sym.getGotPltVA() - getPPC64TocBase()); in writeIplt()
|
/external/llvm-project/lld/ELF/ |
D | Thunks.cpp | 840 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()
|
D | Symbols.h | 198 uint64_t getGotPltVA() const;
|
D | Symbols.cpp | 165 uint64_t Symbol::getGotPltVA() const { in getGotPltVA() function in Symbol
|