Lines Matching refs:MIPS
1 ## Check that we are able to dump MIPS STO_* flags correctly when dumping symbols.
4 # RUN: llvm-readobj --symbols %t.o | FileCheck %s --strict-whitespace --check-prefix=MIPS-LLVM
5 # RUN: llvm-readelf --symbols %t.o | FileCheck %s --strict-whitespace --check-prefix=MIPS-GNU
7 # MIPS-LLVM:Name: foo
8 # MIPS-LLVM:Other [
9 # MIPS-LLVM-NEXT: STO_MIPS_MICROMIPS (0x80)
10 # MIPS-LLVM-NEXT: STO_MIPS_OPTIONAL (0x4)
11 # MIPS-LLVM-NEXT: STO_MIPS_PIC (0x20)
12 # MIPS-LLVM-NEXT: STO_MIPS_PLT (0x8)
13 # MIPS-LLVM-NEXT:]
15 # MIPS-LLVM:Name: bar
16 # MIPS-LLVM:Other [
17 # MIPS-LLVM-NEXT: STO_MIPS_MIPS16 (0xF0)
18 # MIPS-LLVM-NEXT:]
20 # MIPS-GNU:Symbol table '.symtab' contains 3 entries:
21 # MIPS-GNU-NEXT: Num: Value Size Type Bind Vis Ndx Name
22 # MIPS-GNU-NEXT: 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
23 # MIPS-GNU-NEXT: 1: 00000000 0 NOTYPE LOCAL DEFAULT [<other: 0xac>] UND foo
24 # MIPS-GNU-NEXT: 2: 00000000 0 NOTYPE LOCAL DEFAULT [<other: 0xf0>] UND bar