Searched refs:dh_lookup (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libdisasm/common/ |
H A D | dis_i386.c | 52 if (dhp->dh_lookup(dhp->dh_data, dhp->dh_addr, NULL, 0, &start, &len) in check_func() 82 return (dhp->dh_lookup(dhp->dh_data, addr, buf, buflen, NULL, NULL)); in do_lookup() 191 if (dhp->dh_lookup(dhp->dh_data, pc, NULL, 0, &start, NULL) != 0 || in dis_i386_previnstr()
|
H A D | libdisasm_impl.h | 53 dis_lookup_f dh_lookup; member
|
H A D | libdisasm.c | 175 dhp->dh_lookup = lookup_func; in dis_handle_create()
|
H A D | dis_sparc_fmt.c | 724 dhp->dh_lookup(dhp->dh_data, dhp->dh_addr + (int64_t)disp, in fmt_call() 894 dhp->dh_lookup(dhp->dh_data, dhp->dh_addr + (int64_t)disp, in fmt_branch()
|