summaryrefslogtreecommitdiff
path: root/vndk/tools/header-checker/tests/reference_dumps/arm64/libversion_script_example.so.lsdump
blob: d52f1f95d43fe934bee95b3760f9ae8de5ceebdf (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
 "array_types" : [],
 "builtin_types" :
 [
  {
   "linker_set_key" : "_ZTIv",
   "name" : "void",
   "referenced_type" : "_ZTIv",
   "self_type" : "_ZTIv"
  }
 ],
 "elf_functions" :
 [
  {
   "name" : "_ZN5Test34testEv"
  },
  {
   "name" : "_ZN5Test44testEv"
  },
  {
   "name" : "test1"
  },
  {
   "name" : "test2"
  }
 ],
 "elf_objects" : [],
 "enum_types" : [],
 "function_types" : [],
 "functions" :
 [
  {
   "function_name" : "Test3::test",
   "linker_set_key" : "_ZN5Test34testEv",
   "parameters" :
   [
    {
     "is_this_ptr" : true,
     "referenced_type" : "_ZTIP5Test3"
    }
   ],
   "return_type" : "_ZTIv",
   "source_file" : "/development/vndk/tools/header-checker/tests/integration/version_script_example/example.h"
  },
  {
   "function_name" : "Test4::test",
   "linker_set_key" : "_ZN5Test44testEv",
   "parameters" :
   [
    {
     "is_this_ptr" : true,
     "referenced_type" : "_ZTIP5Test4"
    }
   ],
   "return_type" : "_ZTIv",
   "source_file" : "/development/vndk/tools/header-checker/tests/integration/version_script_example/example.h"
  },
  {
   "function_name" : "test1",
   "linker_set_key" : "test1",
   "return_type" : "_ZTIv",
   "source_file" : "/development/vndk/tools/header-checker/tests/integration/version_script_example/example.h"
  },
  {
   "function_name" : "test2",
   "linker_set_key" : "test2",
   "return_type" : "_ZTIv",
   "source_file" : "/development/vndk/tools/header-checker/tests/integration/version_script_example/example.h"
  }
 ],
 "global_vars" : [],
 "lvalue_reference_types" : [],
 "pointer_types" :
 [
  {
   "alignment" : 8,
   "linker_set_key" : "_ZTIP5Test3",
   "name" : "Test3 *",
   "referenced_type" : "_ZTI5Test3",
   "self_type" : "_ZTIP5Test3",
   "size" : 8,
   "source_file" : "/development/vndk/tools/header-checker/tests/integration/version_script_example/example.h"
  },
  {
   "alignment" : 8,
   "linker_set_key" : "_ZTIP5Test4",
   "name" : "Test4 *",
   "referenced_type" : "_ZTI5Test4",
   "self_type" : "_ZTIP5Test4",
   "size" : 8,
   "source_file" : "/development/vndk/tools/header-checker/tests/integration/version_script_example/example.h"
  }
 ],
 "qualified_types" : [],
 "record_types" :
 [
  {
   "alignment" : 1,
   "linker_set_key" : "_ZTI5Test3",
   "name" : "Test3",
   "record_kind" : "class",
   "referenced_type" : "_ZTI5Test3",
   "self_type" : "_ZTI5Test3",
   "size" : 1,
   "source_file" : "/development/vndk/tools/header-checker/tests/integration/version_script_example/example.h"
  },
  {
   "alignment" : 1,
   "linker_set_key" : "_ZTI5Test4",
   "name" : "Test4",
   "record_kind" : "class",
   "referenced_type" : "_ZTI5Test4",
   "self_type" : "_ZTI5Test4",
   "size" : 1,
   "source_file" : "/development/vndk/tools/header-checker/tests/integration/version_script_example/example.h"
  }
 ],
 "rvalue_reference_types" : []
}