xref: /titanic_41/usr/src/cmd/sgs/liblddbg/common/llib-llddbg (revision bf8599311c92f3dbd7e51f465d9da6668b81187d)
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 (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
26 */
27
28#include <sys/types.h>
29#include <sys/auxv.h>
30#include <debug.h>
31
32int	Dbg_setup(dbg_setup_caller_t, const char *, Dbg_desc *, const char **);
33void	Dbg_help(void);
34void	Dbg_version(void);
35const char *
36	Dbg_demangle_name(const char *);
37
38void	Dbg_args_file(Lm_list *, int, char *);
39void	Dbg_args_option(Lm_list *, int, int, char *);
40void	Dbg_args_str2chr(Lm_list *, int, const char *, int);
41void	Dbg_args_Wldel(Lm_list *, int, const char *);
42void	Dbg_audit_ignore(Rt_map *);
43void	Dbg_audit_interface(Lm_list *, const char *, const char *);
44void	Dbg_audit_lib(Lm_list *, const char *);
45void	Dbg_audit_object(Lm_list *, const char *, const char *);
46void	Dbg_audit_symval(Lm_list *, const char *, const char *, const char *,
47	    Addr, Addr);
48void	Dbg_audit_skip(Lm_list *, const char *, const char *);
49void	Dbg_audit_terminate(Lm_list *, const char *);
50void	Dbg_audit_version(Lm_list *, const char *, ulong_t);
51
52void	Dbg_basic_collect(Lm_list *);
53void	Dbg_basic_create(Lm_list *);
54void	Dbg_basic_files(Lm_list *);
55void	Dbg_basic_finish(Lm_list *);
56void	Dbg_basic_options(Lm_list *);
57void	Dbg_basic_relocate(Lm_list *);
58void	Dbg_basic_validate(Lm_list *);
59
60void	Dbg_tls_modactivity(Lm_list *, void *, uint_t);
61void	Dbg_tls_static_block(Lm_list *, void *, ulong_t, ulong_t);
62void	Dbg_tls_static_resv(Rt_map *, ulong_t, ulong_t);
63
64void	Dbg32_bind_global(Rt_map *, Elf32_Addr, Elf32_Off, Elf32_Word,
65	    Pltbindtype, Rt_map *, Elf32_Addr, Elf32_Off, const char *, uint_t);
66void	Dbg64_bind_global(Rt_map *, Elf64_Addr, Elf64_Off, Elf64_Xword,
67	    Pltbindtype, Rt_map *, Elf64_Addr, Elf64_Off, const char *, uint_t);
68void	Dbg64_bind_pltpad_to(Rt_map *, Addr, const char *, const char *);
69void	Dbg64_bind_pltpad_from(Rt_map *, Addr, const char *);
70void	Dbg32_bind_reject(Rt_map *, Rt_map *, const char *, int);
71void	Dbg64_bind_reject(Rt_map *, Rt_map *, const char *, int);
72void	Dbg32_bind_weak(Rt_map *, Elf32_Addr, Elf32_Addr, const char *);
73void	Dbg64_bind_weak(Rt_map *, Elf64_Addr, Elf64_Addr, const char *);
74
75void	Dbg32_cap_candidate(Lm_list *, const char *);
76void	Dbg64_cap_candidate(Lm_list *, const char *);
77void	Dbg32_cap_filter(Lm_list *, const char *, Rt_map *);
78void	Dbg64_cap_filter(Lm_list *, const char *, Rt_map *);
79void	Dbg32_cap_id(Lm_list *, Lineno, const char *, const char *);
80void	Dbg64_cap_id(Lm_list *, Lineno, const char *, const char *);
81void	Dbg32_cap_mapfile_title(Lm_list *, Lineno);
82void	Dbg64_cap_mapfile_title(Lm_list *, Lineno);
83void	Dbg32_cap_post_title(Lm_list *, int *);
84void	Dbg64_cap_post_title(Lm_list *, int *);
85void	Dbg32_cap_out_title(Lm_list *);
86void	Dbg64_cap_out_title(Lm_list *);
87void	Dbg32_cap_sec_title(Lm_list *, const char *);
88void	Dbg64_cap_sec_title(Lm_list *, const char *);
89void	Dbg32_cap_val(Lm_list *, Syscapset *, Syscapset *, Elf32_Half);
90void	Dbg64_cap_val(Lm_list *, Syscapset *, Syscapset *, Elf64_Half);
91
92void	Dbg32_dl_dladdr(Rt_map *, void *);
93void	Dbg64_dl_dladdr(Rt_map *, void *);
94void	Dbg32_dl_dlclose(Rt_map *, const char *, int);
95void	Dbg64_dl_dlclose(Rt_map *, const char *, int);
96void	Dbg32_dl_dldump(Rt_map *, const char *, const char *, int);
97void	Dbg64_dl_dldump(Rt_map *, const char *, const char *, int);
98void	Dbg32_dl_dlerror(Rt_map *, const char *);
99void	Dbg64_dl_dlerror(Rt_map *, const char *);
100void	Dbg32_dl_dlinfo(Rt_map *, const char *, int, void *);
101void	Dbg64_dl_dlinfo(Rt_map *, const char *, int, void *);
102void	Dbg32_dl_dlopen(Rt_map *, const char *, int *, int);
103void	Dbg64_dl_dlopen(Rt_map *, const char *, int *, int);
104void	Dbg32_dl_dlsym(Rt_map *, const char *, int *, const char *, int);
105void	Dbg64_dl_dlsym(Rt_map *, const char *, int *, const char *, int);
106void	Dbg32_dl_iphdr_callback(Lm_list *, struct dl_phdr_info *);
107void	Dbg64_dl_iphdr_callback(Lm_list *, struct dl_phdr_info *);
108void	Dbg32_dl_iphdr_enter(Rt_map *, u_longlong_t, u_longlong_t);
109void	Dbg64_dl_iphdr_enter(Rt_map *, u_longlong_t, u_longlong_t);
110void	Dbg32_dl_iphdr_mapchange(Lm_list *, u_longlong_t, u_longlong_t);
111void	Dbg64_dl_iphdr_mapchange(Lm_list *, u_longlong_t, u_longlong_t);
112void	Dbg32_dl_iphdr_unmap_ret(Lm_list *);
113void	Dbg64_dl_iphdr_unmap_ret(Lm_list *);
114
115void	Dbg32_ent_print(Lm_list *, uchar_t, Elf32_Half, APlist *);
116void	Dbg64_ent_print(Lm_list *, uchar_t, Elf64_Half, APlist *);
117
118void	Dbg32_file_analyze(Rt_map *);
119void	Dbg64_file_analyze64(Rt_map *);
120void	Dbg32_file_aout(Lm_list *, const char *, Addr, size_t, const char *,
121	    Aliste);
122void	Dbg64_file_aout(Lm_list *, const char *, Addr, size_t, const char *,
123	    Aliste);
124void	Dbg32_file_ar(Lm_list *, const char *, Boolean);
125void	Dbg64_file_ar(Lm_list *, const char *, Boolean);
126void	Dbg32_file_archive(Lm_list *, const char *, int);
127void	Dbg64_file_archive(Lm_list *, const char *, int);
128void	Dbg32_file_bind_entry(Lm_list *, Bnd_desc *);
129void	Dbg64_file_bind_entry(Lm_list *, Bnd_desc *);
130void	Dbg32_file_bindings(Rt_map *, int);
131void	Dbg64_file_bindings(Rt_map *, int);
132void	Dbg32_file_bindings_done(Lm_list *);
133void	Dbg64_file_bindings_done(Lm_list *);
134void	Dbg32_file_config_dis(Lm_list *, const char *, int);
135void	Dbg64_file_config_dis(Lm_list *, const char *, int);
136void	Dbg32_file_config_obj(Lm_list *, const char *, const char *,
137	    const char *);
138void	Dbg64_file_config_obj(Lm_list *, const char *, const char *,
139	    const char *);
140void	Dbg32_file_cntl(Lm_list *, Aliste, Aliste);
141void	Dbg64_file_cntl(Lm_list *, Aliste, Aliste);
142void	Dbg32_file_cleanup(Lm_list *, const char *, Aliste);
143void	Dbg64_file_cleanup(Lm_list *, const char *, Aliste);
144void	Dbg32_file_deferred(Lm_list *, const char *, const char *);
145void	Dbg64_file_deferred(Lm_list *, const char *, const char *);
146void	Dbg32_file_del_rescan(Lm_list *);
147void	Dbg64_file_del_rescan(Lm_list *);
148void	Dbg32_file_delete(Rt_map *);
149void	Dbg64_file_delete(Rt_map *);
150void	Dbg32_file_elf(Lm_list *, const char *, Addr, size_t, const char *,
151	    Aliste);
152void	Dbg64_file_elf(Lm_list *, const char *, Addr, size_t, const char *,
153	    Aliste);
154void	Dbg32_file_filtee(Lm_list *, const char *, const char *, int);
155void	Dbg64_file_filtee(Lm_list *, const char *, const char *, int);
156void	Dbg32_file_filter(Lm_list *, const char *, const char *, int);
157void	Dbg64_file_filter(Lm_list *, const char *, const char *, int);
158void	Dbg64_file_fixname(Lm_list *, const char *, const char *);
159void	Dbg32_file_fixname(Lm_list *, const char *, const char *);
160void	Dbg32_file_hdl_action(Grp_hdl *, Rt_map *, int, uint_t);
161void	Dbg64_file_hdl_action(Grp_hdl *, Rt_map *, int, uint_t);
162void	Dbg32_file_hdl_collect(Grp_hdl *, const char *);
163void	Dbg64_file_hdl_collect(Grp_hdl *, const char *);
164void	Dbg32_file_hdl_title(int);
165void	Dbg64_file_hdl_title(int);
166void	Dbg64_file_lazyload(Rt_map *, const char *, const char *);
167void	Dbg32_file_lazyload(Rt_map *, const char *, const char *);
168void	Dbg32_file_ldso(Rt_map *, char **, auxv_t *, const char *, Aliste);
169void	Dbg64_file_ldso(Rt_map *, char **, auxv_t *, const char *, Aliste);
170void	Dbg32_file_mmapobj(Lm_list *, const char *, mmapobj_result_t *, uint_t);
171void	Dbg64_file_mmapobj(Lm_list *, const char *, mmapobj_result_t *, uint_t);
172void	Dbg32_file_mode_promote(Rt_map *, int);
173void	Dbg64_file_mode_promote(Rt_map *, int);
174void	Dbg32_file_modified(Lm_list *, const char *, const char *, const char *,
175	    int, int, Elf *, Elf *);
176void	Dbg64_file_modified(Lm_list *, const char *, const char *, const char *,
177	    int, int, Elf *, Elf *);
178void	Dbg32_file_needed(Rt_map *, const char *);
179void	Dbg64_file_needed(Rt_map *, const char *);
180void	Dbg32_file_output(Ofl_desc *);
181void	Dbg64_file_output64(Ofl_desc *);
182void	Dbg32_file_preload(Lm_list *, const char *);
183void	Dbg64_file_preload(Lm_list *, const char *);
184void	Dbg32_file_prot(Rt_map *, int);
185void	Dbg64_file_prot(Rt_map *, int);
186void	Dbg32_file_rejected(Lm_list *, Rej_desc *, Elf32_Half);
187void	Dbg64_file_rejected(Lm_list *, Rej_desc *, Elf32_Half);
188void	Dbg32_file_reuse(Lm_list *, const char *, const char *);
189void	Dbg64_file_reuse(Lm_list *, const char *, const char *);
190void	Dbg32_file_skip(Lm_list *, const char *, const char *);
191void	Dbg64_file_skip(Lm_list *, const char *, const char *);
192
193void	Dbg32_got_display(Ofl_desc *, Elf32_Off, int,
194	    Elf32_Word, size_t m_got_entsize);
195void	Dbg64_got_display(Ofl_desc *, Elf64_Off, int,
196	    Elf64_Word, size_t m_got_entsize);
197
198void	Dbg32_libs_audit(Lm_list *, const char *, const char *);
199void	Dbg64_libs_audit(Lm_list *, const char *, const char *);
200void	Dbg32_libs_find(Lm_list *, const char *);
201void	Dbg64_libs_find(Lm_list *, const char *);
202void	Dbg32_libs_found(Lm_list *, const char *, int);
203void	Dbg64_libs_found(Lm_list *, const char *, int);
204void	Dbg32_libs_insecure(Lm_list *, const char *, int);
205void	Dbg64_libs_insecure(Lm_list *, const char *, int);
206void	Dbg32_libs_init(Lm_list *, APlist *, APlist *);
207void	Dbg64_libs_init(Lm_list *, APlist *, APlist *);
208void	Dbg32_libs_l(Lm_list *, const char *, const char *);
209void	Dbg64_libs_l(Lm_list *, const char *, const char *);
210void	Dbg32_libs_path(Lm_list *, const char *, uint_t, const char *);
211void	Dbg64_libs_path(Lm_list *, const char *, uint_t, const char *);
212void	Dbg32_libs_req(Lm_list *, const char *, const char *, const char *);
213void	Dbg64_libs_req(Lm_list *, const char *, const char *, const char *);
214void	Dbg32_libs_update(Lm_list *, APlist *, APlist *);
215void	Dbg64_libs_update(Lm_list *, APlist *, APlist *);
216void	Dbg32_libs_yp(Lm_list *, const char *);
217void	Dbg64_libs_yp(Lm_list *, const char *);
218void	Dbg32_libs_ylu(Lm_list *, const char *, const char *, int);
219void	Dbg64_libs_ylu(Lm_list *, const char *, const char *, int);
220
221void	Dbg32_map_cexp_id(Lm_list *, Boolean, const char *, ulong_t,
222	    const char *);
223void	Dbg64_map_cexp_id(Lm_list *, Boolean, const char *, ulong_t,
224	    const char *);
225void	Dbg32_map_dv(Lm_list *, const char *, Lineno);
226void	Dbg64_map_dv(Lm_list *, const char *, Lineno);
227void	Dbg32_map_dv_entry(Lm_list *, Lineno, int, const char *);
228void	Dbg64_map_dv_entry(Lm_list *, Lineno, int, const char *);
229void	Dbg32_map_ent(Lm_list *, Ent_desc *, Ofl_desc *, Lineno);
230void	Dbg64_map_ent(Lm_list *, Ent_desc *, Ofl_desc *, Lineno);
231void	Dbg32_map_ent_ord_title(Lm_list *, const char *);
232void	Dbg64_map_ent_ord_title(Lm_list *, const char *);
233void	Dbg32_map_hdr_noalloc(Lm_list *, Lineno);
234void	Dbg64_map_hdr_noalloc(Lm_list *, Lineno);
235void	Dbg32_map_parse(Lm_list *, const char *, int);
236void	Dbg64_map_parse(Lm_list *, const char *, int);
237void	Dbg32_map_pass(Lm_list *, Boolean, const char *, ulong_t, const char *);
238void	Dbg64_map_pass(Lm_list *, Boolean, const char *, ulong_t, const char *);
239void	Dbg32_map_post_title(Lm_list *);
240void	Dbg64_map_post_title(Lm_list *);
241void	Dbg32_map_seg_os_order(Lm_list *, Sg_desc *, const char *,
242	    Elf32_Word, Lineno);
243void	Dbg64_map_seg_os_order(Lm_list *, Sg_desc *, const char *,
244	    Elf64_Word, Lineno);
245void	Dbg32_map_seg(Ofl_desc *, uint_t, int, Sg_desc *, Lineno);
246void	Dbg64_map_seg(Ofl_desc *, uint_t, int, Sg_desc *, Lineno);
247void	Dbg32_map_size_new(Lm_list *, const char *, const char *, Lineno);
248void	Dbg64_map_size_new(Lm_list *, const char *, const char *, Lineno);
249void	Dbg32_map_size_old(Ofl_desc *, Sym_desc *, const char *, Lineno);
250void	Dbg64_map_size_old(Ofl_desc *, Sym_desc *, const char *, Lineno);
251void	Dbg32_map_sort_title(Lm_list *, Boolean);
252void	Dbg64_map_sort_title(Lm_list *, Boolean);
253void	Dbg32_map_sort_seg(Lm_list *, uchar_t, Elf32_Half, Sg_desc *);
254void	Dbg64_map_sort_seg(Lm_list *, uchar_t, Elf64_Half, Sg_desc *);
255void	Dbg32_map_symbol(Ofl_desc *, Sym_desc *);
256void	Dbg64_map_symbol(Ofl_desc *, Sym_desc *);
257void	Dbg32_map_version(Lm_list *, const char *, const char *, int);
258void	Dbg64_map_version(Lm_list *, const char *, const char *, int);
259
260void	Dbg32_move_adjexpandreloc(Lm_list *, Elf32_Word, const char *);
261void	Dbg64_move_adjexpandreloc(Lm_list *, Elf64_Xword, const char *);
262void	Dbg32_move_adjmovereloc(Lm_list *, Elf32_Word, Elf32_Word,
263	    const char *);
264void	Dbg64_move_adjmovereloc(Lm_list *, Elf64_Xword, Elf64_Xword,
265	    const char *);
266void	Dbg32_move_bad(Lm_list *, ulong_t, const char *, Addr);
267void	Dbg64_move_bad(Lm_list *, ulong_t, const char *, Addr);
268void	Dbg32_move_data(Rt_map *);
269void	Dbg64_move_data(Rt_map *);
270void	Dbg32_move_entry1(Lm_list *, int, Move *, Sym_desc *);
271void	Dbg64_move_entry1(Lm_list *, int, Move *, Sym_desc *);
272void	Dbg32_move_entry2(Lm_list *, Elf32_Move *, Elf32_Word, const char *);
273void	Dbg64_move_entry2(Lm_list *, Elf64_Move *, Elf64_Word, const char *);
274void	Dbg32_move_expand(Lm_list *, Elf32_Move *, Elf32_Addr);
275void	Dbg64_move_expand(Lm_list *, Elf64_Move *, Elf64_Addr);
276void	Dbg32_move_input(Lm_list *, const char *);
277void	Dbg64_move_input(Lm_list *, const char *);
278void	Dbg32_move_outmove(Lm_list *, const char *);
279void	Dbg64_move_outmove(Lm_list *, const char *);
280void	Dbg32_move_outsctadj(Lm_list *, Sym_desc *);
281void	Dbg64_move_outsctadj(Lm_list *, Sym_desc *);
282void	Dbg32_move_parexpn(Lm_list *, const char *, const char *);
283void	Dbg64_move_parexpn(Lm_list *, const char *, const char *);
284
285void	Dbg32_reloc_apply_reg(Lm_list *, int, Elf32_Half, Elf32_Word,
286	    Elf32_Word);
287void	Dbg64_reloc_apply_reg(Lm_list *, int, Elf64_Half, Elf64_Xword,
288	    Elf64_Xword);
289void	Dbg32_reloc_apply_val(Lm_list *, int, Elf32_Word, Elf32_Word);
290void	Dbg64_reloc_apply_val(Lm_list *, int, Elf64_Xword, Elf64_Xword);
291void	Dbg32_reloc_ars_entry(Lm_list *, int, Elf32_Word, Elf32_Half, Rel_desc *);
292void	Dbg64_reloc_ars_entry(Lm_list *, int, Elf64_Word, Elf64_Half, Rel_desc *);
293void	Dbg32_reloc_copy(Rt_map *, Rt_map *, const char *, int);
294void	Dbg64_reloc_copy(Rt_map *, Rt_map *, const char *, int);
295void	Dbg32_reloc_discard(Lm_list *, Elf32_Half, Rel_desc *);
296void	Dbg64_reloc_discard(Lm_list *, Elf64_Half, Rel_desc *);
297void	Dbg32_reloc_doact(Lm_list *, int, Elf32_Half, Elf32_Word, Rel_desc *,
298	    Elf32_Word, Elf32_Word, rel_desc_sname_func_t);
299void	Dbg64_reloc_doact(Lm_list *, int, Elf64_Half, Elf64_Word, Rel_desc *,
300	    Elf64_Xword, Elf64_Xword, rel_desc_sname_func_t);
301void	Dbg32_reloc_doact_title(Lm_list *);
302void	Dbg64_reloc_doact_title(Lm_list *);
303void	Dbg32_reloc_dooutrel(Lm_list *, Elf32_Word);
304void	Dbg64_reloc_dooutrel(Lm_list *, Elf64_Word);
305void	Dbg32_reloc_entry(Lm_list *, const char *, Elf32_Half, Elf32_Word,
306	    void *, const char *, const char *, const char *);
307void	Dbg64_reloc_entry(Lm_list *, const char *, Elf64_Half, Elf64_Word,
308	    void *, const char *, const char *, const char *);
309void	Dbg32_reloc_error(Lm_list *, int, Elf32_Half, Elf32_Word, void *,
310	    const char *);
311void	Dbg64_reloc_error(Lm_list *, int, Elf64_Half, Elf64_Word, void *,
312	    const char *);
313void	Dbg32_reloc_generate(Lm_list *, Os_desc *, Elf32_Word);
314void	Dbg64_reloc_generate(Lm_list *, Os_desc *, Elf64_Word);
315void	Dbg32_reloc_in(Lm_list *, int, Elf32_Half, Elf32_Word, void *,
316	    const char *, Elf32_Word, const char *);
317void	Dbg64_reloc_in(Lm_list *, int, Elf64_Half, Elf64_Word, void *,
318	    const char *, Elf64_Word, const char *);
319void	Dbg32_reloc_ors_entry(Lm_list *, int, Elf32_Word, Elf32_Half, Rel_desc *);
320void	Dbg64_reloc_ors_entry(Lm_list *, int, Elf64_Word, Elf64_Half, Rel_desc *);
321void	Dbg32_reloc_out(Ofl_desc *, int, Elf32_Word, void *, const char *,
322	    const char *);
323void	Dbg64_reloc_out(Ofl_desc *, int, Elf64_Word, void *, const char *,
324	    const char *);
325void	Dbg32_reloc_proc(Lm_list *, Os_desc *, Is_desc *, Is_desc *);
326void	Dbg64_reloc_proc(Lm_list *, Os_desc *, Is_desc *, Is_desc *);
327void	Dbg32_reloc_run(Rt_map *, uint_t, int, int);
328void	Dbg64_reloc_run(Rt_map *, uint_t, int, int);
329void	Dbg32_reloc_transition(Lm_list *, Elf32_Half, Elf32_Word, Rel_desc *,
330	    rel_desc_sname_func_t);
331void	Dbg64_reloc_transition(Lm_list *, Elf64_Half, Elf64_Word, Rel_desc *,
332	    rel_desc_sname_func_t);
333
334void	Dbg32_sec_added(Lm_list *, Os_desc *, Sg_desc *);
335void	Dbg64_sec_added(Lm_list *, Os_desc *, Sg_desc *);
336void	Dbg32_sec_backing(Lm_list *);
337void	Dbg64_sec_backing(Lm_list *);
338void	Dbg32_sec_created(Lm_list *, Os_desc *, Sg_desc *);
339void	Dbg64_sec_created(Lm_list *, Os_desc *, Sg_desc *);
340void	Dbg32_sec_discarded(Lm_list *, Is_desc *, Is_desc *);
341void	Dbg64_sec_discarded(Lm_list *, Is_desc *, Is_desc *);
342void	Dbg32_sec_group(Lm_list *, Is_desc *, Group_desc *);
343void	Dbg64_sec_group(Lm_list *, Is_desc *, Group_desc *);
344void	Dbg32_sec_gnu_comdat(Lm_list *, Is_desc *, Boolean, Boolean);
345void	Dbg64_sec_gnu_comdat(Lm_list *, Is_desc *, Boolean, Boolean);
346void	Dbg32_sec_in(Lm_list *, Is_desc *);
347void	Dbg64_sec_in(Lm_list *, Is_desc *);
348void	Dbg32_sec_order_error(Lm_list *, Ifl_desc *, Elf32_Word, int);
349void	Dbg64_sec_order_error(Lm_list *, Ifl_desc *, Elf64_Word, int);
350void	Dbg32_sec_order_list(Ofl_desc *, int);
351void	Dbg64_sec_order_list(Ofl_desc *, int);
352void	Dbg32_sec_redirected(Lm_list *, Is_desc *, const char *);
353void	Dbg64_sec_redirected(Lm_list *, Is_desc *, const char *);
354void	Dbg32_sec_strtab(Lm_list *, Os_desc *, Str_tbl *);
355void	Dbg64_sec_strtab(Lm_list *, Os_desc *, Str_tbl *);
356
357void	Dbg32_seg_desc_entry(Lm_list *, uchar_t, Elf32_Half, int, Sg_desc *,
358	    Boolean);
359void	Dbg64_seg_desc_entry(Lm_list *, uchar_t, Elf64_Half, int, Sg_desc *,
360	    Boolean);
361void	Dbg32_seg_entry(Ofl_desc *, int, Sg_desc *);
362void	Dbg64_seg_entry(Ofl_desc *, int, Sg_desc *);
363void	Dbg32_seg_list(Lm_list *, uchar_t, Elf32_Half, APlist *);
364void	Dbg64_seg_list(Lm_list *, uchar_t, Elf64_Half, APlist *);
365void	Dbg32_seg_os(Ofl_desc *, Os_desc *, int);
366void	Dbg64_seg_os(Ofl_desc *, Os_desc *, int);
367void    Dbg32_seg_title(Lm_list *);
368void    Dbg64_seg_title(Lm_list *);
369
370void	Dbg32_shdr_modified(Lm_list *, const char *, uchar_t, Half,
371	    Elf32_Word, Shdr *, Shdr *, const char *);
372void	Dbg64_shdr_modified(Lm_list *, const char *, uchar_t, Half,
373	    Elf64_Word, Shdr *, Shdr *, const char *);
374
375void	Dbg32_statistics_ar(Ofl_desc *);
376void	Dbg64_statistics_ar(Ofl_desc *);
377void	Dbg32_statistics_ld(Ofl_desc *);
378void	Dbg64_statistics_ld(Ofl_desc *);
379
380void	Dbg32_support_action(Lm_list *, const char *, const char *, Support_ndx,
381	    const char *);
382void	Dbg64_support_action(Lm_list *, const char *, const char *, Support_ndx,
383	    const char *);
384void	Dbg32_support_load(Lm_list *, const char *, const char *);
385void	Dbg64_support_load(Lm_list *, const char *, const char *);
386void	Dbg32_support_req(Lm_list *, const char *, int);
387void	Dbg64_support_req(Lm_list *, const char *, int);
388
389void	Dbg32_syminfo_entry(Lm_list *, Elf32_Word, Syminfo *, Sym *, const char *,
390	    Dyn *);
391void	Dbg64_syminfo_entry(Lm_list *, Elf64_Word, Syminfo *, Sym *, const char *,
392	    Dyn *);
393void	Dbg32_syminfo_title(Lm_list *);
394void	Dbg64_syminfo_title(Lm_list *);
395
396void	Dbg32_syms_ar_checking(Lm_list *, const char *, const char *,
397	    Elf_Arsym *);
398void	Dbg64_syms_ar_checking(Lm_list *, const char *, const char *,
399	    Elf_Arsym *);
400void	Dbg32_syms_ar_entry(Lm_list *, Xword, Elf_Arsym *);
401void	Dbg64_syms_ar_entry(Lm_list *, Xword, Elf_Arsym *);
402void	Dbg32_syms_ar_force(Lm_list *, const char *, const char *);
403void	Dbg64_syms_ar_force(Lm_list *, const char *, const char *);
404void	Dbg32_syms_ar_resolve(Lm_list *, const char *, const char *,
405	    Elf_Arsym *);
406void	Dbg64_syms_ar_resolve(Lm_list *, const char *, const char *,
407	    Elf_Arsym *);
408void	Dbg32_syms_ar_skip(Lm_list *, const char *, Elf_Arsym *);
409void	Dbg64_syms_ar_skip(Lm_list *, const char *, Elf_Arsym *);
410void	Dbg32_syms_ar_title(Lm_list *, const char *, Boolean);
411void	Dbg64_syms_ar_title(Lm_list *, const char *, Boolean);
412void	Dbg32_syms_cap_convert(Ofl_desc *, Word, const char *, Sym *);
413void	Dbg64_syms_cap_convert(Ofl_desc *, Word, const char *, Sym *);
414void	Dbg32_syms_cap_local(Ofl_desc *, Word, const char *, Sym *, Sym_desc *);
415void	Dbg64_syms_cap_local(Ofl_desc *, Word, const char *, Sym *, Sym_desc *);
416void	Dbg32_syms_cap_lookup(Rt_map *, uint_t, const char *, uint_t, Half,
417	    Syscapset *);
418void	Dbg64_syms_cap_lookup(Rt_map *, uint_t, const char *, uint_t, Half,
419	    Syscapset *);
420void	Dbg32_syms_cap_title(Ofl_desc *);
421void	Dbg64_syms_cap_title(Ofl_desc *);
422void	Dbg32_syms_created(Lm_list *, const char *);
423void	Dbg64_syms_created(Lm_list *, const char *);
424void	Dbg32_syms_discarded(Lm_list *, Sym_desc *);
425void	Dbg64_syms_discarded(Lm_list *, Sym_desc *);
426void	Dbg32_syms_entered(Ofl_desc *, Sym *, Sym_desc *);
427void	Dbg64_syms_entered(Ofl_desc *, Sym *, Sym_desc *);
428void	Dbg32_syms_entry(Lm_list *, Elf32_Word, Sym_desc *);
429void	Dbg64_syms_entry(Lm_list *, Elf64_Word, Sym_desc *);
430void	Dbg32_syms_global(Lm_list *, Elf32_Word, const char *);
431void	Dbg64_syms_global(Lm_list *, Elf64_Word, const char *);
432void	Dbg32_syms_ignore(Ofl_desc *, Sym_desc *);
433void	Dbg64_syms_ignore(Ofl_desc *, Sym_desc *);
434void	Dbg32_syms_lazy_rescan(Lm_list *, const char *);
435void	Dbg64_syms_lazy_rescan(Lm_list *, const char *);
436void	Dbg32_syms_lookup(Rt_map *, const char *, const char *);
437void	Dbg64_syms_lookup(Rt_map *, const char *, const char *);
438void	Dbg32_syms_lookup_aout(Lm_list *, const char *);
439void	Dbg32_syms_new(Ofl_desc *, Sym *, Sym_desc *);
440void	Dbg64_syms_new(Ofl_desc *, Sym *, Sym_desc *);
441void	Dbg32_syms_old(Ofl_desc *, Sym_desc *);
442void	Dbg64_syms_old(Ofl_desc *, Sym_desc *);
443void	Dbg32_syms_process(Lm_list *, Ifl_desc *);
444void	Dbg64_syms_process(Lm_list *, Ifl_desc *);
445void	Dbg32_syms_reduce(Ofl_desc *, int, Sym_desc *, int, const char *);
446void	Dbg64_syms_reduce(Ofl_desc *, int, Sym_desc *, int, const char *);
447void	Dbg32_syms_reloc(Ofl_desc *, Sym_desc *);
448void	Dbg64_syms_reloc(Ofl_desc *, Sym_desc *);
449void	Dbg32_syms_resolved(Ofl_desc *, Sym_desc *);
450void	Dbg64_syms_resolved(Ofl_desc *, Sym_desc *);
451void	Dbg32_syms_resolving(Ofl_desc *, Elf32_Word, const char *, int, int,
452	    Sym *, Sym *, Sym_desc *, Ifl_desc *);
453void	Dbg64_syms_resolving(Ofl_desc *, Elf64_Word, const char *, int, int,
454	    Sym *, Sym *, Sym_desc *, Ifl_desc *);
455void	Dbg32_syms_sec_entry(Lm_list *, Elf32_Word, Sg_desc *, Os_desc *);
456void	Dbg64_syms_sec_entry(Lm_list *, Elf64_Word, Sg_desc *, Os_desc *);
457void	Dbg32_syms_sec_title(Lm_list *);
458void	Dbg64_syms_sec_title(Lm_list *);
459void	Dbg32_syms_spec_title(Lm_list *);
460void	Dbg64_syms_spec_title(Lm_list *);
461void	Dbg32_syms_updated(Ofl_desc *, Sym_desc *, const char *);
462void	Dbg64_syms_updated(Ofl_desc *, Sym_desc *, const char *);
463void	Dbg32_syms_up_title(Lm_list *);
464void	Dbg64_syms_up_title(Lm_list *);
465void	Dbg32_syms_wrap(Lm_list *, Elf32_Word, const char *, const char *);
466void	Dbg64_syms_wrap(Lm_list *, Elf64_Word, const char *, const char *);
467
468void	Dbg32_util_broadcast(Rt_map *);
469void	Dbg64_util_broadcast(Rt_map *);
470void	Dbg32_util_call_array(Rt_map *, void *, int, Elf32_Word);
471void	Dbg64_util_call_array(Rt_map *, void *, int, Elf64_Word);
472void	Dbg32_util_call_fini(Rt_map *);
473void	Dbg64_util_call_fini(Rt_map *);
474void	Dbg32_util_call_init(Rt_map *, int);
475void	Dbg64_util_call_init(Rt_map *, int);
476void	Dbg32_util_call_main(Rt_map *);
477void	Dbg64_util_call_main(Rt_map *);
478void	Dbg32_util_collect(Rt_map *, int, int);
479void	Dbg64_util_collect(Rt_map *, int, int);
480void	Dbg32_util_dbnotify(Lm_list *, rd_event_e, r_state_e);
481void	Dbg64_util_dbnotify(Lm_list *, rd_event_e, r_state_e);
482void	Dbg32_util_edge_in(Lm_list *, Rt_map *, uint_t, Rt_map *, int, int);
483void	Dbg64_util_edge_in(Lm_list *, Rt_map *, uint_t, Rt_map *, int, int);
484void	Dbg32_util_edge_out(Rt_map *, Rt_map *);
485void	Dbg64_util_edge_out(Rt_map *, Rt_map *);
486void	Dbg32_util_intoolate(Rt_map *);
487void	Dbg64_util_intoolate(Rt_map *);
488void    Dbg32_util_lcinterface(Rt_map *, int, char *);
489void    Dbg64_util_lcinterface(Rt_map *, int, char *);
490void	Dbg32_util_nl(Lm_list *, int);
491void	Dbg64_util_nl(Lm_list *, int);
492void	Dbg32_util_no_init(Rt_map *);
493void	Dbg64_util_no_init(Rt_map *);
494void	Dbg32_util_scc_entry(Rt_map *, uint_t);
495void	Dbg64_util_scc_entry(Rt_map *, uint_t);
496void	Dbg32_util_scc_title(Lm_list *, int);
497void	Dbg64_util_scc_title(Lm_list *, int);
498void	Dbg32_util_str(Lm_list *, const char  *);
499void	Dbg64_util_str(Lm_list *, const char  *);
500void	Dbg32_util_wait(Rt_map *, Rt_map *, int);
501void	Dbg64_util_wait(Rt_map *, Rt_map *, int);
502
503void	Dbg32_unused_file(Lm_list *, const char *, int, uint_t);
504void	Dbg64_unused_file(Lm_list *, const char *, int, uint_t);
505void    Dbg32_unused_lcinterface(Rt_map *, Rt_map *, int);
506void    Dbg64_unused_lcinterface(Rt_map *, Rt_map *, int);
507void	Dbg32_unused_path(Lm_list *, const char *, uint_t, uint_t,
508	    const char *);
509void	Dbg64_unused_path(Lm_list *, const char *, uint_t, uint_t,
510	    const char *);
511void	Dbg32_unused_sec(Lm_list *, Is_desc *);
512void	Dbg64_unused_sec(Lm_list *, Is_desc *);
513void	Dbg32_unused_unref(Rt_map *, const char *);
514void	Dbg64_unused_unref(Rt_map *, const char *);
515
516void	Dbg32_ver_need_done(Lm_list *);
517void	Dbg64_ver_need_done(Lm_list *);
518void	Dbg32_ver_need_entry(Lm_list *, Half, const char *, const char *);
519void	Dbg64_ver_need_entry(Lm_list *, Half, const char *, const char *);
520void	Dbg32_ver_need_title(Lm_list *, const char *);
521void	Dbg64_ver_need_title(Lm_list *, const char *);
522
523const char *Elf_demangle_name(const char *);
524
525void Elf_syminfo_entry(Lm_list *, Word, Syminfo *, const char *, const char *);
526void Elf_syminfo_title(Lm_list *);
527void Elf_ver_def_title(Lm_list *);
528void Elf_ver_need_title(Lm_list *, int);
529void Elf_ver_line_1(Lm_list *, const char *, const char *, const char *,
530    const char *);
531void Elf_ver_line_2(Lm_list *, const char *, const char *);
532void Elf_ver_line_3(Lm_list *, const char *, const char *, const char *);
533void Elf_ver_line_4(Lm_list *, const char *);
534void Elf_ver_line_5(Lm_list *, const char *, const char *);
535
536void Elf64_cap_entry(Lm_list *, Elf64_Cap *, int ndx, const char *, size_t,
537    Elf64_Half);
538void Elf32_cap_entry(Lm_list *, Elf32_Cap *, int ndx, const char *, size_t,
539    Elf32_Half);
540void Elf64_cap_title(Lm_list *);
541void Elf32_cap_title(Lm_list *);
542
543void Elf64_dyn_entry(Lm_list *, Elf64_Dyn *, int, const char *, uchar_t,
544    Elf64_Half);
545void Elf32_dyn_entry(Lm_list *, Elf32_Dyn *, int, const char *, uchar_t,
546    Elf32_Half);
547void Elf64_dyn_null_entry(Lm_list *, Elf64_Dyn *, int, int);
548void Elf32_dyn_null_entry(Lm_list *, Elf32_Dyn *, int, int);
549void Elf64_dyn_title(Lm_list *);
550void Elf32_dyn_title(Lm_list *);
551
552void Elf64_ehdr(Lm_list *, Elf64_Ehdr *, Elf64_Shdr *);
553void Elf32_ehdr(Lm_list *, Elf32_Ehdr *, Elf32_Shdr *);
554
555void Elf64_got_entry(Lm_list *, Elf64_Sword, Elf64_Addr, Elf64_Xword,
556    Elf64_Half, uchar_t, uchar_t, Elf64_Word, void *, const char *);
557void Elf32_got_entry(Lm_list *, Elf32_Sword, Elf32_Addr, Elf32_Word,
558    Elf32_Half, uchar_t, uchar_t, Elf32_Word, void *, const char *);
559void Elf64_got_title(Lm_list *);
560void Elf32_got_title(Lm_list *);
561
562void Elf64_phdr(Lm_list *, uchar_t, Elf64_Half, Elf64_Phdr *);
563void Elf32_phdr(Lm_list *, uchar_t, Elf32_Half, Elf32_Phdr *);
564
565void Elf64_reloc_apply_reg(Lm_list *, int, Elf64_Half, Elf64_Xword,
566    Elf64_Xword);
567void Elf32_reloc_apply_reg(Lm_list *, int, Elf32_Half, Elf32_Word,
568    Elf32_Word);
569void Elf64_reloc_apply_val(Lm_list *, int, Elf64_Xword, Elf64_Xword);
570void Elf32_reloc_apply_val(Lm_list *, int, Elf32_Word, Elf32_Word);
571void Elf64_reloc_entry_1(Lm_list *, int, const char *, Elf64_Half, Word, void *,
572    const char *, const char *, const char *);
573void Elf32_reloc_entry_1(Lm_list *, int, const char *, Elf32_Half, Word, void *,
574    const char *, const char *, const char *);
575void Elf64_reloc_entry_2(Lm_list *, int, const char *, Word, const char *,
576    Elf64_Addr, Elf64_Sxword, const char *, const char *, const char *);
577void Elf32_reloc_entry_2(Lm_list *, int, const char *, Word, const char *,
578    Elf32_Addr, Elf32_Sword, const char *, const char *, const char *);
579void Elf64_reloc_title(Lm_list *, int, Word);
580void Elf32_reloc_title(Lm_list *, int, Word);
581
582void Elf64_shdr(Lm_list *, uchar_t, Elf64_Half, Elf64_Shdr *);
583void Elf32_shdr(Lm_list *, uchar_t, Elf32_Half, Elf32_Shdr *);
584
585void Elf64_syms_table_entry(Lm_list *, int, const char *, uchar_t, Elf64_Half,
586    Elf64_Sym *, Elf64_Versym, int, const char *, const char *);
587void Elf32_syms_table_entry(Lm_list *, int, const char *, uchar_t, Elf32_Half,
588    Elf32_Sym *, Elf32_Versym, int, const char *, const char *);
589void Elf64_syms_table_title(Lm_list *, int);
590void Elf32_syms_table_title(Lm_list *, int);
591