Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h19 INSN_CALL, enumerator
/openbmc/linux/tools/objtool/arch/powerpc/
H A Ddecode.c59 typ = INSN_CALL; in arch_decode_instruction()
/openbmc/linux/tools/objtool/
H A 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()
2464 if (insn->type != INSN_CALL) { in read_intra_function_calls()
2620 * Must be before add_call_destination(); it changes INSN_CALL to in decode_sections()
2664 if (insn->type == INSN_CALL) { in is_special_call()
3679 case INSN_CALL: in validate_branch()
3905 case INSN_CALL: in validate_unret()
4007 return (insn->type == INSN_CALL && in is_ubsan_insn()
4013 return (insn->type == INSN_CALL in ignore_unreachable_insn()
[all...]
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c673 insn->type = INSN_CALL; in arch_decode_instruction()