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

/freebsd-10.3-release/contrib/binutils/include/aout/
H A Dsun4.h35 #define N_SEGSIZE(x) (N_MACHTYPE(x) == M_SPARC? SEG_SIZE_SPARC: \
36 N_MACHTYPE(x) == M_68020? SEG_SIZE_SUN3: \
/freebsd-10.3-release/contrib/binutils/bfd/
H A Dnetbsd.h37 #define N_MACHTYPE(exec) \ macro
H A Dfreebsd.h45 #define N_MACHTYPE(exec) \ macro
H A Dlibaout.h303 #ifndef N_MACHTYPE
304 # define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
302 # define N_MACHTYPE macro
H A Dmipsbsd.c49 MY(set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
H A Daout-target.h157 if (!(MACHTYPE_OK (N_MACHTYPE (exec))))
H A Daoutf1.h160 NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
H A Daoutx.h588 switch (N_MACHTYPE (*exec_hdr (abfd)))
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Daout_gnu.h106 /* these go in the N_MACHTYPE field */
130 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) macro

Completed in 144 milliseconds