blob: 9d97bd0d99725d1f1fef058da9a8b1c4c77ac07d [file] [log] [blame]
Dmitriy Ivanovbc750472015-10-30 17:43:27 -07001# Generated by genversionscripts.py. Do not edit.
2
3LIBC {
4 global:
5 android_dlopen_ext;
6 dl_iterate_phdr;
7 dl_unwind_find_exidx; # arm
8 dladdr;
9 dlclose;
10 dlerror;
11 dlopen;
12 dlsym;
13 local:
14 *;
15};
16
Dmitriy Ivanov42d5fcb2015-10-29 17:01:24 -070017LIBC_N {
18 global:
Dmitriy Ivanov1ffec1c2015-11-23 11:26:35 -080019 android_init_namespaces;
Dmitriy Ivanov42d5fcb2015-10-29 17:01:24 -070020 android_create_namespace;
Dimitry Ivanov9cf99cb2015-12-11 14:22:24 -080021 dlvsym;
Dmitriy Ivanov42d5fcb2015-10-29 17:01:24 -070022} LIBC;
23
Dimitry Ivanovdf91dc22016-02-25 15:22:04 -080024LIBC_PLATFORM {
25 global:
26 android_dlwarning;
Dmitriy Ivanovbc750472015-10-30 17:43:27 -070027 android_get_application_target_sdk_version;
28 android_set_application_target_sdk_version;
29 android_get_LD_LIBRARY_PATH;
30 android_update_LD_LIBRARY_PATH;
Dimitry Ivanov6b80e0b2016-03-02 11:41:22 -080031} LIBC_N;