Searched refs:F_MACHMASK (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dz8k.h26 #define F_MACHMASK 0xf000 macro
H A Dz80.h31 #define F_MACHMASK 0xF000 macro
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dz8k.h26 #define F_MACHMASK 0xf000 macro
H A Dz80.h31 #define F_MACHMASK 0xF000 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dz8k.h26 #define F_MACHMASK 0xf000 macro
H A Dz80.h31 #define F_MACHMASK 0xF000 macro
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dz8k.h26 #define F_MACHMASK 0xf000 macro
H A Dz80.h31 #define F_MACHMASK 0xF000 macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoffcode.h2197 switch (internal_f->f_flags & F_MACHMASK)
2208 machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12;
2218 switch (internal_f->f_flags & F_MACHMASK)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h2244 switch (internal_f->f_flags & F_MACHMASK)
2255 machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12;
2265 switch (internal_f->f_flags & F_MACHMASK)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h2238 switch (internal_f->f_flags & F_MACHMASK)
2249 machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12;
2259 switch (internal_f->f_flags & F_MACHMASK)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h2248 switch (internal_f->f_flags & F_MACHMASK)
2259 machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12;
2269 switch (internal_f->f_flags & F_MACHMASK)

Completed in 172 milliseconds