Searched refs:EF_MIPS_MACH_4100 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | MipsArchTree.cpp | 148 {EF_MIPS_ARCH_3 | EF_MIPS_MACH_4111, EF_MIPS_ARCH_3 | EF_MIPS_MACH_4100}, 149 {EF_MIPS_ARCH_3 | EF_MIPS_MACH_4120, EF_MIPS_ARCH_3 | EF_MIPS_MACH_4100}, 152 {EF_MIPS_ARCH_3 | EF_MIPS_MACH_4100, EF_MIPS_ARCH_3}, 193 case EF_MIPS_MACH_4100: in getMachName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 533 EF_MIPS_MACH_4100 = 0x00830000, // NEC VR4100 enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 452 BCaseMask(EF_MIPS_MACH_4100, EF_MIPS_MACH); in bitset()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1546 ENUM_ENT(EF_MIPS_MACH_4100, "4100"),
|