blob: 2821509f11a934b8fdee0babf9bddb443f2550b3 [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:
Dimitry Ivanov9cf99cb2015-12-11 14:22:24 -080019 dlvsym;
Dmitriy Ivanov42d5fcb2015-10-29 17:01:24 -070020} LIBC;
21
Dimitry Ivanovdf91dc22016-02-25 15:22:04 -080022LIBC_PLATFORM {
23 global:
24 android_dlwarning;
Dmitriy Ivanovbc750472015-10-30 17:43:27 -070025 android_get_application_target_sdk_version;
26 android_set_application_target_sdk_version;
27 android_get_LD_LIBRARY_PATH;
28 android_update_LD_LIBRARY_PATH;
Dimitry Ivanov7095da82016-04-13 15:01:37 -070029 android_init_namespaces;
30 android_create_namespace;
Dimitry Ivanov6b80e0b2016-03-02 11:41:22 -080031} LIBC_N;