Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/include/objtool/
A Darch.h19 INSN_CALL, enumerator
/linux-6.3-rc2/tools/objtool/arch/x86/
A Dspecial.c51 (insn->type == INSN_CALL || is_jump(insn)); in arch_support_alt_relocation()
A Ddecode.c673 insn->type = INSN_CALL; in arch_decode_instruction()
/linux-6.3-rc2/tools/objtool/arch/powerpc/
A Ddecode.c59 typ = INSN_CALL; in arch_decode_instruction()
/linux-6.3-rc2/tools/objtool/
A Dcheck.c1464 if (insn->type == INSN_CALL && !insn->sec->init) in annotate_call_site()
1497 case INSN_CALL: in add_retpoline_call()
1719 if (insn->type != INSN_CALL) in add_call_destinations()
2476 if (insn->type != INSN_CALL) { in read_intra_function_calls()
2674 if (insn->type == INSN_CALL && in is_fentry_call()
3703 case INSN_CALL: in validate_branch()
3933 case INSN_CALL: in validate_entry()
4038 return (insn->type == INSN_CALL && in is_kasan_insn()
4044 return (insn->type == INSN_CALL && in is_ubsan_insn()
4332 case INSN_CALL: in validate_ibt_insn()

Completed in 13 milliseconds