aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/symbol/expected/ifunc_c.btf_stg
blob: ca7004af337e2de1e27c6418255a964b57e1aba2 (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
version: 0x00000002
root_id: 0x84ea5130  # interface
special {
  id: 0x48b5725f
  kind: VOID
}
pointer_reference {
  id: 0x0eb62dc3
  kind: POINTER
  pointee_type_id: 0x10985193  # void()
}
function {
  id: 0x10985193
  return_type_id: 0x48b5725f  # void
}
function {
  id: 0xc76a0666
  return_type_id: 0x0eb62dc3  # void(*)()
}
elf_symbol {
  id: 0xa0dfae18
  name: "my_func"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0x10985193  # void()
}
elf_symbol {
  id: 0x3a11f024
  name: "resolve_func"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0xc76a0666  # void(*())()
}
interface {
  id: 0x84ea5130
  symbol_id: 0xa0dfae18  # void my_func()
  symbol_id: 0x3a11f024  # void(* resolve_func())()
}