Lines Matching defs:poison
5296 /* relocation unsuccessful, poison instruction, but don't fail load */
5297 bool poison;
5319 * If instruction has to be poisoned, *poison will be set to true.
5332 res->poison = false;
5370 * incorrect, so we poison relocated instruction.
5395 res->poison = true;
5492 if (res->poison) {
5493 poison:
5494 /* poison second part of ldimm64 to avoid confusing error from
5540 goto poison;
5772 targ_res.poison = false;
5834 } else if (cand_res.poison != targ_res.poison || cand_res.new_val != targ_res.new_val) {
5841 cand_res.poison ? "failure" : "success", cand_res.new_val,
5842 targ_res.poison ? "failure" : "success", targ_res.new_val);