Home
last modified time | relevance | path

Searched refs:getPltVA (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp173 write32le(buf, s.getPltVA() + 6); in writeGotPlt()
607 write32le(buf, s.getPltVA() + 17); in writeGotPlt()
661 write32le(buf, s.getPltVA() + 16); in writeGotPlt()
H A DX86_64.cpp419 write64le(buf, s.getPltVA() + 6); in writeGotPlt()
1146 write64le(buf, s.getPltVA() + 17); in writeGotPlt()
H A DARM.cpp408 uint64_t dst = (expr == R_PLT_PC) ? s.getPltVA() : s.getVA(); in needsThunk()
421 uint64_t dst = (expr == R_PLT_PC) ? s.getPltVA() : s.getVA(); in needsThunk()
H A DAArch64.cpp386 uint64_t dst = expr == R_PLT_PC ? s.getPltVA() : s.getVA(a); in needsThunk()
H A DRISCV.cpp742 (r.expr == R_PLT_PC ? sym.getPltVA() : sym.getVA()) + r.addend; in relaxCall()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp858 return sym.getPltVA() + a; in getRelocTargetVA()
861 return sym.getPltVA() + a - p; in getRelocTargetVA()
863 return getLoongArchPageDelta(sym.getPltVA() + a, p, type); in getRelocTargetVA()
865 return sym.getPltVA() + a - in.gotPlt->getVA(); in getRelocTargetVA()
867 return sym.getPltVA() + a - in.got->getVA(); in getRelocTargetVA()
872 return sym.getPltVA() - p; in getRelocTargetVA()
H A DARMErrataFix.cpp215 uint64_t dst = (r->expr == R_PLT_PC) ? r->sym->getPltVA() : r->sym->getVA(); in branchDestInFirstRegion()
443 uint64_t dstSymAddr = (sr.rel->expr == R_PLT_PC) ? sr.rel->sym->getPltVA() in implementPatch()
H A DSymbols.h228 uint64_t getPltVA() const;
H A DSymbols.cpp185 uint64_t Symbol::getPltVA() const { in getPltVA() function in Symbol
H A DThunks.cpp510 uint64_t v = s.isInPlt() ? s.getPltVA() : s.getVA(a); in getAArch64ThunkDestVA()
582 uint64_t v = s.isInPlt() ? s.getPltVA() : s.getVA(); in getARMThunkDestVA()