aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/symbol/expected/tls__clang_x86_64_c.elf_stg
blob: 8203fa0d5b51e87c004dfe29735a62a454aa4a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: 0x00000002
root_id: 0x84ea5130  # interface
primitive {
  id: 0x6720d32f
  name: "int"
  encoding: SIGNED_INTEGER
  bytesize: 0x00000004
}
primitive {
  id: 0xfc0e1dbd
  name: "long"
  encoding: SIGNED_INTEGER
  bytesize: 0x00000008
}
elf_symbol {
  id: 0x3c10a6b0
  name: "var1"
  is_defined: true
  symbol_type: TLS
  type_id: 0x6720d32f  # int
  full_name: "var1"
}
elf_symbol {
  id: 0x7652705b
  name: "var2"
  is_defined: true
  symbol_type: TLS
  type_id: 0xfc0e1dbd  # long
  full_name: "var2"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x3c10a6b0  # int var1
  symbol_id: 0x7652705b  # long var2
}