Searched refs:replacementlen (Results 1 – 2 of 2) sorted by relevance
276 if (a->replacementlen != 5) in recompute_jump()282 next_rip = repl_insn + a->replacementlen; in recompute_jump()384 replacement, a->replacementlen, a->padlen); in apply_alternatives()387 DUMP_BYTES(replacement, a->replacementlen, "%p: rpl_insn: ", replacement); in apply_alternatives()389 memcpy(insnbuf, replacement, a->replacementlen); in apply_alternatives()390 insnbuf_sz = a->replacementlen; in apply_alternatives()393 if (*insnbuf == 0xe8 && a->replacementlen == 5) { in apply_alternatives()400 if (a->replacementlen && is_jmp(replacement[0])) in apply_alternatives()403 if (a->instrlen > a->replacementlen) { in apply_alternatives()404 add_nops(insnbuf + a->replacementlen, in apply_alternatives()[all …]
51 u8 replacementlen; /* length of new instruction */ member