Searched refs:jumpRelativeInstruction (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/mach_override/
H A Dmach_override.c214 uint64_t jumpRelativeInstruction = 0; // JMP local
217 &jumpRelativeInstruction, &eatenCount,
273 jumpRelativeInstruction |= 0xE900000000000000LL;
274 jumpRelativeInstruction |= ((uint64_t)addressOffset & 0xffffffff) << 24;
275 jumpRelativeInstruction = OSSwapInt64(jumpRelativeInstruction);
342 atomic_mov64((uint64_t *)originalFunctionPtr, jumpRelativeInstruction);

Completed in 140 milliseconds