Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h19 INSN_CALL, enumerator
/linux-6.15/tools/objtool/arch/powerpc/
H A Ddecode.c61 typ = INSN_CALL; in arch_decode_instruction()
/linux-6.15/tools/objtool/
H A Dcheck.c1356 if (insn->type == INSN_CALL && !insn->sec->init && in annotate_call_site()
1392 case INSN_CALL: in add_retpoline_call()
1650 if (insn->type != INSN_CALL) in add_call_destinations()
2367 if (insn->type != INSN_CALL) { in __annotate_ifc()
2605 if (insn->type == INSN_CALL) { in is_special_call()
3669 case INSN_CALL: in validate_branch()
3901 case INSN_CALL: in validate_unret()
4007 return (insn->type == INSN_CALL && in is_kasan_insn()
4013 return (insn->type == INSN_CALL && in is_ubsan_insn()
4364 case INSN_CALL: in validate_ibt_insn()
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c85 insn->type = INSN_CALL; in decode_insn_reg0i26_fomat()
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c702 insn->type = INSN_CALL; in arch_decode_instruction()