Searched refs:getGotPltVA (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86.cpp | 226 write32le(buf + 2, sym.getGotPltVA(ctx) - ctx.in.gotPlt->getVA()); in writePlt() 234 write32le(buf + 2, sym.getGotPltVA(ctx)); in writePlt() 554 write32le(buf + 6, sym.getGotPltVA(ctx) - ctx.in.gotPlt->getVA()); in writePlt() 564 write32le(buf + 6, sym.getGotPltVA(ctx)); in writePlt() 653 write32le(buf + 3, sym.getGotPltVA(ctx) - ebx); in writePlt() 712 write32le(buf + 2, sym.getGotPltVA(ctx)); in writePlt()
|
| H A D | X86_64.cpp | 466 write32le(buf + 2, sym.getGotPltVA(ctx) - pltEntryAddr - 6); in writePlt() 1264 write32le(buf + 6, sym.getGotPltVA(ctx) - pltEntryAddr - 10); in writePlt() 1361 write32le(buf + 3, sym.getGotPltVA(ctx) - pltEntryAddr - 7); in writePlt() 1399 write32le(buf + 3, sym.getGotPltVA(ctx) - pltEntryAddr - 7); in writePlt()
|
| H A D | PPC.cpp | 80 writePPC32PltCallStub(ctx, buf, sym->getGotPltVA(ctx), nullptr, 0); in writePPC32GlinkSection() 186 writePPC32PltCallStub(ctx, buf, sym.getGotPltVA(ctx), sym.file, 0x8000); in writeIplt()
|
| H A D | ARM.cpp | 327 uint64_t offset = sym.getGotPltVA(ctx) - pltEntryAddr - 8; in writePlt() 341 writePltLong(ctx, buf, sym.getGotPltVA(ctx), pltEntryAddr); in writePlt() 349 uint64_t offset = sym.getGotPltVA(ctx) - pltEntryAddr - 12; in writePlt()
|
| H A D | SystemZ.cpp | 229 write32be(buf + 2, (sym.getGotPltVA(ctx) - pltEntryAddr) >> 1); in writePlt()
|
| H A D | AArch64.cpp | 411 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt() 1189 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt()
|
| H A D | Hexagon.cpp | 443 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt()
|
| H A D | Mips.cpp | 322 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt()
|
| H A D | PPC64.cpp | 1172 sym.getGotPltVA(ctx) - getPPC64TocBase(ctx)); in writeIplt()
|
| H A D | LoongArch.cpp | 391 uint32_t offset = sym.getGotPltVA(ctx) - pltEntryAddr; in writePlt()
|
| H A D | RISCV.cpp | 251 uint32_t offset = sym.getGotPltVA(ctx) - pltEntryAddr; in writePlt()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 206 uint64_t getGotPltVA(Ctx &) const;
|
| H A D | Symbols.cpp | 163 uint64_t Symbol::getGotPltVA(Ctx &ctx) const { in getGotPltVA() function in Symbol
|
| H A D | Thunks.cpp | 1356 writePPC32PltCallStub(ctx, buf, destination.getGotPltVA(ctx), file, addend); in writeTo() 1416 int64_t offset = destination.getGotPltVA(ctx) - getPPC64TocBase(ctx); in writeTo() 1479 (gotPlt ? destination.getGotPltVA(ctx) : destination.getVA(ctx)) - in writeTo()
|
| H A D | InputSection.cpp | 829 return r.sym->getGotPltVA(ctx) + a - ctx.in.got->getVA(); in getRelocTargetVA() 831 return r.sym->getGotPltVA(ctx) + a - p; in getRelocTargetVA()
|