• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (C) 2020 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *      http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17{
18  global:
19    __loader_dlopen;
20    __loader_dlclose;
21    __loader_dlsym;
22    __loader_dlerror;
23    __loader_dladdr;
24    __loader_android_update_LD_LIBRARY_PATH;
25    __loader_android_get_LD_LIBRARY_PATH;
26    __loader_dl_iterate_phdr;
27    __loader_android_dlopen_ext;
28    __loader_android_set_application_target_sdk_version;
29    __loader_android_get_application_target_sdk_version;
30    __loader_android_init_anonymous_namespace;
31    __loader_android_create_namespace;
32    __loader_dlvsym;
33    __loader_android_dlwarning;
34    __loader_cfi_fail;
35    __loader_android_link_namespaces;
36    __loader_android_link_namespaces_all_libs;
37    __loader_android_get_exported_namespace;
38    __loader_dl_unwind_find_exidx;
39    __loader_add_thread_local_dtor;
40    __loader_remove_thread_local_dtor;
41    __loader_shared_globals;
42    rtld_db_dlactivity;
43    __native_bridge_config_static_tls;
44    __native_bridge_get_host_pthread;
45  local:
46    *;
47};
48