Searched refs:E_FLAG_RX_SINSNS_YES (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Drx.h123 #define E_FLAG_RX_SINSNS_YES (1 << 7) /* Set if string instructions are used in the binary. */ macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Drx.h123 #define E_FLAG_RX_SINSNS_YES (1 << 7) /* Set if string instructions are used in the binary. */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Drx.h123 #define E_FLAG_RX_SINSNS_YES (1 << 7) /* Set if string instructions are used in the binary. */ macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Drx.h123 #define E_FLAG_RX_SINSNS_YES (1 << 7) /* Set if string instructions are used in the binary. */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-rx.c2700 elf_flags |= E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_YES;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rx.c2700 elf_flags |= E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_YES;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c2687 elf_flags |= E_FLAG_RX_SINSNS_SET | E_FLAG_RX_SINSNS_YES;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c3120 strcat (buf, flags & E_FLAG_RX_SINSNS_YES ? ", uses String instructions" : ", bans String instructions");
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c3129 strcat (buf, flags & E_FLAG_RX_SINSNS_YES ? ", uses String instructions" : ", bans String instructions");
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c3129 strcat (buf, flags & E_FLAG_RX_SINSNS_YES ? ", uses String instructions" : ", bans String instructions");
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c3130 strcat (buf, flags & E_FLAG_RX_SINSNS_YES ? ", uses String instructions" : ", bans String instructions");
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c3753 strcat (buf, e_flags & E_FLAG_RX_SINSNS_YES
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c4337 strcat (buf, e_flags & E_FLAG_RX_SINSNS_YES
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c4255 out = stpcpy (out, (e_flags & E_FLAG_RX_SINSNS_YES

Completed in 497 milliseconds