aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/composite/expected/kind_cc.elf_stg
blob: e68b7ebff3dd72ee85eae69cba0ac3219534a3c9 (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
version: 0x00000002
root_id: 0x84ea5130
primitive {
  id: 0xfc0e1dbd
  name: "long"
  encoding: SIGNED_INTEGER
  bytesize: 0x00000008
}
member {
  id: 0xa04e65cb
  name: "x"
  type_id: 0xfc0e1dbd
}
member {
  id: 0xff8f0499
  name: "y"
  type_id: 0xfc0e1dbd
}
member {
  id: 0x21c97bab
  name: "z"
  type_id: 0xfc0e1dbd
}
struct_union {
  id: 0x80b903a7
  kind: STRUCT
  name: "Class"
  definition {
    bytesize: 8
    member_id: 0x21c97bab
  }
}
struct_union {
  id: 0xae62fdac
  kind: STRUCT
  name: "Struct"
  definition {
    bytesize: 8
    member_id: 0xa04e65cb
  }
}
struct_union {
  id: 0x58ad1075
  kind: UNION
  name: "Union"
  definition {
    bytesize: 8
    member_id: 0xff8f0499
  }
}
elf_symbol {
  id: 0x663a751a
  name: "foo_class"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x80b903a7
  full_name: "foo_class"
}
elf_symbol {
  id: 0x8361f42b
  name: "foo_struct"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0xae62fdac
  full_name: "foo_struct"
}
elf_symbol {
  id: 0xc77e6f56
  name: "foo_union"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x58ad1075
  full_name: "foo_union"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x663a751a
  symbol_id: 0x8361f42b
  symbol_id: 0xc77e6f56
}