Searched refs:DIS_OCTAL (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdisasm/common/
H A Dlibdisasm.h51 #define DIS_OCTAL 0x40 macro
/osnet-11/usr/src/lib/libdisasm/i386/
H A Ddis_i386.c102 DIS_OCTAL | DIS_NOIMMSYM)) {
130 if (flags & DIS_OCTAL)
/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc.c284 ((dhp->dh_flags & DIS_OCTAL) != 0) ? "0%011lo" : "0x%08lx",
H A Ddis_sparc_fmt.c761 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);
817 ((dhp->dh_flags & DIS_OCTAL) != 0) ?
841 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);
1589 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);
2370 int octal = dhp->dh_flags & DIS_OCTAL;
2480 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);
2511 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);

Completed in 31 milliseconds