Home
last modified time | relevance | path

Searched refs:F_MACHMASK (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dz8k.h25 #define F_MACHMASK 0xf000 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dz8k.h25 #define F_MACHMASK 0xf000 macro
H A Dz80.h31 #define F_MACHMASK 0xF000 macro
H A Dmaxq.h39 #define F_MACHMASK (0x00F0) macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h1943 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook()
1967 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook()
1974 machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12; in coff_set_arch_mach_hook()
1984 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h1987 switch (internal_f->f_flags & F_MACHMASK)