Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/objtool/
Darch.h21 INSN_RETURN, enumerator
Dcheck.c204 if (insn->type == INSN_RETURN) in __dead_end_function()
1015 insn->type = sibling ? INSN_RETURN : INSN_NOP; in annotate_call_site()
1090 insn->type = INSN_RETURN; in add_return_call()
1826 insn->type != INSN_RETURN && in read_retpoline_hints()
2930 case INSN_RETURN: in validate_branch()
3193 case INSN_RETURN: in validate_entry()
3248 insn->type != INSN_RETURN) in validate_retpoline()
3263 if (insn->type == INSN_RETURN) { in validate_retpoline()
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
Ddecode.c476 *type = INSN_RETURN; in arch_decode_instruction()