Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp162 sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), bits); in relocateAlloc()
H A DInputSection.h269 uint64_t getRelocTargetVA(Ctx &, const Relocation &r, uint64_t p) const;
H A DInputSection.cpp772 uint64_t InputSectionBase::getRelocTargetVA(Ctx &ctx, const Relocation &r, in getRelocTargetVA() function in InputSectionBase
885 return getRelocTargetVA(ctx, *hiRel, r.sym->getVA(ctx)); in getRelocTargetVA()
H A DSyntheticSections.cpp1658 uint64_t ca = inputSec->getRelocTargetVA( in computeAddend()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp1287 sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), bits); in relocateAlloc()
1306 val = SignExtend64(sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), in relocateAlloc()
1334 val = SignExtend64(sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), in relocateAlloc()
1354 val = SignExtend64(sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), in relocateAlloc()
H A DX86_64.cpp193 uint64_t targetOffset = is.getRelocTargetVA(is.getCtx(), r, addrLoc); in isFallThruRelocation()
347 uint64_t v = sec->getRelocTargetVA(ctx, rel1, in relaxOnce()
1159 const uint64_t val = sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset); in relocateAlloc()
H A DSystemZ.cpp447 uint64_t v = sec->getRelocTargetVA( in relaxOnce()
H A DPPC.cpp506 SignExtend64(sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), 32); in relocateAlloc()
H A DX86.cpp501 SignExtend64(sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), 32); in relocateAlloc()
H A DAArch64.cpp940 const uint64_t val = sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset); in relocateAlloc()
H A DPPC64.cpp1573 const uint64_t val = sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset); in relocateAlloc()
H A DRISCV.cpp604 uint64_t val = sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset); in relocateAlloc()