Home
last modified time | relevance | path

Searched refs:EF_MIPS_ABI_O32 (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/lld/test/ELF/
Dmips-elf-flags.s47 # SO-NEXT: EF_MIPS_ABI_O32
69 # EXE-NEXT: EF_MIPS_ABI_O32
90 # EXE-R2-NEXT: EF_MIPS_ABI_O32
111 # EXE-R5-NEXT: EF_MIPS_ABI_O32
132 # EXE-R6-NEXT: EF_MIPS_ABI_O32
176 # MICRO-NEXT: EF_MIPS_ABI_O32
Dmips-elf-flags-binary.s17 # O32-NEXT: EF_MIPS_ABI_O32
Dmips-elf-flags-err.test71 Flags: [ EF_MIPS_ARCH_32, EF_MIPS_ABI_O32, EF_MIPS_CPIC ]
Dmips-elf-flags-err.s44 # R1R2-NEXT: EF_MIPS_ABI_O32
Demulation-mips.s41 # MIPS-NEXT: EF_MIPS_ABI_O32
84 # MIPSEL-NEXT: EF_MIPS_ABI_O32
Dbasic-mips.s31 # CHECK-NEXT: EF_MIPS_ABI_O32
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Dsymbol-visibility.test17 Flags: [ EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp47 case EF_MIPS_ABI_O32: in getAbiName()
307 return config->mipsN32Abi ? EF_MIPS_ABI2 : EF_MIPS_ABI_O32; in calcMipsEFlags()
/external/swiftshader/third_party/subzero/src/
DIceTypes.def32 X(Target_MIPS32,"mips32", false, EM_MIPS, EF_MIPS_ABI_O32|EF_MIPS_ARCH_32)\
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnu-file-headers.test125 Flags: [ EF_MIPS_ARCH_32, EF_MIPS_ABI_O32 ]
/external/llvm/include/llvm/Support/
DELF.h478 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h471 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI enumerator
/external/llvm-project/llvm/test/MC/Mips/
Delf_header.s116 # O32-NEXT: EF_MIPS_ABI_O32
118 # N64-NOT: EF_MIPS_ABI_O32
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h494 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h504 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp278 BCaseMask(EF_MIPS_ABI_O32, EF_MIPS_ABI) in bitset()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp921 EFlags |= ELF::EF_MIPS_ABI_O32; in finish()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp902 EFlags |= ELF::EF_MIPS_ABI_O32; in finish()
/external/llvm/test/Object/
Dobj2yaml.test198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp788 EFlags |= ELF::EF_MIPS_ABI_O32; in finish()
/external/llvm-project/llvm/test/Object/
Dobj2yaml.test354 …: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH…
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp593 IsMipsO32ABI = AbiVariant & ELF::EF_MIPS_ABI_O32; in setMipsABI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp309 BCaseMask(EF_MIPS_ABI_O32, EF_MIPS_ABI); in bitset()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp561 IsMipsO32ABI = AbiVariant & ELF::EF_MIPS_ABI_O32; in setMipsABI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp554 IsMipsO32ABI = AbiVariant & ELF::EF_MIPS_ABI_O32; in setMipsABI()

12