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

/external/chromium_org/third_party/mach_override/
H A Dmach_override.c217 uint64_t jumpRelativeInstruction = 0; // JMP local
220 &jumpRelativeInstruction, &eatenCount,
276 jumpRelativeInstruction |= 0xE900000000000000LL;
277 jumpRelativeInstruction |= ((uint64_t)addressOffset & 0xffffffff) << 24;
278 jumpRelativeInstruction = OSSwapInt64(jumpRelativeInstruction);
345 atomic_mov64((uint64_t *)originalFunctionPtr, jumpRelativeInstruction);

Completed in 111 milliseconds