Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp226 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 DX86_64.cpp466 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 DPPC.cpp80 writePPC32PltCallStub(ctx, buf, sym->getGotPltVA(ctx), nullptr, 0); in writePPC32GlinkSection()
186 writePPC32PltCallStub(ctx, buf, sym.getGotPltVA(ctx), sym.file, 0x8000); in writeIplt()
H A DARM.cpp327 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 DSystemZ.cpp229 write32be(buf + 2, (sym.getGotPltVA(ctx) - pltEntryAddr) >> 1); in writePlt()
H A DAArch64.cpp411 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt()
1189 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt()
H A DHexagon.cpp443 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt()
H A DMips.cpp322 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt()
H A DPPC64.cpp1172 sym.getGotPltVA(ctx) - getPPC64TocBase(ctx)); in writeIplt()
H A DLoongArch.cpp391 uint32_t offset = sym.getGotPltVA(ctx) - pltEntryAddr; in writePlt()
H A DRISCV.cpp251 uint32_t offset = sym.getGotPltVA(ctx) - pltEntryAddr; in writePlt()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h206 uint64_t getGotPltVA(Ctx &) const;
H A DSymbols.cpp163 uint64_t Symbol::getGotPltVA(Ctx &ctx) const { in getGotPltVA() function in Symbol
H A DThunks.cpp1356 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 DInputSection.cpp829 return r.sym->getGotPltVA(ctx) + a - ctx.in.got->getVA(); in getRelocTargetVA()
831 return r.sym->getGotPltVA(ctx) + a - p; in getRelocTargetVA()