Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Darch.h31 #define INSN_RETURN 6 macro
Dcheck.c188 if (insn->type == INSN_RETURN) in __dead_end_function()
1877 case INSN_RETURN: in validate_branch()
/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c434 *type = INSN_RETURN; in arch_decode_instruction()