Searched refs:M_SPARC (Results 1 – 12 of 12) sorted by relevance
50 || (mtype) == M_SPARC)99 case M_SPARC: in NAME()169 N_SET_MACHTYPE (execp, M_SPARC); in NAME()
33 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET)
39 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \124 case M_SPARC: in sunos_set_arch_mach()218 N_SET_MACHTYPE (execp, M_SPARC); in sunos_write_object_contents()
26 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_UNKNOWN)69 N_SET_MACHTYPE (execp, M_SPARC); in sparclinux_write_object_contents()
149 N_SET_MACHTYPE (execp, M_SPARC); in MY()
253 M_SPARC = 3, enumerator
36 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \
697 arch_flags = M_SPARC; in NAME()
749 arch_flags = M_SPARC; in NAME()
3783 accept M_SPARC if bfd_arch_sparc is not in the list of supported
111 #undef M_SPARC117 M_SPARC = 3, enumerator
36 #define N_SEGSIZE(x) (N_MACHTYPE(x) == M_SPARC? SEG_SIZE_SPARC: \