aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/variant/expected/simple_rs.elf_stg
blob: 4621cf8de9efc9f3395e9386731d559755393970 (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
version: 0x00000002
root_id: 0x84ea5130  # interface
primitive {
  id: 0x62aebfd4
  name: "bool"
  encoding: BOOLEAN
  bytesize: 0x00000001
}
struct_union {
  id: 0x176387ba
  kind: STRUCT
  name: "simple::Foo"
  definition {
    bytesize: 12
  }
}
function {
  id: 0xbb888a50
  return_type_id: 0x62aebfd4  # bool
  parameter_id: 0x176387ba  # struct simple::Foo
}
elf_symbol {
  id: 0x4e2f2fc8
  name: "is_unit"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0xbb888a50  # bool(struct simple::Foo)
  full_name: "simple::is_unit"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x4e2f2fc8  # bool simple::is_unit(struct simple::Foo)
}