Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h17 INSN_JUMP_DYNAMIC, enumerator
H A Dcheck.h81 return insn->type == INSN_JUMP_DYNAMIC || in is_dynamic_jump()
H A Dcheck.c139 if (insn->type == INSN_JUMP_DYNAMIC) in is_sibling_call()
1105 insn->type = INSN_JUMP_DYNAMIC; in add_retpoline_call()
1679 if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC) in find_jump_table()
1730 if (insn->type != INSN_JUMP_DYNAMIC) in mark_func_jump_tables()
1909 if (insn->type != INSN_JUMP_DYNAMIC && in read_retpoline_hints()
3064 case INSN_JUMP_DYNAMIC: in validate_branch()
3079 if (insn->type == INSN_JUMP_DYNAMIC) in validate_branch()
3229 case INSN_JUMP_DYNAMIC: in validate_entry()
3332 if (insn->type != INSN_JUMP_DYNAMIC && in validate_retpoline()
3358 insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call"); in validate_retpoline()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c531 *type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()