Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Darch.h19 INSN_CALL, enumerator
/linux-6.1.9/tools/objtool/arch/x86/
Dspecial.c51 (insn->type == INSN_CALL || is_jump(insn)); in arch_support_alt_relocation()
Ddecode.c645 *type = INSN_CALL; in arch_decode_instruction()
/linux-6.1.9/tools/objtool/
Dcheck.c1313 case INSN_CALL: in add_retpoline_call()
1512 if (insn->type != INSN_CALL) in add_call_destinations()
2255 if (insn->type != INSN_CALL) { in read_intra_function_calls()
2451 if (insn->type == INSN_CALL && in is_fentry_call()
3452 case INSN_CALL: in validate_branch()
3679 case INSN_CALL: in validate_entry()
3790 return (insn->type == INSN_CALL && in is_kasan_insn()
3796 return (insn->type == INSN_CALL && in is_ubsan_insn()
4009 case INSN_CALL: in validate_ibt_insn()