xref: /titanic_41/usr/src/cmd/sgs/liblddbg/common/llib-llddbg (revision d5ace9454616652a717c9831d949dffa319381f9)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21/* LINTLIBRARY */
22/* PROTOLIB1 */
23
24/*
25 * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
26 * Use is subject to license terms.
27 */
28
29#include <sys/types.h>
30#include <sys/auxv.h>
31#include <debug.h>
32
33int	Dbg_setup(dbg_setup_caller_t, const char *, Dbg_desc *, const char **);
34const char *
35	Dbg_demangle_name(const char *);
36
37void	Dbg_args_files(Lm_list *, int, char *);
38void	Dbg_args_opts(Lm_list *, int, int, char *);
39void	Dbg_args_str2chr(Lm_list *, int, const char *, int);
40void	Dbg_args_Wldel(Lm_list *, int, const char *);
41void	Dbg_audit_ignore(Rt_map *);
42void	Dbg_audit_interface(Lm_list *, const char *, const char *);
43void	Dbg_audit_lib(Lm_list *, const char *);
44void	Dbg_audit_object(Lm_list *, const char *, const char *);
45void	Dbg_audit_symval(Lm_list *, const char *, const char *, const char *,
46	    Addr, Addr);
47void	Dbg_audit_skip(Lm_list *, const char *, const char *);
48void	Dbg_audit_terminate(Lm_list *, const char *);
49void	Dbg_audit_version(Lm_list *, const char *, ulong_t);
50
51void	Dbg_tls_modactivity(Lm_list *, void *, uint_t);
52void	Dbg_tls_static_block(Lm_list *, void *, ulong_t, ulong_t);
53void	Dbg_tls_static_resv(Rt_map *, ulong_t, ulong_t);
54
55void	Dbg32_bind_global(Rt_map *, Elf32_Addr, Elf32_Off, Elf32_Word,
56	    Pltbindtype, Rt_map *, Elf32_Addr, Elf32_Off, const char *, uint_t);
57void	Dbg64_bind_global(Rt_map *, Elf64_Addr, Elf64_Off, Elf64_Xword,
58	    Pltbindtype, Rt_map *, Elf64_Addr, Elf64_Off, const char *, uint_t);
59void	Dbg64_bind_pltpad_to(Rt_map *, Addr, const char *, const char *);
60void	Dbg64_bind_pltpad_from(Rt_map *, Addr, const char *);
61void	Dbg32_bind_reject(Rt_map *, Rt_map *, const char *, int);
62void	Dbg64_bind_reject(Rt_map *, Rt_map *, const char *, int);
63void	Dbg32_bind_weak(Rt_map *, Elf32_Addr, Elf32_Addr, const char *);
64void	Dbg64_bind_weak(Rt_map *, Elf64_Addr, Elf64_Addr, const char *);
65
66void	Dbg32_cap_hw_candidate(Lm_list *, const char *);
67void	Dbg64_cap_hw_candidate(Lm_list *, const char *);
68void	Dbg32_cap_hw_filter(Lm_list *, const char *, Rt_map *);
69void	Dbg64_cap_hw_filter(Lm_list *, const char *, Rt_map *);
70void	Dbg32_cap_mapfile(Lm_list *, Elf32_Word, Elf32_Word, Elf32_Half);
71void	Dbg64_cap_mapfile(Lm_list *, Elf64_Xword, Elf64_Xword, Elf64_Half);
72void	Dbg32_cap_sec_entry(Lm_list *, uint_t, Elf32_Word, Elf32_Word,
73	    Elf32_Half);
74void	Dbg64_cap_sec_entry(Lm_list *, uint_t, Elf64_Xword, Elf64_Xword,
75	    Elf64_Half);
76void	Dbg32_cap_sec_title(Lm_list *, const char *);
77void	Dbg64_cap_sec_title(Lm_list *, const char *);
78void	Dbg32_cap_val_hw1(Lm_list *, Elf32_Word, Elf32_Half);
79void	Dbg64_cap_val_hw1(Lm_list *, Elf64_Xword, Elf64_Half);
80
81void	Dbg32_ent_print(Lm_list *, uchar_t, Elf32_Half, Alist *, Boolean);
82void	Dbg64_ent_print(Lm_list *, uchar_t, Elf64_Half, Alist *, Boolean);
83
84void	Dbg32_file_analyze(Rt_map *);
85void	Dbg64_file_analyze64(Rt_map *);
86void	Dbg32_file_aout(Lm_list *, const char *, Addr, size_t, const char *,
87	    Aliste);
88void	Dbg64_file_aout(Lm_list *, const char *, Addr, size_t, const char *,
89	    Aliste);
90void	Dbg32_file_archive(Lm_list *, const char *, int);
91void	Dbg64_file_archive(Lm_list *, const char *, int);
92void	Dbg32_file_bind_entry(Lm_list *, Bnd_desc *);
93void	Dbg64_file_bind_entry(Lm_list *, Bnd_desc *);
94void	Dbg32_file_bindings(Rt_map *, int);
95void	Dbg64_file_bindings(Rt_map *, int);
96void	Dbg32_file_config_dis(Lm_list *, const char *, int);
97void	Dbg64_file_config_dis(Lm_list *, const char *, int);
98void	Dbg32_file_config_obj(Lm_list *, const char *, const char *,
99	    const char *);
100void	Dbg64_file_config_obj(Lm_list *, const char *, const char *,
101	    const char *);
102void	Dbg32_file_cntl(Lm_list *, Aliste, Aliste);
103void	Dbg64_file_cntl(Lm_list *, Aliste, Aliste);
104void	Dbg32_file_cleanup(Lm_list *, const char *, Aliste);
105void	Dbg64_file_cleanup(Lm_list *, const char *, Aliste);
106void	Dbg32_file_del_rescan(Lm_list *);
107void	Dbg64_file_del_rescan(Lm_list *);
108void	Dbg32_file_delete(Rt_map *);
109void	Dbg64_file_delete(Rt_map *);
110void	Dbg32_file_dlclose(Lm_list *, const char *, int);
111void	Dbg64_file_dlclose(Lm_list *, const char *, int);
112void	Dbg32_file_dldump(Rt_map *, const char *, int);
113void	Dbg64_file_dldump(Rt_map *, const char *, int);
114void	Dbg32_file_dlopen(Rt_map *, const char *, int *, int);
115void	Dbg64_file_dlopen(Rt_map *, const char *, int *, int);
116void	Dbg32_file_elf(Lm_list *, const char *, Addr, size_t, const char *,
117	    Aliste);
118void	Dbg64_file_elf(Lm_list *, const char *, Addr, size_t, const char *,
119	    Aliste);
120void	Dbg32_file_filtee(Lm_list *, const char *, const char *, int);
121void	Dbg64_file_filtee(Lm_list *, const char *, const char *, int);
122void	Dbg32_file_filter(Lm_list *, const char *, const char *, int);
123void	Dbg64_file_filter(Lm_list *, const char *, const char *, int);
124void	Dbg64_file_fixname(Lm_list *, const char *, const char *);
125void	Dbg32_file_fixname(Lm_list *, const char *, const char *);
126void	Dbg32_file_hdl_action(Grp_hdl *, Rt_map *, int, uint_t);
127void	Dbg64_file_hdl_action(Grp_hdl *, Rt_map *, int, uint_t);
128void	Dbg32_file_hdl_collect(Grp_hdl *, const char *);
129void	Dbg64_file_hdl_collect(Grp_hdl *, const char *);
130void	Dbg32_file_hdl_title(int);
131void	Dbg64_file_hdl_title(int);
132void	Dbg64_file_lazyload(Rt_map *, const char *, const char *);
133void	Dbg32_file_lazyload(Rt_map *, const char *, const char *);
134void	Dbg32_file_ldso(Rt_map *, char **, auxv_t *, const char *, Aliste);
135void	Dbg64_file_ldso(Rt_map *, char **, auxv_t *, const char *, Aliste);
136void	Dbg32_file_mmapobj(Lm_list *, const char *, mmapobj_result_t *, uint_t);
137void	Dbg64_file_mmapobj(Lm_list *, const char *, mmapobj_result_t *, uint_t);
138void	Dbg32_file_mode_promote(Rt_map *, int);
139void	Dbg64_file_mode_promote(Rt_map *, int);
140void	Dbg32_file_modified(Lm_list *, const char *, const char *, const char *,
141	    int, int, Elf *, Elf *);
142void	Dbg64_file_modified(Lm_list *, const char *, const char *, const char *,
143	    int, int, Elf *, Elf *);
144void	Dbg32_file_needed(Rt_map *, const char *);
145void	Dbg64_file_needed(Rt_map *, const char *);
146void	Dbg32_file_output(Ofl_desc *);
147void	Dbg64_file_output64(Ofl_desc *);
148void	Dbg32_file_preload(Lm_list *, const char *);
149void	Dbg64_file_preload(Lm_list *, const char *);
150void	Dbg32_file_prot(Rt_map *, int);
151void	Dbg64_file_prot(Rt_map *, int);
152void	Dbg32_file_rejected(Lm_list *, Rej_desc *, Elf32_Half);
153void	Dbg64_file_rejected(Lm_list *, Rej_desc *, Elf32_Half);
154void	Dbg32_file_reuse(Lm_list *, const char *, const char *);
155void	Dbg64_file_reuse(Lm_list *, const char *, const char *);
156void	Dbg32_file_skip(Lm_list *, const char *, const char *);
157void	Dbg64_file_skip(Lm_list *, const char *, const char *);
158
159void	Dbg32_got_display(Ofl_desc *, Elf32_Off, int,
160	    Elf32_Word, size_t m_got_entsize);
161void	Dbg64_got_display(Ofl_desc *, Elf64_Off, int,
162	    Elf64_Word, size_t m_got_entsize);
163
164void	Dbg32_libs_audit(Lm_list *, const char *, const char *);
165void	Dbg64_libs_audit(Lm_list *, const char *, const char *);
166void	Dbg32_libs_find(Lm_list *, const char *);
167void	Dbg64_libs_find(Lm_list *, const char *);
168void	Dbg32_libs_found(Lm_list *, const char *, int);
169void	Dbg64_libs_found(Lm_list *, const char *, int);
170void	Dbg32_libs_insecure(Lm_list *, const char *, int);
171void	Dbg64_libs_insecure(Lm_list *, const char *, int);
172void	Dbg32_libs_init(Lm_list *, APlist *, APlist *);
173void	Dbg64_libs_init(Lm_list *, APlist *, APlist *);
174void	Dbg32_libs_l(Lm_list *, const char *, const char *);
175void	Dbg64_libs_l(Lm_list *, const char *, const char *);
176void	Dbg32_libs_path(Lm_list *, const char *, uint_t, const char *);
177void	Dbg64_libs_path(Lm_list *, const char *, uint_t, const char *);
178void	Dbg32_libs_req(Lm_list *, const char *, const char *, const char *);
179void	Dbg64_libs_req(Lm_list *, const char *, const char *, const char *);
180void	Dbg32_libs_update(Lm_list *, APlist *, APlist *);
181void	Dbg64_libs_update(Lm_list *, APlist *, APlist *);
182void	Dbg32_libs_yp(Lm_list *, const char *);
183void	Dbg64_libs_yp(Lm_list *, const char *);
184void	Dbg32_libs_ylu(Lm_list *, const char *, const char *, int);
185void	Dbg64_libs_ylu(Lm_list *, const char *, const char *, int);
186
187void	Dbg32_map_dash(Lm_list *, const char *, Sdf_desc *);
188void	Dbg64_map_dash(Lm_list *, const char *, Sdf_desc *);
189void	Dbg32_map_ent(Lm_list *, Boolean, Ent_desc *, Ofl_desc *);
190void	Dbg64_map_ent(Lm_list *, Boolean, Ent_desc *, Ofl_desc *);
191void	Dbg32_map_parse(Lm_list *, const char *);
192void	Dbg64_map_parse(Lm_list *, const char *);
193void	Dbg32_map_pipe(Lm_list *, Sg_desc *, const char *, Elf32_Word);
194void	Dbg64_map_pipe(Lm_list *, Sg_desc *, const char *, Elf64_Word);
195void	Dbg32_map_set_atsign(Boolean);
196void	Dbg64_map_set_atsign(Boolean);
197void	Dbg32_map_seg(Ofl_desc *, int, Sg_desc *);
198void	Dbg64_map_seg(Ofl_desc *, int, Sg_desc *);
199void	Dbg32_map_set_equal(Boolean);
200void	Dbg64_map_set_equal(Boolean);
201void	Dbg32_map_size_new(Lm_list *, const char *);
202void	Dbg64_map_size_new(Lm_list *, const char *);
203void	Dbg32_map_size_old(Ofl_desc *, Sym_desc *);
204void	Dbg64_map_size_old(Ofl_desc *, Sym_desc *);
205void	Dbg32_map_sort(Lm_list *);
206void	Dbg64_map_sort(Lm_list *);
207void	Dbg32_map_sort_seg(Lm_list *, Sg_desc *, int);
208void	Dbg64_map_sort_seg(Lm_list *, Sg_desc *, int);
209void	Dbg32_map_symbol(Ofl_desc *, Sym_desc *);
210void	Dbg64_map_symbol(Ofl_desc *, Sym_desc *);
211void	Dbg32_map_version(Lm_list *, const char *, const char *, int);
212void	Dbg64_map_version(Lm_list *, const char *, const char *, int);
213
214void	Dbg32_move_adjexpandreloc(Lm_list *, Elf32_Word, const char *);
215void	Dbg64_move_adjexpandreloc(Lm_list *, Elf64_Xword, const char *);
216void	Dbg32_move_adjmovereloc(Lm_list *, Elf32_Word, Elf32_Word,
217	    const char *);
218void	Dbg64_move_adjmovereloc(Lm_list *, Elf64_Xword, Elf64_Xword,
219	    const char *);
220void	Dbg32_move_bad(Lm_list *, ulong_t, const char *, Addr);
221void	Dbg64_move_bad(Lm_list *, ulong_t, const char *, Addr);
222void	Dbg32_move_data(Rt_map *);
223void	Dbg64_move_data(Rt_map *);
224void	Dbg32_move_entry1(Lm_list *, int, Move *, Sym_desc *);
225void	Dbg64_move_entry1(Lm_list *, int, Move *, Sym_desc *);
226void	Dbg32_move_entry2(Lm_list *, Elf32_Move *, Elf32_Word, const char *);
227void	Dbg64_move_entry2(Lm_list *, Elf64_Move *, Elf64_Word, const char *);
228void	Dbg32_move_expand(Lm_list *, Elf32_Move *, Elf32_Addr);
229void	Dbg64_move_expand(Lm_list *, Elf64_Move *, Elf64_Addr);
230void	Dbg32_move_input(Lm_list *, const char *);
231void	Dbg64_move_input(Lm_list *, const char *);
232void	Dbg32_move_outmove(Lm_list *, const char *);
233void	Dbg64_move_outmove(Lm_list *, const char *);
234void	Dbg32_move_outsctadj(Lm_list *, Sym_desc *);
235void	Dbg64_move_outsctadj(Lm_list *, Sym_desc *);
236void	Dbg32_move_parexpn(Lm_list *, const char *, const char *);
237void	Dbg64_move_parexpn(Lm_list *, const char *, const char *);
238
239void	Dbg32_reloc_apply_reg(Lm_list *, int, Elf32_Half, Elf32_Word,
240	    Elf32_Word);
241void	Dbg64_reloc_apply_reg(Lm_list *, int, Elf64_Half, Elf64_Xword,
242	    Elf64_Xword);
243void	Dbg32_reloc_apply_val(Lm_list *, int, Elf32_Word, Elf32_Word);
244void	Dbg64_reloc_apply_val(Lm_list *, int, Elf64_Xword, Elf64_Xword);
245void	Dbg32_reloc_ars_entry(Lm_list *, int, Elf32_Word, Elf32_Half, Rel_desc *);
246void	Dbg64_reloc_ars_entry(Lm_list *, int, Elf64_Word, Elf64_Half, Rel_desc *);
247void	Dbg32_reloc_copy(Rt_map *, Rt_map *, const char *, int);
248void	Dbg64_reloc_copy(Rt_map *, Rt_map *, const char *, int);
249void	Dbg32_reloc_discard(Lm_list *, Elf32_Half, Rel_desc *);
250void	Dbg64_reloc_discard(Lm_list *, Elf64_Half, Rel_desc *);
251void	Dbg32_reloc_doact(Lm_list *, int, Elf32_Half, Elf32_Word, Elf32_Word,
252	    Elf32_Word, Elf32_Word, const char *, Os_desc *);
253void	Dbg64_reloc_doact(Lm_list *, int, Elf64_Half, Elf64_Word, Elf64_Word,
254	    Elf64_Xword, Elf64_Xword, const char *, Os_desc *);
255void	Dbg32_reloc_doact_title(Lm_list *);
256void	Dbg64_reloc_doact_title(Lm_list *);
257void	Dbg32_reloc_dooutrel(Lm_list *, Elf32_Word);
258void	Dbg64_reloc_dooutrel(Lm_list *, Elf64_Word);
259void	Dbg32_reloc_entry(Lm_list *, const char *, Elf32_Half, Elf32_Word,
260	    void *, const char *, const char *, const char *);
261void	Dbg64_reloc_entry(Lm_list *, const char *, Elf64_Half, Elf64_Word,
262	    void *, const char *, const char *, const char *);
263void	Dbg32_reloc_error(Lm_list *, int, Elf32_Half, Elf32_Word, void *,
264	    const char *);
265void	Dbg64_reloc_error(Lm_list *, int, Elf64_Half, Elf64_Word, void *,
266	    const char *);
267void	Dbg32_reloc_generate(Lm_list *, Os_desc *, Elf32_Word);
268void	Dbg64_reloc_generate(Lm_list *, Os_desc *, Elf64_Word);
269void	Dbg32_reloc_in(Lm_list *, int, Elf32_Half, Elf32_Word, void *,
270	    const char *, Elf32_Word, const char *);
271void	Dbg64_reloc_in(Lm_list *, int, Elf64_Half, Elf64_Word, void *,
272	    const char *, Elf64_Word, const char *);
273void	Dbg32_reloc_ors_entry(Lm_list *, int, Elf32_Word, Elf32_Half, Rel_desc *);
274void	Dbg64_reloc_ors_entry(Lm_list *, int, Elf64_Word, Elf64_Half, Rel_desc *);
275void	Dbg32_reloc_out(Ofl_desc *, int, Elf32_Word, void *, const char *,
276	    const char *);
277void	Dbg64_reloc_out(Ofl_desc *, int, Elf64_Word, void *, const char *,
278	    const char *);
279void	Dbg32_reloc_proc(Lm_list *, Os_desc *, Is_desc *, Is_desc *);
280void	Dbg64_reloc_proc(Lm_list *, Os_desc *, Is_desc *, Is_desc *);
281void	Dbg32_reloc_run(Rt_map *, uint_t, int, int);
282void	Dbg64_reloc_run(Rt_map *, uint_t, int, int);
283void	Dbg32_reloc_transition(Lm_list *, Elf32_Half, Elf32_Word, Rel_desc *);
284void	Dbg64_reloc_transition(Lm_list *, Elf64_Half, Elf64_Word, Rel_desc *);
285
286void	Dbg32_sec_added(Lm_list *, Os_desc *, Sg_desc *);
287void	Dbg64_sec_added(Lm_list *, Os_desc *, Sg_desc *);
288void	Dbg32_sec_backing(Lm_list *);
289void	Dbg64_sec_backing(Lm_list *);
290void	Dbg32_sec_created(Lm_list *, Os_desc *, Sg_desc *);
291void	Dbg64_sec_created(Lm_list *, Os_desc *, Sg_desc *);
292void	Dbg32_sec_discarded(Lm_list *, Is_desc *, Is_desc *);
293void	Dbg64_sec_discarded(Lm_list *, Is_desc *, Is_desc *);
294void	Dbg32_sec_group(Lm_list *, Is_desc *, Group_desc *);
295void	Dbg64_sec_group(Lm_list *, Is_desc *, Group_desc *);
296void	Dbg32_sec_gnu_comdat(Lm_list *, Is_desc *, uint_t, uint_t);
297void	Dbg64_sec_gnu_comdat(Lm_list *, Is_desc *, uint_t, uint_t);
298void	Dbg32_sec_in(Lm_list *, Is_desc *);
299void	Dbg64_sec_in(Lm_list *, Is_desc *);
300void	Dbg32_sec_order_error(Lm_list *, Ifl_desc *, Elf32_Word, int);
301void	Dbg64_sec_order_error(Lm_list *, Ifl_desc *, Elf64_Word, int);
302void	Dbg32_sec_order_list(Ofl_desc *, int);
303void	Dbg64_sec_order_list(Ofl_desc *, int);
304void	Dbg32_sec_redirected(Lm_list *, Is_desc *, const char *);
305void	Dbg64_sec_redirected(Lm_list *, Is_desc *, const char *);
306void	Dbg32_sec_strtab(Lm_list *, Os_desc *, Str_tbl *);
307void	Dbg64_sec_strtab(Lm_list *, Os_desc *, Str_tbl *);
308
309void	Dbg32_seg_desc_entry(Lm_list *, uchar_t, Elf32_Half, int, Sg_desc *);
310void	Dbg64_seg_desc_entry(Lm_list *, uchar_t, Elf64_Half, int, Sg_desc *);
311void	Dbg32_seg_entry(Ofl_desc *, int, Sg_desc *);
312void	Dbg64_seg_entry(Ofl_desc *, int, Sg_desc *);
313void	Dbg32_seg_list(Lm_list *, uchar_t, Elf32_Half, APlist *);
314void	Dbg64_seg_list(Lm_list *, uchar_t, Elf64_Half, APlist *);
315void	Dbg32_seg_os(Ofl_desc *, Os_desc *, int);
316void	Dbg64_seg_os(Ofl_desc *, Os_desc *, int);
317void    Dbg32_seg_title(Lm_list *);
318void    Dbg64_seg_title(Lm_list *);
319
320void	Dbg32_shdr_modified(Lm_list *, const char *, uchar_t, Half,
321	    Elf32_Word, Shdr *, Shdr *, const char *);
322void	Dbg64_shdr_modified(Lm_list *, const char *, uchar_t, Half,
323	    Elf64_Word, Shdr *, Shdr *, const char *);
324
325void	Dbg32_statistics_ar(Ofl_desc *);
326void	Dbg64_statistics_ar(Ofl_desc *);
327void	Dbg32_statistics_ld(Ofl_desc *);
328void	Dbg64_statistics_ld(Ofl_desc *);
329
330void	Dbg32_support_action(Lm_list *, const char *, const char *, Support_ndx,
331	    const char *);
332void	Dbg64_support_action(Lm_list *, const char *, const char *, Support_ndx,
333	    const char *);
334void	Dbg32_support_load(Lm_list *, const char *, const char *);
335void	Dbg64_support_load(Lm_list *, const char *, const char *);
336void	Dbg32_support_req(Lm_list *, const char *, int);
337void	Dbg64_support_req(Lm_list *, const char *, int);
338
339void	Dbg32_syminfo_entry(Lm_list *, Elf32_Word, Syminfo *, Sym *, const char *,
340	    Dyn *);
341void	Dbg64_syminfo_entry(Lm_list *, Elf64_Word, Syminfo *, Sym *, const char *,
342	    Dyn *);
343void	Dbg32_syminfo_title(Lm_list *);
344void	Dbg64_syminfo_title(Lm_list *);
345
346void	Dbg32_syms_ar_checking(Lm_list *, Xword, Elf_Arsym *, const char *);
347void	Dbg64_syms_ar_checking(Lm_list *, Xword, Elf_Arsym *, const char *);
348void	Dbg32_syms_ar_entry(Lm_list *, Xword, Elf_Arsym *);
349void	Dbg64_syms_ar_entry(Lm_list *, Xword, Elf_Arsym *);
350void	Dbg32_syms_ar_resolve(Lm_list *, Xword, Elf_Arsym *, const char *, int);
351void	Dbg64_syms_ar_resolve(Lm_list *, Xword, Elf_Arsym *, const char *, int);
352void	Dbg32_syms_ar_title(Lm_list *, const char *, int);
353void	Dbg64_syms_ar_title(Lm_list *, const char *, int);
354void	Dbg32_syms_created(Lm_list *, const char *);
355void	Dbg64_syms_created(Lm_list *, const char *);
356void	Dbg32_syms_discarded(Lm_list *, Sym_desc *);
357void	Dbg64_syms_discarded(Lm_list *, Sym_desc *);
358void	Dbg32_syms_dlsym(Rt_map *, const char *, int *, const char *, int);
359void	Dbg64_syms_dlsym(Rt_map *, const char *, int *, const char *, int);
360void	Dbg32_syms_entered(Ofl_desc *, Sym *, Sym_desc *);
361void	Dbg64_syms_entered(Ofl_desc *, Sym *, Sym_desc *);
362void	Dbg32_syms_entry(Lm_list *, Elf32_Word, Sym_desc *);
363void	Dbg64_syms_entry(Lm_list *, Elf64_Word, Sym_desc *);
364void	Dbg32_syms_global(Lm_list *, Elf32_Word, const char *);
365void	Dbg64_syms_global(Lm_list *, Elf64_Word, const char *);
366void	Dbg32_syms_ignore(Ofl_desc *, Sym_desc *);
367void	Dbg64_syms_ignore(Ofl_desc *, Sym_desc *);
368void	Dbg32_syms_lazy_rescan(Lm_list *, const char *);
369void	Dbg64_syms_lazy_rescan(Lm_list *, const char *);
370void	Dbg32_syms_lookup(Rt_map *, const char *, const char *);
371void	Dbg64_syms_lookup(Rt_map *, const char *, const char *);
372void	Dbg32_syms_lookup_aout(Lm_list *, const char *);
373void	Dbg32_syms_new(Ofl_desc *, Sym *, Sym_desc *);
374void	Dbg64_syms_new(Ofl_desc *, Sym *, Sym_desc *);
375void	Dbg32_syms_old(Ofl_desc *, Sym_desc *);
376void	Dbg64_syms_old(Ofl_desc *, Sym_desc *);
377void	Dbg32_syms_process(Lm_list *, Ifl_desc *);
378void	Dbg64_syms_process(Lm_list *, Ifl_desc *);
379void	Dbg32_syms_reduce(Ofl_desc *, int, Sym_desc *, int, const char *);
380void	Dbg64_syms_reduce(Ofl_desc *, int, Sym_desc *, int, const char *);
381void	Dbg32_syms_reloc(Ofl_desc *, Sym_desc *);
382void	Dbg64_syms_reloc(Ofl_desc *, Sym_desc *);
383void	Dbg32_syms_resolved(Ofl_desc *, Sym_desc *);
384void	Dbg64_syms_resolved(Ofl_desc *, Sym_desc *);
385void	Dbg32_syms_resolving(Ofl_desc *, Elf32_Word, const char *, int, int,
386	    Sym *, Sym *, Sym_desc *, Ifl_desc *);
387void	Dbg64_syms_resolving(Ofl_desc *, Elf64_Word, const char *, int, int,
388	    Sym *, Sym *, Sym_desc *, Ifl_desc *);
389void	Dbg32_syms_sec_entry(Lm_list *, Elf32_Word, Sg_desc *, Os_desc *);
390void	Dbg64_syms_sec_entry(Lm_list *, Elf64_Word, Sg_desc *, Os_desc *);
391void	Dbg32_syms_sec_title(Lm_list *);
392void	Dbg64_syms_sec_title(Lm_list *);
393void	Dbg32_syms_spec_title(Lm_list *);
394void	Dbg64_syms_spec_title(Lm_list *);
395void	Dbg32_syms_updated(Ofl_desc *, Sym_desc *, const char *);
396void	Dbg64_syms_updated(Ofl_desc *, Sym_desc *, const char *);
397void	Dbg32_syms_up_title(Lm_list *);
398void	Dbg64_syms_up_title(Lm_list *);
399
400void	Dbg32_util_broadcast(Rt_map *);
401void	Dbg64_util_broadcast(Rt_map *);
402void	Dbg32_util_call_array(Rt_map *, void *, int, Elf32_Word);
403void	Dbg64_util_call_array(Rt_map *, void *, int, Elf64_Word);
404void	Dbg32_util_call_fini(Rt_map *);
405void	Dbg64_util_call_fini(Rt_map *);
406void	Dbg32_util_call_init(Rt_map *, int);
407void	Dbg64_util_call_init(Rt_map *, int);
408void	Dbg32_util_call_main(Rt_map *);
409void	Dbg64_util_call_main(Rt_map *);
410void	Dbg32_util_collect(Rt_map *, int, int);
411void	Dbg64_util_collect(Rt_map *, int, int);
412void	Dbg32_util_dbnotify(Lm_list *, rd_event_e, r_state_e);
413void	Dbg64_util_dbnotify(Lm_list *, rd_event_e, r_state_e);
414void	Dbg32_util_edge_in(Lm_list *, Rt_map *, uint_t, Rt_map *, int, int);
415void	Dbg64_util_edge_in(Lm_list *, Rt_map *, uint_t, Rt_map *, int, int);
416void	Dbg32_util_edge_out(Rt_map *, Rt_map *);
417void	Dbg64_util_edge_out(Rt_map *, Rt_map *);
418void	Dbg32_util_intoolate(Rt_map *);
419void	Dbg64_util_intoolate(Rt_map *);
420void    Dbg32_util_lcinterface(Rt_map *, int, char *);
421void    Dbg64_util_lcinterface(Rt_map *, int, char *);
422void	Dbg32_util_nl(Lm_list *, int);
423void	Dbg64_util_nl(Lm_list *, int);
424void	Dbg32_util_no_init(Rt_map *);
425void	Dbg64_util_no_init(Rt_map *);
426void	Dbg32_util_scc_entry(Rt_map *, uint_t);
427void	Dbg64_util_scc_entry(Rt_map *, uint_t);
428void	Dbg32_util_scc_title(Lm_list *, int);
429void	Dbg64_util_scc_title(Lm_list *, int);
430void	Dbg32_util_str(Lm_list *, const char  *);
431void	Dbg64_util_str(Lm_list *, const char  *);
432void	Dbg32_util_wait(Rt_map *, Rt_map *, int);
433void	Dbg64_util_wait(Rt_map *, Rt_map *, int);
434
435void	Dbg32_unused_file(Lm_list *, const char *, int, uint_t);
436void	Dbg64_unused_file(Lm_list *, const char *, int, uint_t);
437void    Dbg32_unused_lcinterface(Rt_map *, Rt_map *, int);
438void    Dbg64_unused_lcinterface(Rt_map *, Rt_map *, int);
439void	Dbg32_unused_path(Lm_list *, const char *, uint_t, uint_t,
440	    const char *);
441void	Dbg64_unused_path(Lm_list *, const char *, uint_t, uint_t,
442	    const char *);
443void	Dbg32_unused_sec(Lm_list *, Is_desc *);
444void	Dbg64_unused_sec(Lm_list *, Is_desc *);
445void	Dbg32_unused_unref(Rt_map *, const char *);
446void	Dbg64_unused_unref(Rt_map *, const char *);
447
448void	Dbg32_ver_need_entry(Lm_list *, Half, const char *, const char *);
449void	Dbg64_ver_need_entry(Lm_list *, Half, const char *, const char *);
450void	Dbg32_ver_need_title(Lm_list *, const char *);
451void	Dbg64_ver_need_title(Lm_list *, const char *);
452
453const char *Elf_demangle_name(const char *);
454
455void Elf_syminfo_entry(Lm_list *, Word, Syminfo *, const char *, const char *);
456void Elf_syminfo_title(Lm_list *);
457void Elf_ver_def_title(Lm_list *);
458void Elf_ver_need_title(Lm_list *, int);
459void Elf_ver_line_1(Lm_list *, const char *, const char *, const char *,
460    const char *);
461void Elf_ver_line_2(Lm_list *, const char *, const char *);
462void Elf_ver_line_3(Lm_list *, const char *, const char *, const char *);
463void Elf_ver_line_4(Lm_list *, const char *);
464void Elf_ver_line_5(Lm_list *, const char *, const char *);
465
466void Elf64_cap_entry(Lm_list *, Elf64_Cap *, int ndx, Elf64_Half);
467void Elf32_cap_entry(Lm_list *, Elf32_Cap *, int ndx, Elf32_Half);
468void Elf64_cap_title(Lm_list *);
469void Elf32_cap_title(Lm_list *);
470
471void Elf64_dyn_entry(Lm_list *, Elf64_Dyn *, int, const char *, uchar_t,
472    Elf64_Half);
473void Elf32_dyn_entry(Lm_list *, Elf32_Dyn *, int, const char *, uchar_t,
474    Elf32_Half);
475void Elf64_dyn_null_entry(Lm_list *, Elf64_Dyn *, int, int);
476void Elf32_dyn_null_entry(Lm_list *, Elf32_Dyn *, int, int);
477void Elf64_dyn_title(Lm_list *);
478void Elf32_dyn_title(Lm_list *);
479
480void Elf64_ehdr(Lm_list *, Elf64_Ehdr *, Elf64_Shdr *);
481void Elf32_ehdr(Lm_list *, Elf32_Ehdr *, Elf32_Shdr *);
482
483void Elf64_got_entry(Lm_list *, Elf64_Sword, Elf64_Addr, Elf64_Xword,
484    Elf64_Half, uchar_t, uchar_t, Elf64_Word, void *, const char *);
485void Elf32_got_entry(Lm_list *, Elf32_Sword, Elf32_Addr, Elf32_Word,
486    Elf32_Half, uchar_t, uchar_t, Elf32_Word, void *, const char *);
487void Elf64_got_title(Lm_list *);
488void Elf32_got_title(Lm_list *);
489
490void Elf64_phdr(Lm_list *, uchar_t, Elf64_Half, Elf64_Phdr *);
491void Elf32_phdr(Lm_list *, uchar_t, Elf32_Half, Elf32_Phdr *);
492
493void Elf64_reloc_apply_reg(Lm_list *, int, Elf64_Half, Elf64_Xword,
494    Elf64_Xword);
495void Elf32_reloc_apply_reg(Lm_list *, int, Elf32_Half, Elf32_Word,
496    Elf32_Word);
497void Elf64_reloc_apply_val(Lm_list *, int, Elf64_Xword, Elf64_Xword);
498void Elf32_reloc_apply_val(Lm_list *, int, Elf32_Word, Elf32_Word);
499void Elf64_reloc_entry_1(Lm_list *, int, const char *, Elf64_Half, Word, void *,
500    const char *, const char *, const char *);
501void Elf32_reloc_entry_1(Lm_list *, int, const char *, Elf32_Half, Word, void *,
502    const char *, const char *, const char *);
503void Elf64_reloc_entry_2(Lm_list *, int, const char *, Word, const char *,
504    Elf64_Addr, Elf64_Sxword, const char *, const char *, const char *);
505void Elf32_reloc_entry_2(Lm_list *, int, const char *, Word, const char *,
506    Elf32_Addr, Elf32_Sword, const char *, const char *, const char *);
507void Elf64_reloc_title(Lm_list *, int, Word);
508void Elf32_reloc_title(Lm_list *, int, Word);
509
510void Elf64_shdr(Lm_list *, uchar_t, Elf64_Half, Elf64_Shdr *);
511void Elf32_shdr(Lm_list *, uchar_t, Elf32_Half, Elf32_Shdr *);
512
513void Elf64_syms_table_entry(Lm_list *, int, const char *, uchar_t, Elf64_Half,
514    Elf64_Sym *, Elf64_Versym, int, const char *, const char *);
515void Elf32_syms_table_entry(Lm_list *, int, const char *, uchar_t, Elf32_Half,
516    Elf32_Sym *, Elf32_Versym, int, const char *, const char *);
517void Elf64_syms_table_title(Lm_list *, int);
518void Elf32_syms_table_title(Lm_list *, int);
519