Searched refs:N_FLAGS (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
| H A D | encap.h | 123 #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 D | hp.h | 57 #undef N_FLAGS
|
| /netbsd-src/external/gpl3/binutils/dist/include/aout/ |
| H A D | hp.h | 57 #undef N_FLAGS
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | netbsd.h | 39 #define N_FLAGS(execp) \ macro
|
| H A D | libaout.h | 304 #ifndef N_FLAGS 305 # define N_FLAGS(execp) (((execp)->a_info >> 24) & 0xff) macro
|
| H A D | pdp11.c | 63 #define N_FLAGS(execp) 0 macro
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | netbsd.h | 39 #define N_FLAGS(execp) \ macro
|
| H A D | libaout.h | 304 #ifndef N_FLAGS 305 # define N_FLAGS(execp) (((execp)->a_info >> 24) & 0xff) macro
|
| H A D | pdp11.c | 63 #define N_FLAGS(execp) 0 macro
|
| /netbsd-src/usr.bin/find/ |
| H A D | option.c | 80 { "-flags", N_FLAGS, c_flags, 1 },
|
| H A D | find.h | 45 N_EXPR, N_FALSE, N_FLAGS, N_FOLLOW, N_FPRINT, N_FSTYPE, N_GROUP, enumerator
|
| H A D | function.c | 985 new = palloc(N_FLAGS, f_flags); in c_flags()
|