Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Dcheck.c902 struct instruction *dest_insn; in add_jump_table() local
926 dest_insn = find_insn(file, rela->sym->sec, rela->addend); in add_jump_table()
927 if (!dest_insn) in add_jump_table()
931 if (!dest_insn->func || dest_insn->func->pfunc != pfunc) in add_jump_table()
940 alt->insn = dest_insn; in add_jump_table()