2015-05-22 02:43:49 +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.
|
|
|
|
#
|
|
|
|
|
|
|
|
LIBC {
|
|
|
|
global:
|
2016-08-04 22:43:20 +02:00
|
|
|
android_dlopen_ext; # introduced=21
|
|
|
|
dl_iterate_phdr; # introduced-arm=21
|
2015-10-31 01:43:27 +01:00
|
|
|
dl_unwind_find_exidx; # arm
|
2015-05-22 02:43:49 +02:00
|
|
|
dladdr;
|
|
|
|
dlclose;
|
|
|
|
dlerror;
|
|
|
|
dlopen;
|
|
|
|
dlsym;
|
|
|
|
local:
|
|
|
|
*;
|
|
|
|
};
|
|
|
|
|
2015-10-30 01:01:24 +01:00
|
|
|
LIBC_N {
|
|
|
|
global:
|
2018-11-10 00:38:52 +01:00
|
|
|
android_get_application_target_sdk_version; # introduced=24 versioned=29
|
2016-08-04 22:43:20 +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-05-22 02:43:49 +02:00
|
|
|
global:
|
2019-03-29 05:34:33 +01:00
|
|
|
android_get_LD_LIBRARY_PATH;
|
2016-07-06 22:20:59 +02:00
|
|
|
__cfi_init;
|
2019-03-19 13:01:42 +01:00
|
|
|
} LIBC_OMR1;
|