arch_insn_adjusted_addend
dest_off = dest_sym->offset + arch_insn_adjusted_addend(insn, reloc);
dest_off = arch_insn_adjusted_addend(insn, reloc);
idx = arch_insn_adjusted_addend(insn, reloc) / sizeof(void *);
offset = arch_insn_adjusted_addend(insn, reloc);
off = reloc->sym->offset + arch_insn_adjusted_addend(insn, reloc);
offset = arch_insn_adjusted_addend(insn, reloc);
s64 arch_insn_adjusted_addend(struct instruction *insn, struct reloc *reloc);