Searched refs:EF_MIPS_ABI2 (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp45 case EF_MIPS_ABI2:
69 uint32_t abi = files[0].flags & (EF_MIPS_ABI | EF_MIPS_ABI2);
77 uint32_t abi2 = f.flags & (EF_MIPS_ABI | EF_MIPS_ABI2);
98 (EF_MIPS_ABI | EF_MIPS_ABI2 | EF_MIPS_ARCH_ASE | EF_MIPS_NOREORDER |
307 return config->mipsN32Abi ? EF_MIPS_ABI2 : EF_MIPS_ABI_O32;
365 return ef->template getObj<ELFT>().getHeader()->e_flags & EF_MIPS_ABI2;
/freebsd-12-stable/lib/libkvm/
H A Dkvm_minidump_mips.c99 kd->nlehdr.e_flags & EF_MIPS_ABI2)
253 if (!(kd->nlehdr.e_flags & EF_MIPS_ABI2))
256 if (kd->nlehdr.e_flags & EF_MIPS_ABI2)
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dmips.h135 #define EF_MIPS_ABI2 0x00000020 macro
183 /* The ABI of the file. Also see EF_MIPS_ABI2 above. */
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h486 EF_MIPS_ABI2 = 0x00000020, // File uses N32 ABI
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-mips.c89 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2) != 0)
H A Delfn32-mips.c90 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2) != 0)
H A Delfxx-mips.c516 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2) != 0)
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dmips-dis.c560 if ((header->e_flags & EF_MIPS_ABI2) != 0)
/freebsd-12-stable/sys/sys/
H A Delf_common.h347 #define EF_MIPS_ABI2 0x00000020 /* N32 */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp904 EFlags |= ELF::EF_MIPS_ABI2;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp555 IsMipsN32ABI = AbiVariant & ELF::EF_MIPS_ABI2;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp302 BCase(EF_MIPS_ABI2);
/freebsd-12-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h443 _ELF_DEFINE_EF(EF_MIPS_ABI2, 0x00000020UL, \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1465 else if (header.e_flags & llvm::ELF::EF_MIPS_ABI2)
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmips-tdep.c5396 if ((elf_flags & EF_MIPS_ABI2))
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1654 ENUM_ENT(EF_MIPS_ABI2, "abi2"),
/freebsd-12-stable/contrib/binutils/binutils/
H A Dreadelf.c2151 if (e_flags & EF_MIPS_ABI2)
/freebsd-12-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c426 {EF_MIPS_ABI2, "abi2"},
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-mips.c14659 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ABI2;

Completed in 518 milliseconds