1da0c48c4Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
2da0c48c4Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3da0c48c4Sopenharmony_ci# you may not use this file except in compliance with the License.
4da0c48c4Sopenharmony_ci# You may obtain a copy of the License at
5da0c48c4Sopenharmony_ci#
6da0c48c4Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7da0c48c4Sopenharmony_ci#
8da0c48c4Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9da0c48c4Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10da0c48c4Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11da0c48c4Sopenharmony_ci# See the License for the specific language governing permissions and
12da0c48c4Sopenharmony_ci# limitations under the License.
13da0c48c4Sopenharmony_ci
14da0c48c4Sopenharmony_cisources_backends = [
15da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/aarch64_cfi.c",
16da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/aarch64_corenote.c",
17da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/aarch64_init.c",
18da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/aarch64_initreg.c",
19da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/aarch64_regs.c",
20da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/aarch64_retval.c",
21da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/aarch64_symbol.c",
22da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/aarch64_unwind.c",
23da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/alpha_auxv.c",
24da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/alpha_corenote.c",
25da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/alpha_init.c",
26da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/alpha_regs.c",
27da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/alpha_retval.c",
28da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/alpha_symbol.c",
29da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_attrs.c",
30da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_auxv.c",
31da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_cfi.c",
32da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_corenote.c",
33da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_init.c",
34da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_initreg.c",
35da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_machineflagname.c",
36da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_regs.c",
37da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_retval.c",
38da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/arm_symbol.c",
39da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/bpf_init.c",
40da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/bpf_regs.c",
41da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/bpf_symbol.c",
42da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/csky_attrs.c",
43da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/csky_cfi.c",
44da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/csky_corenote.c",
45da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/csky_init.c",
46da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/csky_initreg.c",
47da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/csky_regs.c",
48da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/csky_symbol.c",
49da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_auxv.c",
50da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_cfi.c",
51da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_corenote.c",
52da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_init.c",
53da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_initreg.c",
54da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_regs.c",
55da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_retval.c",
56da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_symbol.c",
57da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/i386_unwind.c",
58da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ia64_init.c",
59da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ia64_regs.c",
60da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ia64_retval.c",
61da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ia64_symbol.c",
62da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/m68k_cfi.c",
63da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/m68k_corenote.c",
64da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/m68k_init.c",
65da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/m68k_initreg.c",
66da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/m68k_regs.c",
67da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/m68k_retval.c",
68da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/m68k_symbol.c",
69da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc64_corenote.c",
70da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc64_init.c",
71da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc64_resolve_sym.c",
72da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc64_retval.c",
73da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc64_symbol.c",
74da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc64_unwind.c",
75da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_attrs.c",
76da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_auxv.c",
77da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_cfi.c",
78da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_corenote.c",
79da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_init.c",
80da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_initreg.c",
81da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_regs.c",
82da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_retval.c",
83da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/ppc_symbol.c",
84da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/riscv64_corenote.c",
85da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/riscv_cfi.c",
86da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/riscv_corenote.c",
87da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/riscv_init.c",
88da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/riscv_initreg.c",
89da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/riscv_regs.c",
90da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/riscv_retval.c",
91da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/riscv_symbol.c",
92da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390_cfi.c",
93da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390_corenote.c",
94da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390_init.c",
95da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390_initreg.c",
96da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390_regs.c",
97da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390_retval.c",
98da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390_symbol.c",
99da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390_unwind.c",
100da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/s390x_corenote.c",
101da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sh_corenote.c",
102da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sh_init.c",
103da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sh_regs.c",
104da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sh_retval.c",
105da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sh_symbol.c",
106da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc64_corenote.c",
107da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_attrs.c",
108da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_auxv.c",
109da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_cfi.c",
110da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_corenote.c",
111da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_init.c",
112da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_initreg.c",
113da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_regs.c",
114da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_retval.c",
115da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/sparc_symbol.c",
116da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x32_corenote.c",
117da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x86_64_cfi.c",
118da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x86_64_corenote.c",
119da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x86_64_init.c",
120da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x86_64_initreg.c",
121da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x86_64_regs.c",
122da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x86_64_retval.c",
123da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x86_64_symbol.c",
124da0c48c4Sopenharmony_ci  "//third_party/elfutils/backends/x86_64_unwind.c",
125da0c48c4Sopenharmony_ci]
126da0c48c4Sopenharmony_ci
127da0c48c4Sopenharmony_cisources_libcpu = [
128da0c48c4Sopenharmony_ci  "//third_party/elfutils/libcpu/bpf_disasm.c",
129da0c48c4Sopenharmony_ci  "//third_party/elfutils/libcpu/i386_disasm.c",
130da0c48c4Sopenharmony_ci  "//third_party/elfutils/libcpu/riscv_disasm.c",
131da0c48c4Sopenharmony_ci  "//third_party/elfutils/libcpu/x86_64_disasm.c",
132da0c48c4Sopenharmony_ci]
133da0c48c4Sopenharmony_ci
134da0c48c4Sopenharmony_cisources_libdw = [
135da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/cfi.c",
136da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/cie.c",
137da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_abbrev_hash.c",
138da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_abbrevhaschildren.c",
139da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_addrdie.c",
140da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_aggregate_size.c",
141da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_arrayorder.c",
142da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_attr.c",
143da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_attr_integrate.c",
144da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_begin.c",
145da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_begin_elf.c",
146da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_bitoffset.c",
147da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_bitsize.c",
148da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_bytesize.c",
149da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_cfi_addrframe.c",
150da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_cfi_end.c",
151da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_child.c",
152da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_cu_die.c",
153da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_cu_getdwarf.c",
154da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_cu_info.c",
155da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_cuoffset.c",
156da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_decl_column.c",
157da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_decl_file.c",
158da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_decl_line.c",
159da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_default_lower_bound.c",
160da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_die_addr_die.c",
161da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_diecu.c",
162da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_diename.c",
163da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_dieoffset.c",
164da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_end.c",
165da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_entry_breakpoints.c",
166da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_entrypc.c",
167da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_error.c",
168da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_filesrc.c",
169da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_formaddr.c",
170da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_formblock.c",
171da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_formflag.c",
172da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_formref.c",
173da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_formref_die.c",
174da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_formsdata.c",
175da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_formstring.c",
176da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_formudata.c",
177da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_frame_cfa.c",
178da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_frame_info.c",
179da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_frame_register.c",
180da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_func_inline.c",
181da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_get_units.c",
182da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getabbrev.c",
183da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getabbrevattr.c",
184da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getabbrevcode.c",
185da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getabbrevtag.c",
186da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getalt.c",
187da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getarange_addr.c",
188da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getarangeinfo.c",
189da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getaranges.c",
190da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getattrcnt.c",
191da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getattrs.c",
192da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getcfi.c",
193da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getcfi_elf.c",
194da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getelf.c",
195da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getfuncs.c",
196da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getlocation.c",
197da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getlocation_attr.c",
198da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getlocation_die.c",
199da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getlocation_implicit_pointer.c",
200da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getmacros.c",
201da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getpubnames.c",
202da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getscopes.c",
203da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getscopes_die.c",
204da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getscopevar.c",
205da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getsrc_die.c",
206da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getsrc_file.c",
207da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getsrcdirs.c",
208da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getsrcfiles.c",
209da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getsrclines.c",
210da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_getstring.c",
211da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_hasattr.c",
212da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_hasattr_integrate.c",
213da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_haschildren.c",
214da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_hasform.c",
215da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_haspc.c",
216da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_highpc.c",
217da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_line_file.c",
218da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lineaddr.c",
219da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_linebeginstatement.c",
220da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lineblock.c",
221da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_linecol.c",
222da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_linecontext.c",
223da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_linediscriminator.c",
224da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lineendsequence.c",
225da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lineepiloguebegin.c",
226da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_linefunctionname.c",
227da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lineisa.c",
228da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lineno.c",
229da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lineop_index.c",
230da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lineprologueend.c",
231da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_linesrc.c",
232da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_lowpc.c",
233da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_macro_getparamcnt.c",
234da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_macro_getsrcfiles.c",
235da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_macro_opcode.c",
236da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_macro_param.c",
237da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_macro_param1.c",
238da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_macro_param2.c",
239da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_next_cfi.c",
240da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_next_lines.c",
241da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_nextcu.c",
242da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_offabbrev.c",
243da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_offdie.c",
244da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_onearange.c",
245da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_onesrcline.c",
246da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_peel_type.c",
247da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_ranges.c",
248da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_setalt.c",
249da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_siblingof.c",
250da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_sig8_hash.c",
251da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_srclang.c",
252da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_tag.c",
253da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_whatattr.c",
254da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/dwarf_whatform.c",
255da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/fde.c",
256da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/frame-cache.c",
257da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/libdw_alloc.c",
258da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/libdw_find_split_unit.c",
259da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/libdw_findcu.c",
260da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/libdw_form.c",
261da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdw/libdw_visit_scopes.c",
262da0c48c4Sopenharmony_ci]
263da0c48c4Sopenharmony_ci
264da0c48c4Sopenharmony_cisources_libdwelf = [
265da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwelf/dwelf_dwarf_gnu_debugaltlink.c",
266da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwelf/dwelf_elf_begin.c",
267da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwelf/dwelf_elf_e_machine_string.c",
268da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwelf/dwelf_elf_gnu_build_id.c",
269da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwelf/dwelf_elf_gnu_debuglink.c",
270da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwelf/dwelf_scn_gnu_compressed_size.c",
271da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwelf/dwelf_strtab.c",
272da0c48c4Sopenharmony_ci]
273da0c48c4Sopenharmony_ci
274da0c48c4Sopenharmony_cisources_libdwfl = [
275da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/core-file.c",
276da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/cu.c",
277da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/derelocate.c",
278da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_addrdie.c",
279da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_addrdwarf.c",
280da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_addrmodule.c",
281da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_begin.c",
282da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_build_id_find_debuginfo.c",
283da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_build_id_find_elf.c",
284da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_cumodule.c",
285da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_dwarf_line.c",
286da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_end.c",
287da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_error.c",
288da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_frame.c",
289da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_frame_pc.c",
290da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_frame_regs.c",
291da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_getdwarf.c",
292da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_getmodules.c",
293da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_getsrc.c",
294da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_getsrclines.c",
295da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_line_comp_dir.c",
296da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_linecu.c",
297da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_lineinfo.c",
298da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_linemodule.c",
299da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module.c",
300da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_addrdie.c",
301da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_addrname.c",
302da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_addrsym.c",
303da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_build_id.c",
304da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_dwarf_cfi.c",
305da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_eh_cfi.c",
306da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_getdwarf.c",
307da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_getelf.c",
308da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_getsrc.c",
309da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_getsrc_file.c",
310da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_getsym.c",
311da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_info.c",
312da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_nextcu.c",
313da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_register_names.c",
314da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_report_build_id.c",
315da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_module_return_value_location.c",
316da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_nextcu.c",
317da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_onesrcline.c",
318da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_report_elf.c",
319da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_segment_report_module.c",
320da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_validate_address.c",
321da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/dwfl_version.c",
322da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/elf-from-memory.c",
323da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/find-debuginfo.c",
324da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/frame_unwind.c",
325da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/gzip.c",
326da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/image-header.c",
327da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/libdwfl_crc32.c",
328da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/libdwfl_crc32_file.c",
329da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/lines.c",
330da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/link_map.c",
331da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/linux-core-attach.c",
332da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/linux-kernel-modules.c",
333da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/linux-pid-attach.c",
334da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/linux-proc-maps.c",
335da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/offline.c",
336da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/open.c",
337da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/relocate.c",
338da0c48c4Sopenharmony_ci  "//third_party/elfutils/libdwfl/segment.c",
339da0c48c4Sopenharmony_ci]
340da0c48c4Sopenharmony_ci
341da0c48c4Sopenharmony_cisources_libebl = [
342da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/ebl_check_special_section.c",
343da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/ebl_check_special_symbol.c",
344da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/ebl_data_marker_symbol.c",
345da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblabicfi.c",
346da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblauxvinfo.c",
347da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblbackendname.c",
348da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblbsspltp.c",
349da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblcheckobjattr.c",
350da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblcheckreloctargettype.c",
351da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblclosebackend.c",
352da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblcopyrelocp.c",
353da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblcorenote.c",
354da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblcorenotetypename.c",
355da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/ebldebugscnp.c",
356da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/ebldwarftoregno.c",
357da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/ebldynamictagcheck.c",
358da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/ebldynamictagname.c",
359da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblelfclass.c",
360da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblelfdata.c",
361da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblelfmachine.c",
362da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblgotpcreloccheck.c",
363da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblinitreg.c",
364da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblmachineflagcheck.c",
365da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblmachineflagname.c",
366da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblmachinesectionflagcheck.c",
367da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblnonerelocp.c",
368da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblnormalizepc.c",
369da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblobjnote.c",
370da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblobjnotetypename.c",
371da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblopenbackend.c",
372da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblosabiname.c",
373da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblreginfo.c",
374da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblrelativerelocp.c",
375da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblrelocsimpletype.c",
376da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblreloctypecheck.c",
377da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblreloctypename.c",
378da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblrelocvaliduse.c",
379da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblresolvesym.c",
380da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblretval.c",
381da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblsectionname.c",
382da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblsectionstripp.c",
383da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblsectiontypename.c",
384da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblsegmenttypename.c",
385da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblstother.c",
386da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblsymbolbindingname.c",
387da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblsymboltypename.c",
388da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblsysvhashentrysize.c",
389da0c48c4Sopenharmony_ci  "//third_party/elfutils/libebl/eblunwind.c",
390da0c48c4Sopenharmony_ci]
391da0c48c4Sopenharmony_ci
392da0c48c4Sopenharmony_cisources_libelf = [
393da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_checksum.c",
394da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_fsize.c",
395da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_getchdr.c",
396da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_getehdr.c",
397da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_getphdr.c",
398da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_getshdr.c",
399da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_newehdr.c",
400da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_newphdr.c",
401da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_offscn.c",
402da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_updatefile.c",
403da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_updatenull.c",
404da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_xlatetof.c",
405da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf32_xlatetom.c",
406da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_checksum.c",
407da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_fsize.c",
408da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_getchdr.c",
409da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_getehdr.c",
410da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_getphdr.c",
411da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_getshdr.c",
412da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_newehdr.c",
413da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_newphdr.c",
414da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_offscn.c",
415da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_updatefile.c",
416da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_updatenull.c",
417da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_xlatetof.c",
418da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf64_xlatetom.c",
419da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_begin.c",
420da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_clone.c",
421da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_cntl.c",
422da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_compress.c",
423da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_compress_gnu.c",
424da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_end.c",
425da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_error.c",
426da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_fill.c",
427da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_flagdata.c",
428da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_flagehdr.c",
429da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_flagelf.c",
430da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_flagphdr.c",
431da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_flagscn.c",
432da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_flagshdr.c",
433da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getarhdr.c",
434da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getaroff.c",
435da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getarsym.c",
436da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getbase.c",
437da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getdata.c",
438da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getdata_rawchunk.c",
439da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getident.c",
440da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getphdrnum.c",
441da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getscn.c",
442da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getshdrnum.c",
443da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_getshdrstrndx.c",
444da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_gnu_hash.c",
445da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_hash.c",
446da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_kind.c",
447da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_memory.c",
448da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_ndxscn.c",
449da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_newdata.c",
450da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_newscn.c",
451da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_next.c",
452da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_nextscn.c",
453da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_rand.c",
454da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_rawdata.c",
455da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_rawfile.c",
456da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_readall.c",
457da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_scnshndx.c",
458da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_strptr.c",
459da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_update.c",
460da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/elf_version.c",
461da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_checksum.c",
462da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_fsize.c",
463da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getauxv.c",
464da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getchdr.c",
465da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getclass.c",
466da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getdyn.c",
467da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getehdr.c",
468da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getlib.c",
469da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getmove.c",
470da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getnote.c",
471da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getphdr.c",
472da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getrel.c",
473da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getrela.c",
474da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getshdr.c",
475da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getsym.c",
476da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getsyminfo.c",
477da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getsymshndx.c",
478da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getverdaux.c",
479da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getverdef.c",
480da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getvernaux.c",
481da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getverneed.c",
482da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_getversym.c",
483da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_newehdr.c",
484da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_newphdr.c",
485da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_offscn.c",
486da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_auxv.c",
487da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_dyn.c",
488da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_ehdr.c",
489da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_lib.c",
490da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_move.c",
491da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_phdr.c",
492da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_rel.c",
493da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_rela.c",
494da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_shdr.c",
495da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_sym.c",
496da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_syminfo.c",
497da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_symshndx.c",
498da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_verdaux.c",
499da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_verdef.c",
500da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_vernaux.c",
501da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_verneed.c",
502da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_update_versym.c",
503da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_xlate.c",
504da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_xlatetof.c",
505da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/gelf_xlatetom.c",
506da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/libelf_crc32.c",
507da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/libelf_next_prime.c",
508da0c48c4Sopenharmony_ci  "//third_party/elfutils/libelf/nlist.c",
509da0c48c4Sopenharmony_ci]
510