aboutsummaryrefslogtreecommitdiffstats
path: root/libdl/libdl.arm64.map
blob: 3535774f99c174e7aa13874d26865a527669e07b (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
# Generated by genversionscripts.py. Do not edit.

LIBC {
  global:
    android_dlopen_ext;
    dl_iterate_phdr;
    dladdr;
    dlclose;
    dlerror;
    dlopen;
    dlsym;
  local:
    *;
};

LIBC_N {
  global:
    android_init_namespaces;
    android_create_namespace;
} LIBC;

LIBC_PRIVATE {
  global:
    android_get_application_target_sdk_version;
    android_set_application_target_sdk_version;
    android_get_LD_LIBRARY_PATH;
    android_update_LD_LIBRARY_PATH;
} LIBC_N;