Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Darch.h19 INSN_CALL, enumerator
/Linux-v6.1/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-v6.1/tools/objtool/
Dcheck.c1303 case INSN_CALL: in add_retpoline_call()
1502 if (insn->type != INSN_CALL) in add_call_destinations()
2245 if (insn->type != INSN_CALL) { in read_intra_function_calls()
2441 if (insn->type == INSN_CALL && in is_fentry_call()
3442 case INSN_CALL: in validate_branch()
3669 case INSN_CALL: in validate_entry()
3780 return (insn->type == INSN_CALL && in is_kasan_insn()
3786 return (insn->type == INSN_CALL && in is_ubsan_insn()
3999 case INSN_CALL: in validate_ibt_insn()