You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.5 KiB
48 lines
1.5 KiB
/*
|
|
* Copyright (C) 2020 The Android Open Source Project
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
{
|
|
global:
|
|
__loader_dlopen;
|
|
__loader_dlclose;
|
|
__loader_dlsym;
|
|
__loader_dlerror;
|
|
__loader_dladdr;
|
|
__loader_android_update_LD_LIBRARY_PATH;
|
|
__loader_android_get_LD_LIBRARY_PATH;
|
|
__loader_dl_iterate_phdr;
|
|
__loader_android_dlopen_ext;
|
|
__loader_android_set_application_target_sdk_version;
|
|
__loader_android_get_application_target_sdk_version;
|
|
__loader_android_init_anonymous_namespace;
|
|
__loader_android_create_namespace;
|
|
__loader_dlvsym;
|
|
__loader_android_dlwarning;
|
|
__loader_cfi_fail;
|
|
__loader_android_link_namespaces;
|
|
__loader_android_link_namespaces_all_libs;
|
|
__loader_android_get_exported_namespace;
|
|
__loader_dl_unwind_find_exidx;
|
|
__loader_add_thread_local_dtor;
|
|
__loader_remove_thread_local_dtor;
|
|
__loader_shared_globals;
|
|
rtld_db_dlactivity;
|
|
__native_bridge_config_static_tls;
|
|
__native_bridge_get_host_pthread;
|
|
local:
|
|
*;
|
|
};
|