1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-objdump --syms %t | FileCheck %s
5 # CHECK-NEXT: .text 00000000 default
6 # CHECK-NEXT: .text 00000000 .internal internal
7 # CHECK-NEXT: .text 00000000 .hidden hidden
8 # CHECK-NEXT: .text 00000000 .protected protected
9 # CHECK-NEXT: .text 00000000 0x20 mips_pic
17 Flags: [ EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
21 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
26 Visibility: STV_INTERNAL
29 Visibility: STV_HIDDEN
32 Visibility: STV_PROTECTED
35 Other: [ STO_MIPS_PIC ]