Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Drx.h123 #define E_FLAG_RX_SINSNS_YES (1 << 7) /* Set if string instructions are used in the binary. */ macro
DChangeLog-0415151 (E_FLAG_RX_SINSNS_YES): Likewise.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-rx.c2662 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.c3073 …strcat (buf, flags & E_FLAG_RX_SINSNS_YES ? ", uses String instructions" : ", bans String instruct… in describe_flags()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3567 strcat (buf, e_flags & E_FLAG_RX_SINSNS_YES in get_machine_flags()