Searched refs:a_machtype (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Da.out.h36 unsigned char a_machtype; /* machine type */ member in struct:exec
59 unsigned char a_machtype; /* machine type */ member in struct:exec32
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dexec.h39 unsigned char a_machtype; /* machine type */ member in struct:exec
/opensolaris-onvv-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h57 unsigned char a_machtype; /* machine type */ member in struct:exec
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dexechdr.h46 unsigned char a_machtype; /* machine type */ member in struct:exec
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h61 ((x).a_machtype == M_OLDSUN2? OLD_PAGSIZ : PAGSIZ)
63 ((x).a_machtype == M_OLDSUN2? OLD_SEGSIZ : SEGSIZ)
71 ( (x).a_machtype == M_OLDSUN2 \
102 ((x).a_machtype == M_OLDSUN2 ? N_SEGSIZ(x) : _N_BASEADDR(x))
137 struct reloc_info_sparc /* used when header.a_machtype == M_SPARC */
/opensolaris-onvv-gate/usr/src/uts/common/exec/aout/
H A Daout.c329 edp->ux_mach = filhdr.a_machtype;
/opensolaris-onvv-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c597 if (aout.a_machtype != M_SPARC) {
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dfcalupdate.c747 if (exec.a_machtype != M_SPARC) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Da.out.c172 if (size < sizeof (exec) || (exec->a_machtype != M_SPARC) ||

Completed in 43 milliseconds