Lines Matching refs:ELF
2 RUN: | FileCheck %s -check-prefix ELF-32
4 ELF-32-NOT: U
5 ELF-32: 000012c8 A __bss_start
6 ELF-32: 000012c8 A _edata
7 ELF-32: 000012cc A _end
8 ELF-32: 000012c8 B common_sym
9 ELF-32: 000012c4 D defined_sym
10 ELF-32: 000001f0 T global_func
11 ELF-32: 00000000 D tls_sym
14 RUN: | FileCheck %s -check-prefix ELF-64
16 ELF-64-NOT: U
17 ELF-64: 0000000000200454 A __bss_start
18 ELF-64: 0000000000200454 A _edata
19 ELF-64: 0000000000200458 A _end
20 ELF-64: 0000000000200454 B common_sym
21 ELF-64: 0000000000200450 D defined_sym
22 ELF-64: 00000000000002f0 T global_func
23 ELF-64: 0000000000000000 D tls_sym