OSDN Git Service

Merge "Temporary move __udivdi3 back to LIBC for x86" am: 4664c14fa4
[android-x86/bionic.git] / libdl / libdl.mips.map
1 # Generated by genversionscripts.py. Do not edit.
2
3 LIBC {
4   global:
5     android_dlopen_ext;
6     dl_iterate_phdr;
7     dladdr;
8     dlclose;
9     dlerror;
10     dlopen;
11     dlsym;
12   local:
13     *;
14 };
15
16 LIBC_N {
17   global:
18     android_init_namespaces;
19     android_create_namespace;
20     dlvsym;
21 } LIBC;
22
23 LIBC_PRIVATE {
24   global:
25     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;
29 } LIBC_N;