Lines Matching defs:dest_off
1549 unsigned long dest_off;
1565 dest_off = arch_jump_destination(insn);
1568 dest_off = arch_dest_reloc_offset(reloc_addend(reloc));
1584 dest_off = reloc->sym->sym.st_value +
1591 jump_dest = find_insn(file, dest_sec, dest_off);
1593 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off);
1609 dest_sec->name, dest_off);
1673 unsigned long dest_off;
1683 dest_off = arch_jump_destination(insn);
1684 dest = find_call_destination(insn->sec, dest_off);
1702 dest_off = arch_dest_reloc_offset(reloc_addend(reloc));
1703 dest = find_call_destination(reloc->sym->sec, dest_off);
1706 reloc->sym->sec->name, dest_off);
1733 unsigned long dest_off;
1845 dest_off = arch_jump_destination(insn);
1846 if (dest_off == special_alt->new_off + special_alt->new_len) {
2441 unsigned long dest_off;
2467 dest_off = arch_jump_destination(insn);
2468 insn->jump_dest = find_insn(file, insn->sec, dest_off);
2471 insn->sec->name, dest_off);