Searched refs:replacementlen (Results 1 – 2 of 2) sorted by relevance
289 if (a->replacementlen != 5) in recompute_jump()295 next_rip = repl_insn + a->replacementlen; in recompute_jump()397 replacement, a->replacementlen, a->padlen); in apply_alternatives()400 DUMP_BYTES(replacement, a->replacementlen, "%p: rpl_insn: ", replacement); in apply_alternatives()402 memcpy(insnbuf, replacement, a->replacementlen); in apply_alternatives()403 insnbuf_sz = a->replacementlen; in apply_alternatives()406 if (*insnbuf == 0xe8 && a->replacementlen == 5) { in apply_alternatives()413 if (a->replacementlen && is_jmp(replacement[0])) in apply_alternatives()416 if (a->instrlen > a->replacementlen) { in apply_alternatives()417 add_nops(insnbuf + a->replacementlen, in apply_alternatives()[all …]
51 u8 replacementlen; /* length of new instruction */ member