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

/external/chromium_org/third_party/mach_override/
H A Dmach_override.c138 char *originalInstructions,
212 char originalInstructions[kOriginalInstructionsSize]; local
218 originalInstructions, &originalInstructionCount,
328 fixupInstructions(originalFunctionPtr, reentryIsland, originalInstructions,
333 (void*) ((char *)originalFunctionPtr+eatenCount), originalInstructions );
568 char *originalInstructions,
607 if (originalInstructions) {
611 memset(originalInstructions, 0x90 /* NOP */, kOriginalInstructionsSize); // fill instructions with NOP
612 bcopy(code, originalInstructions, totalEaten);
564 eatKnownInstructions( unsigned char *code, uint64_t *newInstruction, int *howManyEaten, char *originalInstructions, int *originalInstructionCount, uint8_t *originalInstructionSizes ) argument

Completed in 101 milliseconds