Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c859 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) in fmt_branch()
927 if ((dhx->dhx_debug & (DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT)) != 0) { in fmt_cas()
1066 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1071 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1077 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1080 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()
1092 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()
1104 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()
1115 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1122 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()
[all …]
H A Ddis_sparc.c134 dhx->dhx_debug = DIS_DEBUG_COMPAT; 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()
H A Ddis_sparc.h43 #define DIS_DEBUG_COMPAT 0x01L macro