Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/include/objtool/
Darch.h19 INSN_CALL, enumerator
/Linux-v5.15/tools/objtool/arch/x86/
Dspecial.c51 (insn->type == INSN_CALL || is_jump(insn)); in arch_support_alt_relocation()
Ddecode.c573 *type = INSN_CALL; in arch_decode_instruction()
/Linux-v5.15/tools/objtool/
Dcheck.c974 if (insn->type != INSN_CALL) in add_call_destinations()
1714 if (insn->type != INSN_CALL) { in read_intra_function_calls()
1870 if (insn->type == INSN_CALL && insn->call_dest && in is_fentry_call()
2770 case INSN_CALL: in validate_branch()
2959 return (insn->type == INSN_CALL && in is_kasan_insn()
2965 return (insn->type == INSN_CALL && in is_ubsan_insn()