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

/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dm68hc11.h79 #define EF_M68HC11_MACH_MASK 0xF0 macro
83 #define EF_M68HC11_MACH(mach) ((mach) & EF_M68HC11_MACH_MASK)
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dm68hc11.h79 #define EF_M68HC11_MACH_MASK 0xF0 macro
83 #define EF_M68HC11_MACH(mach) ((mach) & EF_M68HC11_MACH_MASK)
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dm68hc11.h79 #define EF_M68HC11_MACH_MASK 0xF0 macro
83 #define EF_M68HC11_MACH(mach) ((mach) & EF_M68HC11_MACH_MASK)
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dm68hc11.h79 #define EF_M68HC11_MACH_MASK 0xF0 macro
83 #define EF_M68HC11_MACH(mach) ((mach) & EF_M68HC11_MACH_MASK)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-m68hc12.c622 switch (flags & EF_M68HC11_MACH_MASK)
H A Delf32-m68hc1x.c1378 new_flags = ((new_flags & ~EF_M68HC11_MACH_MASK)
1383 new_flags &= ~(EF_M68HC11_ABI | EF_M68HC11_MACH_MASK);
1384 old_flags &= ~(EF_M68HC11_ABI | EF_M68HC11_MACH_MASK);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-m68hc12.c622 switch (flags & EF_M68HC11_MACH_MASK)
H A Delf32-m68hc1x.c1378 new_flags = ((new_flags & ~EF_M68HC11_MACH_MASK)
1383 new_flags &= ~(EF_M68HC11_ABI | EF_M68HC11_MACH_MASK);
1384 old_flags &= ~(EF_M68HC11_ABI | EF_M68HC11_MACH_MASK);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-m68hc12.c622 switch (flags & EF_M68HC11_MACH_MASK)
H A Delf32-m68hc1x.c1378 new_flags = ((new_flags & ~EF_M68HC11_MACH_MASK)
1383 new_flags &= ~(EF_M68HC11_ABI | EF_M68HC11_MACH_MASK);
1384 old_flags &= ~(EF_M68HC11_ABI | EF_M68HC11_MACH_MASK);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-m68hc12.c622 switch (flags & EF_M68HC11_MACH_MASK)
H A Delf32-m68hc1x.c1379 new_flags = ((new_flags & ~EF_M68HC11_MACH_MASK)
1384 new_flags &= ~(EF_M68HC11_ABI | EF_M68HC11_MACH_MASK);
1385 old_flags &= ~(EF_M68HC11_ABI | EF_M68HC11_MACH_MASK);

Completed in 121 milliseconds