platform_bionic/libdl/libdl.arm.map
Dmitriy Ivanov 42d5fcb9f4 Introducing linker namespaces
Bug: http://b/22548808
Change-Id: Ia3af3c0a167f1d16447a3d83bb045d143319b1e1
2015-11-15 12:09:16 -08:00

29 lines
519 B
Text

# Generated by genversionscripts.py. Do not edit.
LIBC {
global:
android_dlopen_ext;
dl_iterate_phdr;
dl_unwind_find_exidx; # arm
dladdr;
dlclose;
dlerror;
dlopen;
dlsym;
local:
*;
};
LIBC_N {
global:
android_init_public_namespace;
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;