aboutsummaryrefslogtreecommitdiff
path: root/test_cases/abigail_reader/function/expected/variadic_parameter_cc.abi_stg
blob: de9be165056c69b6b80297a07a1e33a9b0f43249 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
version: 0x00000002
root_id: 0x84ea5130  # interface
special {
  id: 0xa52a0930
  kind: VARIADIC
}
primitive {
  id: 0x6720d32f
  name: "int"
  bytesize: 0x00000004
}
function {
  id: 0x85d454a8
  return_type_id: 0x6720d32f  # int
  parameter_id: 0x6720d32f  # int
  parameter_id: 0x6720d32f  # int
}
function {
  id: 0x85fd1e2a
  return_type_id: 0x6720d32f  # int
  parameter_id: 0x6720d32f  # int
  parameter_id: 0x6720d32f  # int
  parameter_id: 0xa52a0930  # ...
}
function {
  id: 0x86dc7fc0
  return_type_id: 0x6720d32f  # int
  parameter_id: 0x6720d32f  # int
  parameter_id: 0xa52a0930  # ...
}
function {
  id: 0xb4ca6163
  return_type_id: 0x6720d32f  # int
  parameter_id: 0xa52a0930  # ...
}
elf_symbol {
  id: 0xcac6ee98
  name: "_Z4foo1iiz"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0x85fd1e2a  # int(int, int, ...)
  full_name: "foo1"
}
elf_symbol {
  id: 0xa5cf8676
  name: "_Z4foo2iz"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0x86dc7fc0  # int(int, ...)
  full_name: "foo2"
}
elf_symbol {
  id: 0x2522c6f3
  name: "_Z4foo3ii"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0x85d454a8  # int(int, int)
  full_name: "foo3"
}
elf_symbol {
  id: 0x16a736d0
  name: "_Z4foo4z"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0xb4ca6163  # int(...)
  full_name: "foo4"
}
interface {
  id: 0x84ea5130
  symbol_id: 0xcac6ee98  # int foo1(int, int, ...)
  symbol_id: 0xa5cf8676  # int foo2(int, ...)
  symbol_id: 0x2522c6f3  # int foo3(int, int)
  symbol_id: 0x16a736d0  # int foo4(...)
}