Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Darch.h23 INSN_CALL, enumerator
Dcheck.c897 if (insn->type != INSN_CALL) in add_call_destinations()
1558 if (insn->type != INSN_CALL) { in read_intra_function_calls()
1689 if (insn->type == INSN_CALL && insn->call_dest && in is_fentry_call()
2498 case INSN_CALL: in validate_branch()
2514 if (insn->type == INSN_CALL && insn->call_dest->static_call_tramp) { in validate_branch()
2688 return (insn->type == INSN_CALL && in is_kasan_insn()
2694 return (insn->type == INSN_CALL && in is_ubsan_insn()
/Linux-v5.10/tools/objtool/arch/x86/
Dspecial.c51 (insn->type == INSN_CALL || is_static_jump(insn)); in arch_support_alt_relocation()
Ddecode.c499 *type = INSN_CALL; in arch_decode_instruction()