2016-03-03 22:10:23 +01:00
|
|
|
# Generated by genversion-scripts.py. Do not edit.
|
2016-08-03 00:20:36 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 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.
|
|
|
|
#
|
2015-10-31 01:43:27 +01:00
|
|
|
|
|
|
|
LIBC {
|
|
|
|
global:
|
2016-08-05 00:39:05 +02:00
|
|
|
android_dlopen_ext; # introduced=21
|
|
|
|
dl_iterate_phdr; # introduced-arm=21
|
2015-10-31 01:43:27 +01:00
|
|
|
dladdr;
|
|
|
|
dlclose;
|
|
|
|
dlerror;
|
|
|
|
dlopen;
|
|
|
|
dlsym;
|
|
|
|
local:
|
|
|
|
*;
|
|
|
|
};
|
|
|
|
|
2015-10-30 01:01:24 +01:00
|
|
|
LIBC_N {
|
|
|
|
global:
|
2016-08-05 00:39:05 +02:00
|
|
|
dlvsym; # introduced=24
|
2015-10-30 01:01:24 +01:00
|
|
|
} LIBC;
|
|
|
|
|
2017-08-30 02:32:28 +02:00
|
|
|
LIBC_OMR1 { # introduced=27
|
2017-06-30 08:36:12 +02:00
|
|
|
global:
|
2017-10-02 19:10:15 +02:00
|
|
|
__cfi_shadow_size;
|
|
|
|
__cfi_slowpath;
|
|
|
|
__cfi_slowpath_diag;
|
2017-06-30 08:36:12 +02:00
|
|
|
} LIBC_N;
|
|
|
|
|
2016-03-02 20:41:22 +01:00
|
|
|
LIBC_PLATFORM {
|
2015-10-31 01:43:27 +01:00
|
|
|
global:
|
2016-07-06 22:20:59 +02:00
|
|
|
__cfi_init;
|
2016-07-21 20:33:40 +02:00
|
|
|
android_dlwarning;
|
2015-10-31 01:43:27 +01:00
|
|
|
android_get_application_target_sdk_version;
|
|
|
|
android_set_application_target_sdk_version;
|
|
|
|
android_get_LD_LIBRARY_PATH;
|
|
|
|
android_update_LD_LIBRARY_PATH;
|
2017-02-03 23:07:34 +01:00
|
|
|
android_init_anonymous_namespace;
|
2016-04-14 00:01:37 +02:00
|
|
|
android_create_namespace;
|
2017-02-03 23:07:34 +01:00
|
|
|
android_link_namespaces;
|
2017-04-03 16:10:37 +02:00
|
|
|
android_get_exported_namespace;
|
2017-06-30 08:36:12 +02:00
|
|
|
} LIBC_OMR1;
|