Home
last modified time | relevance | path

Searched refs:EF_MIPS_ABI (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/usr.sbin/pkg/
Delf_tables.h61 #ifndef EF_MIPS_ABI
62 #define EF_MIPS_ABI 0x0000f000 macro
/freebsd-10-stable/sys/mips/include/
Delf.h255 #define EF_MIPS_ABI 0x0000f000 macro
/freebsd-10-stable/contrib/binutils/include/elf/
Dmips.h184 #define EF_MIPS_ABI 0x0000F000 macro
DChangeLog-91031300 * mips.h (EF_MIPS_ABI,E_MIPS_ABI_O32,E_MIPS_ABI_O64,
/freebsd-10-stable/contrib/binutils/bfd/
Delfxx-mips.c5057 switch (flags & EF_MIPS_ABI) in elf_mips_abi_name()
5234 if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI64) in _bfd_mips_elf_eh_frame_address_size()
10970 || (flags & EF_MIPS_ABI) == E_MIPS_ABI_O32 in mips_32bit_flags_p()
10971 || (flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI32 in mips_32bit_flags_p()
11232 if ((old_flags & EF_MIPS_ABI) == 0 in _bfd_mips_elf_merge_private_bfd_data()
11234 && !mips_32bit_flags_p (new_flags & ~EF_MIPS_ABI)) in _bfd_mips_elf_merge_private_bfd_data()
11235 elf_elfheader (obfd)->e_flags |= new_flags & EF_MIPS_ABI; in _bfd_mips_elf_merge_private_bfd_data()
11254 if ((new_flags & EF_MIPS_ABI) != (old_flags & EF_MIPS_ABI) in _bfd_mips_elf_merge_private_bfd_data()
11259 if (((new_flags & EF_MIPS_ABI) && (old_flags & EF_MIPS_ABI)) in _bfd_mips_elf_merge_private_bfd_data()
11270 new_flags &= ~EF_MIPS_ABI; in _bfd_mips_elf_merge_private_bfd_data()
[all …]
DChangeLog-98993092 (_bfd_mips_elf_merge_private_bfd_data): Compare EF_MIPS_ABI flags.
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c2177 switch ((e_flags & EF_MIPS_ABI)) in get_machine_flags()
4073 if ((elf_header.e_flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI64 in process_section_headers()
/freebsd-10-stable/contrib/gdb/gdb/
Dmips-tdep.c5381 switch ((elf_flags & EF_MIPS_ABI)) in mips_gdbarch_init()