Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h24 INSN_BUG, enumerator
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c197 insn->type = INSN_BUG; in arch_decode_instruction()
560 insn->type = INSN_BUG; in arch_decode_instruction()
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c317 insn->type = INSN_BUG; in arch_decode_instruction()
/linux-6.15/tools/objtool/
H A Dcheck.c493 if (insn->type == INSN_BUG) in decode_instructions()
4092 (insn->type == INSN_BUG || in ignore_unreachable_insn()
4094 insn->jump_dest && insn->jump_dest->type == INSN_BUG))) in ignore_unreachable_insn()