1ffec1cc4d
The anonymous namespace is introduced to handle cases when linker can not find the caller. This usually happens when caller code was not loaded by dynamic linker; for example mono-generated code. Bug: http://b/25844435 Bug: http://b/22548808 Change-Id: I9e5b1d23c1c75bc78548d68e79216a6a943a33cf
28 lines
481 B
Text
28 lines
481 B
Text
# 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;
|