INSN_JUMP_DYNAMIC  457 tools/objtool/arch/x86/decode.c 			*type = INSN_JUMP_DYNAMIC;
INSN_JUMP_DYNAMIC  103 tools/objtool/check.c 	if (insn->type == INSN_JUMP_DYNAMIC)
INSN_JUMP_DYNAMIC  579 tools/objtool/check.c 				insn->type = INSN_JUMP_DYNAMIC;
INSN_JUMP_DYNAMIC 1016 tools/objtool/check.c 		if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC)
INSN_JUMP_DYNAMIC 1099 tools/objtool/check.c 		if (insn->type != INSN_JUMP_DYNAMIC)
INSN_JUMP_DYNAMIC 1273 tools/objtool/check.c 		if (insn->type != INSN_JUMP_DYNAMIC &&
INSN_JUMP_DYNAMIC 2118 tools/objtool/check.c 		case INSN_JUMP_DYNAMIC:
INSN_JUMP_DYNAMIC 2126 tools/objtool/check.c 			if (insn->type == INSN_JUMP_DYNAMIC)
INSN_JUMP_DYNAMIC 2251 tools/objtool/check.c 		if (insn->type != INSN_JUMP_DYNAMIC &&
INSN_JUMP_DYNAMIC 2269 tools/objtool/check.c 			  insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call");