Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Darch.h27 INSN_BUG, enumerator
Dcheck.c357 if (insn->type == INSN_BUG) in add_dead_ends()
2735 (insn->type == INSN_BUG || in ignore_unreachable_insn()
2737 insn->jump_dest && insn->jump_dest->type == INSN_BUG))) in ignore_unreachable_insn()
/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c419 *type = INSN_BUG; in arch_decode_instruction()