Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h21 INSN_RETURN, enumerator
H A Dcheck.c205 if (insn->type == INSN_RETURN) in __dead_end_function()
1059 insn->type = sibling ? INSN_RETURN : INSN_NOP; in annotate_call_site()
1134 insn->type = INSN_RETURN; in add_return_call()
1911 insn->type != INSN_RETURN && in read_retpoline_hints()
3016 case INSN_RETURN: in validate_branch()
3279 case INSN_RETURN: in validate_entry()
3334 insn->type != INSN_RETURN) in validate_retpoline()
3349 if (insn->type == INSN_RETURN) { in validate_retpoline()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c476 *type = INSN_RETURN; in arch_decode_instruction()