Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h21 INSN_RETURN, enumerator
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c238 insn->type = INSN_RETURN; in decode_insn_reg2i16_fomat()
323 insn->type = INSN_RETURN; in arch_nop_insn()
/linux/tools/objtool/
H A Dcheck.c273 if (insn->type == INSN_RETURN) in __dead_end_function()
1356 * Symbols that replace INSN_RETURN, every (tail) call to such a symbol
1446 insn->type = sibling ? INSN_RETURN : INSN_NOP; in annotate_call_site()
1545 insn->type = INSN_RETURN; in add_return_call()
2424 insn->type != INSN_RETURN && in read_retpoline_hints()
3768 case INSN_RETURN: in validate_branch()
4014 case INSN_RETURN: in validate_unret()
4069 insn->type != INSN_RETURN) in validate_retpoline()
4078 if (insn->type == INSN_RETURN) { in is_kasan_insn()
4413 case INSN_RETURN in validate_ibt_insn()
[all...]
/linux/tools/objtool/arch/x86/
H A Ddecode.c623 insn->type = INSN_RETURN; in arch_decode_instruction()