aboutsummaryrefslogtreecommitdiff
path: root/test_cases/abigail_reader/enum/expected/declaration_only_c.abi_stg
blob: c3cfed3af6ba1f3aa9131abca64f5bc483a3fccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 0x00000002
root_id: 0x84ea5130  # interface
pointer_reference {
  id: 0x256d8564
  kind: POINTER
  pointee_type_id: 0xbff6f30c  # enum Foo
}
enumeration {
  id: 0xbff6f30c
  name: "Foo"
}
elf_symbol {
  id: 0x06f8338c
  name: "foo"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x256d8564  # enum Foo*
  full_name: "foo"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x06f8338c  # enum Foo* foo
}