summaryrefslogtreecommitdiff
path: root/vndk/tools/header-checker/tests/reference_dumps/arm64/libweak_symbols_old.so.lsdump
blob: ca4c8c628196cb59e40017860776f0f0cc822742 (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
{
 "array_types" : [],
 "builtin_types" :
 [
  {
   "linker_set_key" : "_ZTIv",
   "name" : "void"
  }
 ],
 "elf_functions" :
 [
  {
   "binding" : "weak",
   "name" : "example"
  }
 ],
 "elf_objects" : [],
 "enum_types" : [],
 "function_types" : [],
 "functions" :
 [
  {
   "function_name" : "example",
   "linker_set_key" : "example",
   "return_type" : "_ZTIv",
   "source_file" : "development/vndk/tools/header-checker/tests/integration/weak_symbols/example.c"
  }
 ],
 "global_vars" : [],
 "lvalue_reference_types" : [],
 "pointer_types" : [],
 "qualified_types" : [],
 "record_types" : [],
 "rvalue_reference_types" : []
}