aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/misc/expected/enum_c.elf_stg
blob: 2a8821039f13ae637275cfa273ebe3e0cb983f82 (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
version: 0x00000002
root_id: 0x84ea5130
primitive {
  id: 0x4585663f
  name: "unsigned int"
  encoding: UNSIGNED_INTEGER
  bytesize: 0x00000004
}
enumeration {
  id: 0x226ff690
  name: "Foo"
  definition {
    underlying_type_id: 0x4585663f
    enumerator {
      name: "FOO_ONE"
      value: 1
    }
    enumerator {
      name: "FOO_TWO"
      value: 42
    }
    enumerator {
      name: "FOO_THREE"
      value: 3
    }
    enumerator {
      name: "FOO_FOUR"
      value: 4
    }
  }
}
function {
  id: 0x97c8da2d
  return_type_id: 0x226ff690
  parameter_id: 0x226ff690
}
elf_symbol {
  id: 0xdfa4312b
  name: "getEnum"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0x97c8da2d
  full_name: "getEnum"
}
interface {
  id: 0x84ea5130
  symbol_id: 0xdfa4312b
}