Home
last modified time | relevance | path

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

/linux-6.6.21/tools/objtool/include/objtool/
Darch.h19 INSN_CALL, enumerator
/linux-6.6.21/tools/objtool/arch/powerpc/
Ddecode.c59 typ = INSN_CALL; in arch_decode_instruction()
/linux-6.6.21/tools/objtool/
Dcheck.c1424 if (insn->type == INSN_CALL && !insn->sec->init) in annotate_call_site()
1457 case INSN_CALL: in add_retpoline_call()
1678 if (insn->type != INSN_CALL) in add_call_destinations()
2455 if (insn->type != INSN_CALL) { in read_intra_function_calls()
2655 if (insn->type == INSN_CALL) { in is_special_call()
3658 case INSN_CALL: in validate_branch()
3881 case INSN_CALL: in validate_unret()
3983 return (insn->type == INSN_CALL && in is_kasan_insn()
3989 return (insn->type == INSN_CALL && in is_ubsan_insn()
4294 case INSN_CALL: in validate_ibt_insn()
/linux-6.6.21/tools/objtool/arch/x86/
Ddecode.c673 insn->type = INSN_CALL; in arch_decode_instruction()