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

/darwin-on-arm/xnu/bsd/sys/
H A Dfbt.h33 typedef uint8_t machine_inst_t; typedef
42 machine_inst_t *fbtp_patchpoint;
44 machine_inst_t fbtp_patchval;
45 machine_inst_t fbtp_savedval;
46 machine_inst_t fbtp_currentval;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c665 __provide_probe_32(struct modctl *ctl, uintptr_t instrLow, uintptr_t instrHigh, char *modname, char* symbolName, machine_inst_t* symbolStart)
672 machine_inst_t *instr, *limit, theInstr, i1, i2;
694 limit = (machine_inst_t *)instrHigh;
870 machine_inst_t *patch_instr = instr;
1002 __provide_probe_32(ctl, instrLow, instrHigh, modname, name, (machine_inst_t*)sym[i].n_value);
1031 __provide_probe_32(ctl, (uintptr_t)symbol->dtsym_addr, (uintptr_t)(symbol->dtsym_addr + symbol->dtsym_size), modname, name, (machine_inst_t*)(uintptr_t)symbol->dtsym_addr);
1181 __provide_probe_64(struct modctl *ctl, uintptr_t instrLow, uintptr_t instrHigh, char *modname, char* symbolName, machine_inst_t* symbolStart)
1188 machine_inst_t *instr, *limit, theInstr, i1, i2, i3;
1211 limit = (machine_inst_t *)instrHigh;
1389 machine_inst_t *patch_inst
[all...]

Completed in 12 milliseconds