Home
last modified time | relevance | path

Searched defs:N_MACHTYPE (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dfreebsd.h35 #define N_MACHTYPE(exec) \ macro
Dnetbsd.h37 #define N_MACHTYPE(exec) \ macro
Dlibaout.h301 # define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) macro
/toolchain/binutils/binutils-2.25/include/aout/
Dhp.h64 #define N_MACHTYPE(exec) ((exec) . a_machtype) macro
/toolchain/binutils/binutils-2.25/gas/config/
Daout_gnu.h130 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) macro