Searched refs:disasm_addr (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | dis.c | 147 disasm_addr(struct ps_prochandle *ph, ulong_t addr, int num_inst) function 181 (void) disasm_addr(ph, (ulong_t)pstat.pr_lwp.pr_reg[R_PC], num_inst);
|
H A D | gram.y | 95 (void) disasm_addr(&proch, (ulong_t)$2, 10); 100 (void) disasm_addr(&proch, (ulong_t)$2, (int)$3);
|
H A D | rdb.h | 208 extern retc_t disasm_addr(struct ps_prochandle *, ulong_t, int);
|
Completed in 44 milliseconds