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

/macosx-10.10.1/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) function
982 __provide_probe_64(ctl, instrLow, instrHigh, modname, name, (machine_inst_t*)sym[i].n_value);
1017 __provide_probe_64(ctl, (uintptr_t)symbol->dtsym_addr, (uintptr_t)(symbol->dtsym_addr + symbol->dtsym_size), modname, name, (machine_inst_t*)(uintptr_t)symbol->dtsym_addr);

Completed in 115 milliseconds