aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/array/expected/multidimensional_c.elf_stg
blob: 9d5c48025417e2b3ebd60ebce1b21c7d46bdc8bb (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
}
array {
  id: 0x0b0dc1ff
  number_of_elements: 3
  element_type_id: 0x6720d32f  # int
}
array {
  id: 0x8e8e6365
  number_of_elements: 4
  element_type_id: 0x0b0dc1ff  # int[3]
}
array {
  id: 0x966a7e53
  number_of_elements: 1
  element_type_id: 0x8e8e6365  # int[4][3]
}
elf_symbol {
  id: 0x7709bd40
  name: "x"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x966a7e53  # int[1][4][3]
  full_name: "x"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x7709bd40  # int x[1][4][3]
}