Searched refs:N_FLAGS (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/aout/
H A Dencap.h124 #define _N_HDROFF(x) ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
129 ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
134 ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dnetbsd.h39 #define N_FLAGS(exec) \ macro
H A Dfreebsd.h48 #define N_FLAGS(exec) \ macro
H A Dlibaout.h307 #ifndef N_FLAGS
308 # define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
306 # define N_FLAGS macro
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Daout_gnu.h131 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) macro

Completed in 109 milliseconds