Searched refs:E_FLAG_RX_SINSNS_MASK (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Drx.h125 #define E_FLAG_RX_SINSNS_MASK (3 << 6) /* Mask of bits used to determine string instruction use. */ macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Drx.h125 #define E_FLAG_RX_SINSNS_MASK (3 << 6) /* Mask of bits used to determine string instruction use. */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Drx.h125 #define E_FLAG_RX_SINSNS_MASK (3 << 6) /* Mask of bits used to determine string instruction use. */ macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Drx.h125 #define E_FLAG_RX_SINSNS_MASK (3 << 6) /* Mask of bits used to determine string instruction use. */ macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c3153 new_flags &= ~ E_FLAG_RX_SINSNS_MASK;
3154 new_flags |= (old_flags & E_FLAG_RX_SINSNS_MASK);
3159 old_flags &= ~ E_FLAG_RX_SINSNS_MASK;
3160 old_flags |= (new_flags & E_FLAG_RX_SINSNS_MASK);
3164 | E_FLAG_RX_DSP | E_FLAG_RX_PID | E_FLAG_RX_SINSNS_MASK;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c3162 new_flags &= ~ E_FLAG_RX_SINSNS_MASK;
3163 new_flags |= (old_flags & E_FLAG_RX_SINSNS_MASK);
3168 old_flags &= ~ E_FLAG_RX_SINSNS_MASK;
3169 old_flags |= (new_flags & E_FLAG_RX_SINSNS_MASK);
3173 | E_FLAG_RX_DSP | E_FLAG_RX_PID | E_FLAG_RX_SINSNS_MASK;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c3162 new_flags &= ~ E_FLAG_RX_SINSNS_MASK;
3163 new_flags |= (old_flags & E_FLAG_RX_SINSNS_MASK);
3168 old_flags &= ~ E_FLAG_RX_SINSNS_MASK;
3169 old_flags |= (new_flags & E_FLAG_RX_SINSNS_MASK);
3173 | E_FLAG_RX_DSP | E_FLAG_RX_PID | E_FLAG_RX_SINSNS_MASK;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c3163 new_flags &= ~ E_FLAG_RX_SINSNS_MASK;
3164 new_flags |= (old_flags & E_FLAG_RX_SINSNS_MASK);
3169 old_flags &= ~ E_FLAG_RX_SINSNS_MASK;
3170 old_flags |= (new_flags & E_FLAG_RX_SINSNS_MASK);
3174 | E_FLAG_RX_DSP | E_FLAG_RX_PID | E_FLAG_RX_SINSNS_MASK;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-rx.c2698 if ((elf_flags & E_FLAG_RX_SINSNS_MASK) == (E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_NO))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rx.c2698 if ((elf_flags & E_FLAG_RX_SINSNS_MASK) == (E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_NO))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c2685 if ((elf_flags & E_FLAG_RX_SINSNS_MASK) == (E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_NO))

Completed in 302 milliseconds