Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h24 INSN_BUG, enumerator
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c302 insn->type = INSN_BUG; in decode_insn_reg3_fomat()
356 insn->type = INSN_BUG; in arch_decode_instruction()
/linux/tools/objtool/arch/x86/
H A Ddecode.c605 insn->type = INSN_BUG; in arch_decode_instruction()
746 insn->type = INSN_BUG; in arch_decode_instruction()
/linux/tools/objtool/
H A Dcheck.c475 if (insn->type == INSN_BUG) in decode_instructions()
4314 if (!prev || prev->type != INSN_BUG) { in validate_retpoline()
4371 (insn->type == INSN_BUG || in ignore_unreachable_insn()
4373 insn->jump_dest && insn->jump_dest->type == INSN_BUG))) in ignore_unreachable_insn()