Searched refs:dest_insn (Results 1 – 1 of 1) sorted by relevance
2078 struct instruction *dest_insn; in add_jump_table() local2102 dest_insn = find_insn(file, reloc->sym->sec, reloc_addend(reloc)); in add_jump_table()2103 if (!dest_insn) in add_jump_table()2107 if (!insn_func(dest_insn) || insn_func(dest_insn)->pfunc != pfunc) in add_jump_table()2116 alt->insn = dest_insn; in add_jump_table()2139 struct instruction *dest_insn, *orig_insn = insn; in find_jump_table() local2163 dest_insn = find_insn(file, table_reloc->sym->sec, reloc_addend(table_reloc)); in find_jump_table()2164 if (!dest_insn || !insn_func(dest_insn) || insn_func(dest_insn)->pfunc != func) in find_jump_table()