Home
last modified time | relevance | path

Searched refs:E_FLAG_RX_SINSNS_SET (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Drx.h122 #define E_FLAG_RX_SINSNS_SET (1 << 6) /* Set if bit-5 is significant. */ macro
DChangeLog-0415150 * rx.h (E_FLAG_RX_SINSNS_SET): New bit in e_flags field.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-rx.c196 elf_flags |= E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_NO; in md_parse_option()
2660 if ((elf_flags & E_FLAG_RX_SINSNS_MASK) == (E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_NO)) in rx_note_string_insn_use()
2662 elf_flags |= E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_YES; in rx_note_string_insn_use()
/toolchain/binutils/binutils-2.27/bfd/
Delf32-rx.c3072 if (flags & E_FLAG_RX_SINSNS_SET) in describe_flags()
3101 if (old_flags & E_FLAG_RX_SINSNS_SET) in rx_elf_merge_private_bfd_data()
3103 if ((new_flags & E_FLAG_RX_SINSNS_SET) == 0) in rx_elf_merge_private_bfd_data()
3109 else if (new_flags & E_FLAG_RX_SINSNS_SET) in rx_elf_merge_private_bfd_data()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3566 if (e_flags & E_FLAG_RX_SINSNS_SET) in get_machine_flags()