Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Darch.h25 INSN_RETURN, enumerator
Dcheck.c182 if (insn->type == INSN_RETURN) in __dead_end_function()
2495 case INSN_RETURN: in validate_branch()
/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c470 *type = INSN_RETURN; in arch_decode_instruction()