Home
last modified time | relevance | path

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

/tools/objtool/include/objtool/
Darch.h29 INSN_TRAP, enumerator
/tools/objtool/arch/x86/
Ddecode.c534 *type = INSN_TRAP; in arch_decode_instruction()
/tools/objtool/
Dcheck.c3141 next_insn && next_insn->type != INSN_TRAP) { in validate_branch()
3189 next_insn && next_insn->type != INSN_TRAP) { in validate_branch()
3508 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn()