Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc.c134 dhx->dhx_debug = DIS_DEBUG_COMPAT; in dis_sparc_handle_attach()
159 dhx->dhx_debug |= DIS_DEBUG_SYN_ALL; in dis_sparc_handle_attach()
162 dhx->dhx_debug |= DIS_DEBUG_COMPAT; in dis_sparc_handle_attach()
165 dhx->dhx_debug &= ~(DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT); in dis_sparc_handle_attach()
168 dhx->dhx_debug |= DIS_DEBUG_PRTBIN; in dis_sparc_handle_attach()
171 dhx->dhx_debug |= DIS_DEBUG_PRTFMT; in dis_sparc_handle_attach()
174 dhx->dhx_debug = DIS_DEBUG_ALL; in dis_sparc_handle_attach()
177 dhx->dhx_debug = DIS_DEBUG_NONE; in dis_sparc_handle_attach()
247 if ((dhx->dhx_debug & DIS_DEBUG_PRTBIN) != 0) in dis_sparc_disassemble()
H A Ddis_sparc_fmt.c709 if ((dhx->dhx_debug & DIS_DEBUG_PRTFMT) != 0) { in fmt_call()
740 if ((dhx->dhx_debug & DIS_DEBUG_PRTFMT) != 0) { in fmt_sethi()
791 if ((dhx->dhx_debug & DIS_DEBUG_PRTFMT) != 0) { in fmt_branch()
860 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) in fmt_branch()
1014 if ((dhx->dhx_debug & DIS_DEBUG_PRTFMT) != 0) { in fmt_ls()
1067 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1072 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1078 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1116 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1821 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) in fmt_alu()
[all …]
H A Ddis_sparc.h53 int dhx_debug; member