Home
last modified time | relevance | path

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

/titanic_41/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))
/titanic_41/usr/src/cmd/sgs/include/
H A Da.out.h36 unsigned char a_machtype; /* machine type */ member
59 unsigned char a_machtype; /* machine type */ member
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dexec.h39 unsigned char a_machtype; /* machine type */ member
/titanic_41/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h57 unsigned char a_machtype; /* machine type */ member
/titanic_41/usr/src/uts/common/sys/
H A Dexechdr.h46 unsigned char a_machtype; /* machine type */ member
/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c326 edp->ux_mach = filhdr.a_machtype; in get_aout_head()
/titanic_41/usr/src/cmd/sgs/ldd/common/
H A Dldd.c597 if (aout.a_machtype != M_SPARC) { in aout_check()
/titanic_41/usr/src/cmd/luxadm/
H A Dfcalupdate.c747 if (exec.a_machtype != M_SPARC) { in load_file()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Da.out.c172 if (size < sizeof (exec) || (exec->a_machtype != M_SPARC) || in aout_verify()