Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/dev/i386/
H A Dfbt_x86.c257 …ctl *ctl, const char *modname, const char* symbolName, machine_inst_t* symbolStart, machine_inst_t… in fbt_provide_probe() argument
270 if (!symbolStart || !instrHigh || instrHigh < symbolStart) { in fbt_provide_probe()
275 for (j = 0, instr = symbolStart, theInstr = 0; in fbt_provide_probe()
441 if (check < (uintptr_t)symbolStart) in fbt_provide_probe()
449 if (ptr >= (uint8_t *)symbolStart && ptr < limit) { in fbt_provide_probe()
520 (uintptr_t)(patch_instr - (uint8_t *)symbolStart); in fbt_provide_probe()
/xnu-8792.81.2/bsd/dev/arm64/
H A Dfbt_arm.c277 …ctl *ctl, const char *modname, const char* symbolName, machine_inst_t* symbolStart, machine_inst_t… in fbt_provide_probe() argument
289 if (!symbolStart || !instrHigh || instrHigh < symbolStart) { in fbt_provide_probe()
303 for (instr = symbolStart, theInstr = 0; instr < instrHigh; instr++) { in fbt_provide_probe()
469 if (dest >= limit || dest < symbolStart) { in fbt_provide_probe()
498 newfbt->fbtp_roffset = (uintptr_t) ((uint8_t*) instr - (uint8_t *)symbolStart); in fbt_provide_probe()