Home
last modified time | relevance | path

Searched refs:N_FLAGS (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dencap.h123 #define _N_HDROFF(x) ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
128 ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
133 ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
H A Dhp.h57 #undef N_FLAGS
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dhp.h57 #undef N_FLAGS
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dnetbsd.h39 #define N_FLAGS(execp) \ macro
H A Dlibaout.h304 #ifndef N_FLAGS
305 # define N_FLAGS(execp) (((execp)->a_info >> 24) & 0xff) macro
H A Dpdp11.c63 #define N_FLAGS(execp) 0 macro
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dnetbsd.h39 #define N_FLAGS(execp) \ macro
H A Dlibaout.h304 #ifndef N_FLAGS
305 # define N_FLAGS(execp) (((execp)->a_info >> 24) & 0xff) macro
H A Dpdp11.c63 #define N_FLAGS(execp) 0 macro
/netbsd-src/usr.bin/find/
H A Doption.c80 { "-flags", N_FLAGS, c_flags, 1 },
H A Dfind.h45 N_EXPR, N_FALSE, N_FLAGS, N_FOLLOW, N_FPRINT, N_FSTYPE, N_GROUP, enumerator
H A Dfunction.c985 new = palloc(N_FLAGS, f_flags); in c_flags()