1# Copyright (c) 2022 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14arm64_source_local = [ 15 "libunwind/src/aarch64/Lcreate_addr_space.c", 16 "libunwind/src/aarch64/Lget_proc_info.c", 17 "libunwind/src/aarch64/Lget_save_loc.c", 18 "libunwind/src/aarch64/Lglobal.c", 19 "libunwind/src/aarch64/Linit.c", 20 "libunwind/src/aarch64/Linit_local.c", 21 "libunwind/src/aarch64/Linit_remote.c", 22 "libunwind/src/aarch64/Lis_signal_frame.c", 23 "libunwind/src/aarch64/Lregs.c", 24 "libunwind/src/aarch64/Lresume.c", 25 "libunwind/src/aarch64/Lstash_frame.c", 26 "libunwind/src/aarch64/Lstep.c", 27 "libunwind/src/aarch64/Ltrace.c", 28] 29 30arm_source_local = [ 31 "libunwind/src/arm/Lcreate_addr_space.c", 32 "libunwind/src/arm/Lex_tables.c", 33 "libunwind/src/arm/Lget_proc_info.c", 34 "libunwind/src/arm/Lget_save_loc.c", 35 "libunwind/src/arm/Lglobal.c", 36 "libunwind/src/arm/Linit.c", 37 "libunwind/src/arm/Linit_local.c", 38 "libunwind/src/arm/Linit_remote.c", 39 "libunwind/src/arm/Los-linux.c", 40 "libunwind/src/arm/Lregs.c", 41 "libunwind/src/arm/Lresume.c", 42 "libunwind/src/arm/Lstash_frame.c", 43 "libunwind/src/arm/Lstep.c", 44 "libunwind/src/arm/Ltrace.c", 45] 46 47riscv64_source_local = [ 48 "libunwind/src/riscv/Lcreate_addr_space.c", 49 "libunwind/src/riscv/Lget_proc_info.c", 50 "libunwind/src/riscv/Lget_save_loc.c", 51 "libunwind/src/riscv/Lglobal.c", 52 "libunwind/src/riscv/Linit.c", 53 "libunwind/src/riscv/Linit_local.c", 54 "libunwind/src/riscv/Linit_remote.c", 55 "libunwind/src/riscv/Lis_signal_frame.c", 56 "libunwind/src/riscv/Lreg_states_iterate.c", 57 "libunwind/src/riscv/Lregs.c", 58 "libunwind/src/riscv/Lresume.c", 59 "libunwind/src/riscv/Lstep.c", 60] 61 62x64_source_local = [ 63 "libunwind/src/x86_64/Lcreate_addr_space.c", 64 "libunwind/src/x86_64/Lget_proc_info.c", 65 "libunwind/src/x86_64/Lget_save_loc.c", 66 "libunwind/src/x86_64/Lglobal.c", 67 "libunwind/src/x86_64/Linit.c", 68 "libunwind/src/x86_64/Linit_local.c", 69 "libunwind/src/x86_64/Linit_remote.c", 70 "libunwind/src/x86_64/Los-linux.c", 71 "libunwind/src/x86_64/Lregs.c", 72 "libunwind/src/x86_64/Lresume.c", 73 "libunwind/src/x86_64/Lstash_frame.c", 74 "libunwind/src/x86_64/Lstep.c", 75 "libunwind/src/x86_64/Ltrace.c", 76] 77 78libunwind_la_SOURCES_local = [ 79 "libunwind/src/mi/Ldyn-extract.c", 80 "libunwind/src/mi/Lfind_dynamic_proc_info.c", 81 "libunwind/src/mi/Lget_proc_info_by_ip.c", 82 "libunwind/src/mi/Lget_proc_name.c", 83 "libunwind/src/mi/Lput_dynamic_unwind_info.c", 84 "libunwind/src/mi/Ldestroy_addr_space.c", 85 "libunwind/src/mi/Lget_reg.c", 86 "libunwind/src/mi/Lset_reg.c", 87 "libunwind/src/mi/Lget_fpreg.c", 88 "libunwind/src/mi/Lset_fpreg.c", 89 "libunwind/src/mi/Lset_caching_policy.c", 90 "libunwind/src/mi/Lset_cache_size.c", 91] 92