Searched refs:getRelocTargetVA (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.cpp | 162 sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), bits); in relocateAlloc()
|
| H A D | InputSection.h | 269 uint64_t getRelocTargetVA(Ctx &, const Relocation &r, uint64_t p) const;
|
| H A D | InputSection.cpp | 772 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 D | SyntheticSections.cpp | 1658 uint64_t ca = inputSec->getRelocTargetVA( in computeAddend()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | LoongArch.cpp | 1287 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 D | X86_64.cpp | 193 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 D | SystemZ.cpp | 447 uint64_t v = sec->getRelocTargetVA( in relaxOnce()
|
| H A D | PPC.cpp | 506 SignExtend64(sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), 32); in relocateAlloc()
|
| H A D | X86.cpp | 501 SignExtend64(sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset), 32); in relocateAlloc()
|
| H A D | AArch64.cpp | 940 const uint64_t val = sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset); in relocateAlloc()
|
| H A D | PPC64.cpp | 1573 const uint64_t val = sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset); in relocateAlloc()
|
| H A D | RISCV.cpp | 604 uint64_t val = sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset); in relocateAlloc()
|