Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h20 INSN_CALL_DYNAMIC, enumerator
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c238 insn->type = INSN_CALL_DYNAMIC; in decode_insn_reg2i16_fomat()
246 insn->type = INSN_CALL_DYNAMIC; in decode_insn_reg2i16_fomat()
/linux-6.15/tools/objtool/
H A Dcheck.c137 insn->type == INSN_CALL_DYNAMIC) in insn_call_dest()
146 insn->type == INSN_CALL_DYNAMIC) in insn_jump_table()
155 insn->type == INSN_CALL_DYNAMIC) in insn_jump_table_size()
1393 insn->type = INSN_CALL_DYNAMIC; in add_retpoline_call()
2399 insn->type != INSN_CALL_DYNAMIC && in __annotate_late()
3670 case INSN_CALL_DYNAMIC: in validate_branch()
3874 case INSN_CALL_DYNAMIC: in validate_unret()
3979 insn->type != INSN_CALL_DYNAMIC && in validate_retpoline()
4365 case INSN_CALL_DYNAMIC: in validate_ibt_insn()
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c724 insn->type = INSN_CALL_DYNAMIC; in arch_decode_instruction()