Home
last modified time | relevance | path

Searched refs:rel1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp656 const Relocation &rel1 = relocs[i + 1]; in relocateAlloc() local
658 rel1.type == R_RISCV_SUB_ULEB128 && rel.offset == rel1.offset) { in relocateAlloc()
660 rel1.sym->getVA(ctx, rel1.addend); in relocateAlloc()
H A DX86_64.cpp345 Relocation rel1 = rel; in relaxOnce() local
346 rel1.addend = rel.expr == R_RELAX_GOT_PC_NOPIC ? 0 : -4; in relaxOnce()
347 uint64_t v = sec->getRelocTargetVA(ctx, rel1, in relaxOnce()