Home
last modified time | relevance | path

Searched refs:d86_data (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/dev/i386/
H A Dinstr_size.c89 x.d86_data = (void **)&instr; in dtrace_dis_isize()
H A Ddis_tables.c2425 byte = x->d86_get_byte(x->d86_data); in dtrace_get_opcode()
2445 byte = x->d86_get_byte(x->d86_data); in dtrace_get_SIB()
2556 byte = x->d86_get_byte(x->d86_data); in dtrace_imm_opnd()
3020 x->d86_check_func != NULL && x->d86_check_func(x->d86_data)) { in dtrace_disx86()
4689 if (x->d86_get_byte(x->d86_data) < 0) in dtrace_disx86()
5591 lookup(dis->d86_data, tgt, NULL, 0) == 0) { in dtrace_disx86_str()
5594 lookup(dis->d86_data, tgt, buf + curlen, in dtrace_disx86_str()
5616 lookup(dis->d86_data, reltgt, buf + curlen, in dtrace_disx86_str()
/xnu-8796.121.2/bsd/i386/
H A Ddis_tables.h99 void *d86_data; member