9cf99cbad8
This changes implements dlvsym - dlsym for versioned symbols. Bug: http://b/22865643 Change-Id: Ic90a60d512104261a1416c43f9100f0d88e3b46f
30 lines
525 B
Text
30 lines
525 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_namespaces;
|
|
android_create_namespace;
|
|
dlvsym;
|
|
} 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;
|