aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/source_filter/expected/types_cc.elf_stg
blob: 71b056671d847965d0896ad91f41d10ac8e0cc1b (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
version: 0x00000002
root_id: 0x84ea5130  # interface
special {
  id: 0x48b5725f
  kind: VOID
}
pointer_reference {
  id: 0x18bd6530
  kind: POINTER
  pointee_type_id: 0x48b5725f  # void
}
typedef {
  id: 0x4f137329
  name: "Typedef"
  referred_type_id: 0x18bd6530  # void*
}
struct_union {
  id: 0x54a61673
  kind: STRUCT
  name: "Class"
}
struct_union {
  id: 0xf5c7508c
  kind: STRUCT
  name: "Struct"
}
struct_union {
  id: 0x399387a9
  kind: UNION
  name: "Union"
}
enumeration {
  id: 0x86ad6dbf
  name: "Enum"
}
enumeration {
  id: 0x75740575
  name: "EnumClass"
}
elf_symbol {
  id: 0x663a751a
  name: "foo_class"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x54a61673  # struct Class
  full_name: "foo_class"
}
elf_symbol {
  id: 0x5f43725e
  name: "foo_enum"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x86ad6dbf  # enum Enum
  full_name: "foo_enum"
}
elf_symbol {
  id: 0x49093003
  name: "foo_enum_class"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x75740575  # enum EnumClass
  full_name: "foo_enum_class"
}
elf_symbol {
  id: 0x8361f42b
  name: "foo_struct"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0xf5c7508c  # struct Struct
  full_name: "foo_struct"
}
elf_symbol {
  id: 0x90772e58
  name: "foo_typedef"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x4f137329  # Typedef
  full_name: "foo_typedef"
}
elf_symbol {
  id: 0xc77e6f56
  name: "foo_union"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x399387a9  # union Union
  full_name: "foo_union"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x663a751a  # struct Class foo_class
  symbol_id: 0x5f43725e  # enum Enum foo_enum
  symbol_id: 0x49093003  # enum EnumClass foo_enum_class
  symbol_id: 0x8361f42b  # struct Struct foo_struct
  symbol_id: 0x90772e58  # Typedef foo_typedef
  symbol_id: 0xc77e6f56  # union Union foo_union
}