Home
last modified time | relevance | path

Searched refs:EF_MIPS_MACH (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Object/
DELFYAML.cpp280 BCaseMask(EF_MIPS_MACH_3900, EF_MIPS_MACH) in bitset()
281 BCaseMask(EF_MIPS_MACH_4010, EF_MIPS_MACH) in bitset()
282 BCaseMask(EF_MIPS_MACH_4100, EF_MIPS_MACH) in bitset()
283 BCaseMask(EF_MIPS_MACH_4650, EF_MIPS_MACH) in bitset()
284 BCaseMask(EF_MIPS_MACH_4120, EF_MIPS_MACH) in bitset()
285 BCaseMask(EF_MIPS_MACH_4111, EF_MIPS_MACH) in bitset()
286 BCaseMask(EF_MIPS_MACH_SB1, EF_MIPS_MACH) in bitset()
287 BCaseMask(EF_MIPS_MACH_OCTEON, EF_MIPS_MACH) in bitset()
288 BCaseMask(EF_MIPS_MACH_XLR, EF_MIPS_MACH) in bitset()
289 BCaseMask(EF_MIPS_MACH_OCTEON2, EF_MIPS_MACH) in bitset()
[all …]
/external/llvm/include/llvm/Support/
DELF.h497 EF_MIPS_MACH = 0x00ff0000, // EF_MIPS_MACH_xxx selection mask enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1070 unsigned(ELF::EF_MIPS_MACH)); in printFileHeaders()