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

/xnu-2782.1.97/bsd/dev/i386/
H A Dfbt_x86.c643 __provide_probe_64(struct modctl *ctl, uintptr_t instrLow, uintptr_t instrHigh, char *modname, char* symbolName, machine_inst_t* symbolStart) argument
653 for (j = 0, instr = symbolStart, theInstr = 0;
820 if (check < (uintptr_t)symbolStart)
828 if (ptr >= (uint8_t *)symbolStart && ptr < limit) {
899 (uintptr_t)(patch_instr - (uint8_t *)symbolStart);

Completed in 77 milliseconds