Home
last modified time | relevance | path

Searched refs:E_MIPS_ABI_O32 (Results 1 – 9 of 9) sorted by relevance

/trueos/usr.sbin/pkg/
HDelf_tables.h64 #define E_MIPS_ABI_O32 0x00001000 macro
/trueos/contrib/binutils/include/elf/
HDmips.h187 #define E_MIPS_ABI_O32 0x00001000 macro
HDChangeLog-91031300 * mips.h (EF_MIPS_ABI,E_MIPS_ABI_O32,E_MIPS_ABI_O64,
/trueos/contrib/binutils/gas/
HDconfig.in230 /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
HDconfigure.in227 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
266 [Allow use of E_MIPS_ABI_O32 on MIPS targets. ])
/trueos/contrib/binutils/bfd/
HDelfxx-mips.c5066 case E_MIPS_ABI_O32: in elf_mips_abi_name()
10970 || (flags & EF_MIPS_ABI) == E_MIPS_ABI_O32 in mips_32bit_flags_p()
11328 if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI) == E_MIPS_ABI_O32) in _bfd_mips_elf_print_private_bfd_data()
/trueos/contrib/gdb/gdb/
HDmips-tdep.c5383 case E_MIPS_ABI_O32: in mips_gdbarch_init()
/trueos/contrib/binutils/binutils/
HDreadelf.c2179 case E_MIPS_ABI_O32: strcat (buf, ", o32"); break; in get_machine_flags()
/trueos/contrib/binutils/gas/config/
HDtc-mips.c14636 elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_O32; in mips_elf_final_processing()