Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h19 INSN_CALL, enumerator
/linux/tools/objtool/arch/powerpc/
H A Ddecode.c73 typ = INSN_CALL; in arch_decode_instruction()
/linux/tools/objtool/
H A Dcheck.c1453 if (insn->type == INSN_CALL && !insn->sec->init && in annotate_call_site()
1489 case INSN_CALL: in add_retpoline_call()
1705 if (insn->type != INSN_CALL) in add_call_destinations()
2427 if (insn->type != INSN_CALL) { in __annotate_ifc()
2708 if (insn->type == INSN_CALL) { in is_special_call()
3868 case INSN_CALL: in validate_insn()
3870 if (insn->type == INSN_CALL) in validate_insn()
4189 case INSN_CALL: in validate_unret()
4326 return (insn->type == INSN_CALL && in is_kasan_insn()
4332 return (insn->type == INSN_CALL && in is_ubsan_insn()
[all …]
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c97 insn->type = INSN_CALL; in decode_insn_reg0i26_fomat()
/linux/tools/objtool/arch/x86/
H A Ddecode.c756 insn->type = INSN_CALL; in arch_decode_instruction()