aboutsummaryrefslogtreecommitdiff
path: root/test_cases/abigail_reader/typedef/expected/using_and_typedef_cc.abi_stg
blob: 320f72748073ad2357157af264678331ff5067e4 (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
version: 0x00000002
root_id: 0x84ea5130  # interface
typedef {
  id: 0x1e70e31d
  name: "large"
  referred_type_id: 0x6720d32f  # int
}
typedef {
  id: 0x8a4b42d3
  name: "small"
  referred_type_id: 0xb0312d5a  # short
}
primitive {
  id: 0x6720d32f
  name: "int"
  bytesize: 0x00000004
}
primitive {
  id: 0xb0312d5a
  name: "short"
  bytesize: 0x00000002
}
function {
  id: 0x444df63a
  return_type_id: 0x8a4b42d3  # small
}
function {
  id: 0xa208cc61
  return_type_id: 0x1e70e31d  # large
}
elf_symbol {
  id: 0x92009dc1
  name: "_Z3barv"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0xa208cc61  # large()
  full_name: "bar"
}
elf_symbol {
  id: 0x10da60a3
  name: "_Z3foov"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0x444df63a  # small()
  full_name: "foo"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x92009dc1  # large bar()
  symbol_id: 0x10da60a3  # small foo()
}