aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/static/expected/simple_cc.elf_stg
blob: 921cfef38ae0baf60bdff13e41bcfaf193347a66 (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
36
37
38
39
40
41
42
43
44
45
46
47
version: 0x00000002
root_id: 0x84ea5130
primitive {
  id: 0x6720d32f
  name: "int"
  encoding: SIGNED_INTEGER
  bytesize: 0x00000004
}
member {
  id: 0x9cebeb53
  name: "bar"
  type_id: 0x6720d32f
}
struct_union {
  id: 0xf6f304f7
  kind: STRUCT
  name: "Foo"
  definition {
    bytesize: 4
    member_id: 0x9cebeb53
  }
}
function {
  id: 0xe5d22a85
  return_type_id: 0xf6f304f7
}
elf_symbol {
  id: 0x20a0c465
  name: "_ZN3Foo2stE"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x6720d32f
  full_name: "Foo::st"
}
elf_symbol {
  id: 0x3ccd5aea
  name: "_ZN3Foo7DefaultEv"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0xe5d22a85
  full_name: "Foo::Default"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x20a0c465
  symbol_id: 0x3ccd5aea
}