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

/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Drx.h121 #define E_FLAG_RX_ABI (1 << 3) /* Binary passes stacked arguments using natural alignment. Unofficial - NC. */ macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Drx.h121 #define E_FLAG_RX_ABI (1 << 3) /* Binary passes stacked arguments using natural alignment. Unofficial - NC. */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Drx.h121 #define E_FLAG_RX_ABI (1 << 3) /* Binary passes stacked arguments using natural alignment. Unofficial - NC. */ macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Drx.h121 #define E_FLAG_RX_ABI (1 << 3) /* Binary passes stacked arguments using natural alignment. Unofficial - NC. */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-rx.c47 static int elf_flags = E_FLAG_RX_ABI;
176 elf_flags &= ~ E_FLAG_RX_ABI;
180 elf_flags |= E_FLAG_RX_ABI;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rx.c47 static int elf_flags = E_FLAG_RX_ABI;
176 elf_flags &= ~ E_FLAG_RX_ABI;
180 elf_flags |= E_FLAG_RX_ABI;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c47 static int elf_flags = E_FLAG_RX_ABI;
176 elf_flags &= ~ E_FLAG_RX_ABI;
180 elf_flags |= E_FLAG_RX_ABI;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c3114 if (flags & E_FLAG_RX_ABI)
3163 known_flags = E_FLAG_RX_ABI | E_FLAG_RX_64BIT_DOUBLES
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c3123 if (flags & E_FLAG_RX_ABI)
3172 known_flags = E_FLAG_RX_ABI | E_FLAG_RX_64BIT_DOUBLES
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c3123 if (flags & E_FLAG_RX_ABI)
3172 known_flags = E_FLAG_RX_ABI | E_FLAG_RX_64BIT_DOUBLES
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c3124 if (flags & E_FLAG_RX_ABI)
3173 known_flags = E_FLAG_RX_ABI | E_FLAG_RX_64BIT_DOUBLES
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c3750 if (e_flags & E_FLAG_RX_ABI)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c4334 if (e_flags & E_FLAG_RX_ABI)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c4252 if (e_flags & E_FLAG_RX_ABI)

Completed in 524 milliseconds