Home
last modified time | relevance | path

Searched refs:M_SPARC (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dsparclynx.c49 || (mtype) == M_SPARC)
100 case M_SPARC:
178 N_SET_MACHTYPE (*execp, M_SPARC);
Daout-sparcle.c32 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET)
Daoutf1.h40 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \
125 case M_SPARC: in sunos_set_arch_mach()
225 N_SET_MACHTYPE (*execp, M_SPARC); in sunos_write_object_contents()
Dsparclinux.c28 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_UNKNOWN)
79 N_SET_MACHTYPE (*execp, M_SPARC);
Dmipsbsd.c155 N_SET_MACHTYPE (*execp, M_SPARC);
Dlibaout.h254 M_SPARC = 3, enumerator
Dsunos.c35 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \
Dpdp11.c699 arch_flags = M_SPARC; in NAME()
Daoutx.h712 arch_flags = M_SPARC; in NAME()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Daout_gnu.h111 #undef M_SPARC
117 M_SPARC = 3, enumerator
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dsun4.h35 #define N_SEGSIZE(x) (N_MACHTYPE(x) == M_SPARC? SEG_SIZE_SPARC: \