Symbol: lml
usr/src/cmd/sgs/elfedit/common/elfedit.c
520
dbg_print(Lm_list *lml, const char *format, ...)
usr/src/cmd/sgs/elfedit/common/elfedit.c
533
lml = 0;
usr/src/cmd/sgs/ld/common/ld.c
156
veprintf(Lm_list *lml __unused, Error error, const char *format, va_list args)
usr/src/cmd/sgs/ld/common/ld.c
184
eprintf(Lm_list *lml, Error error, const char *format, ...)
usr/src/cmd/sgs/ld/common/ld.c
189
veprintf(lml, error, format, args);
usr/src/cmd/sgs/libld/common/debug.c
138
dbg_print(Lm_list *lml, const char *format, ...)
usr/src/cmd/sgs/libld/common/debug.c
148
lml = NULL;
usr/src/cmd/sgs/libld/common/ldmain.c
112
ld_init_target(Lm_list *lml, Half mach)
usr/src/cmd/sgs/libld/common/ldmain.c
130
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_TARG_UNSUPPORTED),
usr/src/cmd/sgs/libld/common/outfile.c
548
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/libld/common/outfile.c
552
DBG_CALL(Dbg_unused_sec(lml,
usr/src/cmd/sgs/libld/common/outfile.c
556
DBG_CALL(Dbg_unused_sec(lml,
usr/src/cmd/sgs/libld/common/sections.c
1530
capmask_value(Lm_list *lml, Word type, Capmask *capmask, int *title)
usr/src/cmd/sgs/libld/common/sections.c
1538
DBG_CALL(Dbg_cap_post_title(lml, title));
usr/src/cmd/sgs/libld/common/sections.c
1540
DBG_CALL(Dbg_cap_val_entry(lml, DBG_STATE_CURRENT, type,
usr/src/cmd/sgs/libld/common/sections.c
1542
DBG_CALL(Dbg_cap_val_entry(lml, DBG_STATE_EXCLUDE, type,
usr/src/cmd/sgs/libld/common/sections.c
1547
DBG_CALL(Dbg_cap_val_entry(lml, DBG_STATE_RESOLVED, type,
usr/src/cmd/sgs/libld/common/sections.c
1552
capstr_value(Lm_list *lml, Word type, Caplist *caplist, int *title)
usr/src/cmd/sgs/libld/common/sections.c
1579
Dbg_cap_post_title(lml, title);
usr/src/cmd/sgs/libld/common/sections.c
1581
Dbg_cap_ptr_entry(lml, DBG_STATE_CURRENT, type,
usr/src/cmd/sgs/libld/common/sections.c
1588
DBG_CALL(Dbg_cap_ptr_entry(lml,
usr/src/cmd/sgs/libld/common/sections.c
1597
Dbg_cap_ptr_entry(lml, DBG_STATE_RESOLVED, type,
usr/src/cmd/sgs/libld/common/util.c
188
str2chr(Lm_list *lml, int ndx, int argc, char **argv, char *arg, int c,
usr/src/cmd/sgs/libld/common/util.c
197
DBG_CALL(Dbg_args_str2chr(lml, ndx, opt, c));
usr/src/cmd/sgs/libld/common/util.c
208
DBG_CALL(Dbg_args_str2chr(lml, ndx, opt, c));
usr/src/cmd/sgs/libld/common/util.c
267
ld_getopt(Lm_list *lml, int ndx, int argc, char **argv)
usr/src/cmd/sgs/libld/common/util.c
277
if ((c = str2chr(lml, ndx, argc, argv, arg, 'R',
usr/src/cmd/sgs/libld/common/util.c
285
if ((c = str2chr(lml, ndx, argc, argv, arg, 'G',
usr/src/cmd/sgs/libld/common/util.c
290
} else if ((c = str2chr(lml, ndx, argc, argv, arg, 'h',
usr/src/cmd/sgs/libld/common/util.c
298
if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
usr/src/cmd/sgs/libld/common/util.c
308
if ((c = str2chr(lml, ndx, argc, argv,
usr/src/cmd/sgs/libld/common/util.c
319
if ((c = str2chr(lml, ndx, argc, argv,
usr/src/cmd/sgs/libld/common/util.c
333
if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
usr/src/cmd/sgs/libld/common/util.c
344
} else if ((c = str2chr(lml, argc, ndx, argv,
usr/src/cmd/sgs/libld/common/util.c
355
if ((c = str2chr(lml, ndx, argc, argv, arg, 'I',
usr/src/cmd/sgs/libld/common/util.c
363
if ((c = str2chr(lml, ndx, argc, argv, arg, 'e',
usr/src/cmd/sgs/libld/common/util.c
371
if ((c = str2chr(lml, ndx, argc, argv,
usr/src/cmd/sgs/libld/common/util.c
384
if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
usr/src/cmd/sgs/libld/common/util.c
392
if ((c = str2chr(lml, ndx, argc, argv, arg, 'F',
usr/src/cmd/sgs/libld/common/util.c
400
if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
usr/src/cmd/sgs/libld/common/util.c
411
if ((c = str2chr(lml, ndx, argc, argv, arg, 'l',
usr/src/cmd/sgs/libld/common/util.c
420
} else if ((c = str2chr(lml, ndx, argc, argv,
usr/src/cmd/sgs/libld/common/util.c
431
if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
usr/src/cmd/sgs/libld/common/util.c
440
if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
usr/src/cmd/sgs/libld/common/util.c
450
} else if ((c = str2chr(lml, ndx, argc, argv,
usr/src/cmd/sgs/libld/common/util.c
460
if ((c = str2chr(lml, ndx, argc, argv, arg, 'o',
usr/src/cmd/sgs/libld/common/util.c
468
if ((c = str2chr(lml, ndx, argc, argv, arg, 'r',
usr/src/cmd/sgs/libld/common/util.c
476
if ((c = str2chr(lml, ndx, argc, argv, arg, 's',
usr/src/cmd/sgs/libld/common/util.c
484
if ((c = str2chr(lml, ndx, argc, argv,
usr/src/cmd/sgs/libld/common/util.c
497
if ((c = str2chr(lml, ndx, argc, argv, arg, 'u',
usr/src/cmd/sgs/libld/common/util.c
505
if ((c = str2chr(lml, ndx, argc, argv, arg, 'V',
usr/src/cmd/sgs/libld/common/util.c
515
if ((c = str2chr(lml, ndx, argc, argv,
usr/src/cmd/sgs/libld/common/util.c
525
if ((c = str2chr(lml, ndx, argc, argv,
usr/src/cmd/sgs/libld/common/util.c
547
DBG_CALL(Dbg_args_Wldel(lml, ndx, optarg));
usr/src/cmd/sgs/liblddbg/common/args.c
31
Dbg_args_option(Lm_list *lml, int ndx, int c, char *optarg)
usr/src/cmd/sgs/liblddbg/common/args.c
37
dbg_print(lml, MSG_INTL(MSG_ARG_OPTARG), ndx, c, optarg);
usr/src/cmd/sgs/liblddbg/common/args.c
39
dbg_print(lml, MSG_INTL(MSG_ARG_OPTION), ndx, c);
usr/src/cmd/sgs/liblddbg/common/args.c
43
Dbg_args_str2chr(Lm_list *lml, int ndx, const char *opt, int c)
usr/src/cmd/sgs/liblddbg/common/args.c
48
dbg_print(lml, MSG_INTL(MSG_ARG_STR2CHR), ndx, opt, c);
usr/src/cmd/sgs/liblddbg/common/args.c
52
Dbg_args_Wldel(Lm_list *lml, int ndx, const char *opt)
usr/src/cmd/sgs/liblddbg/common/args.c
57
dbg_print(lml, MSG_INTL(MSG_ARG_WLDEL), ndx, opt);
usr/src/cmd/sgs/liblddbg/common/args.c
61
Dbg_args_file(Lm_list *lml, int ndx, char *file)
usr/src/cmd/sgs/liblddbg/common/args.c
66
dbg_print(lml, MSG_INTL(MSG_ARG_FILE), ndx, file);
usr/src/cmd/sgs/liblddbg/common/audit.c
100
Dbg_audit_objsearch(Lm_list *lml, int call, const char *lib,
usr/src/cmd/sgs/liblddbg/common/audit.c
109
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/audit.c
110
dbg_print(lml, MSG_INTL(MSG_AUD_OBJSEARCH), lib, oobj,
usr/src/cmd/sgs/liblddbg/common/audit.c
114
dbg_print(lml, MSG_INTL(MSG_AUD_OBJSEARCH_R), lib,
usr/src/cmd/sgs/liblddbg/common/audit.c
117
dbg_print(lml, MSG_INTL(MSG_AUD_OBJSEARCH_S), lib,
usr/src/cmd/sgs/liblddbg/common/audit.c
123
Dbg_audit_objfilter(Lm_list *lml, int call, const char *lib,
usr/src/cmd/sgs/liblddbg/common/audit.c
130
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/audit.c
131
dbg_print(lml, MSG_INTL(MSG_AUD_OBJFILTER), lib, filter,
usr/src/cmd/sgs/liblddbg/common/audit.c
134
dbg_print(lml, MSG_INTL(MSG_AUD_OBJFILTER_R), lib, filter);
usr/src/cmd/sgs/liblddbg/common/audit.c
138
Dbg_audit_objopen(Lm_list *lml, int call, const char *lib, const char *obj,
usr/src/cmd/sgs/liblddbg/common/audit.c
147
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/audit.c
148
dbg_print(lml, MSG_INTL(MSG_AUD_OBJOPEN), lib, obj);
usr/src/cmd/sgs/liblddbg/common/audit.c
151
dbg_print(lml, MSG_INTL(MSG_AUD_OBJOPEN_RI), lib, obj,
usr/src/cmd/sgs/liblddbg/common/audit.c
154
dbg_print(lml, MSG_INTL(MSG_AUD_OBJOPEN_R), lib, obj,
usr/src/cmd/sgs/liblddbg/common/audit.c
160
Dbg_audit_objclose(Lm_list *lml, const char *lib, const char *obj)
usr/src/cmd/sgs/liblddbg/common/audit.c
165
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/audit.c
166
dbg_print(lml, MSG_INTL(MSG_AUD_OBJCLOSE), lib, obj);
usr/src/cmd/sgs/liblddbg/common/audit.c
170
Dbg_audit_symbind(Lm_list *lml, int call, const char *lib, const char *name,
usr/src/cmd/sgs/liblddbg/common/audit.c
179
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/audit.c
180
dbg_print(lml, MSG_INTL(MSG_AUD_SYMBIND), lib, name,
usr/src/cmd/sgs/liblddbg/common/audit.c
183
dbg_print(lml, MSG_INTL(MSG_AUD_SYMBIND_R), lib, name,
usr/src/cmd/sgs/liblddbg/common/audit.c
189
Dbg_audit_pltenter(Lm_list *lml, int call, const char *lib, const char *name,
usr/src/cmd/sgs/liblddbg/common/audit.c
196
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/audit.c
197
dbg_print(lml, MSG_INTL(MSG_AUD_PLTENTER), lib, name,
usr/src/cmd/sgs/liblddbg/common/audit.c
200
dbg_print(lml, MSG_INTL(MSG_AUD_PLTENTER_R), lib, name,
usr/src/cmd/sgs/liblddbg/common/audit.c
206
Dbg_audit_pltexit(Lm_list *lml, const char *lib, const char *name)
usr/src/cmd/sgs/liblddbg/common/audit.c
211
dbg_print(lml, MSG_INTL(MSG_AUD_PLTEXIT), lib, name);
usr/src/cmd/sgs/liblddbg/common/audit.c
215
Dbg_audit_skip(Lm_list *lml, const char *name, const char *lmid)
usr/src/cmd/sgs/liblddbg/common/audit.c
220
dbg_print(lml, MSG_INTL(MSG_AUD_SKIP), name, lmid);
usr/src/cmd/sgs/liblddbg/common/audit.c
224
Dbg_audit_terminate(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/audit.c
229
dbg_print(lml, MSG_INTL(MSG_AUD_TERM), name);
usr/src/cmd/sgs/liblddbg/common/audit.c
59
Dbg_audit_interface(Lm_list *lml, const char *lib, const char *interface)
usr/src/cmd/sgs/liblddbg/common/audit.c
64
dbg_print(lml, MSG_INTL(MSG_AUD_INTERFACE), lib, interface);
usr/src/cmd/sgs/liblddbg/common/audit.c
68
Dbg_audit_version(Lm_list *lml, const char *lib, uint_t overs, uint_t nvers)
usr/src/cmd/sgs/liblddbg/common/audit.c
73
dbg_print(lml, MSG_INTL(MSG_AUD_VERSION), lib, overs, nvers);
usr/src/cmd/sgs/liblddbg/common/audit.c
77
Dbg_audit_activity(Lm_list *lml, const char *lib, const char *obj, uint_t flags)
usr/src/cmd/sgs/liblddbg/common/audit.c
84
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/audit.c
85
dbg_print(lml, MSG_INTL(MSG_AUD_ACTIVITY), lib, obj,
usr/src/cmd/sgs/liblddbg/common/audit.c
90
Dbg_audit_preinit(Lm_list *lml, const char *lib, const char *obj)
usr/src/cmd/sgs/liblddbg/common/audit.c
95
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/audit.c
96
dbg_print(lml, MSG_INTL(MSG_AUD_PREINIT), lib, obj);
usr/src/cmd/sgs/liblddbg/common/basic.c
103
Dbg_basic_validate(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/basic.c
108
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
109
dbg_print(lml, MSG_INTL(MSG_BASIC_VALIDATE));
usr/src/cmd/sgs/liblddbg/common/basic.c
110
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
38
Dbg_basic_collect(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/basic.c
43
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
44
dbg_print(lml, MSG_INTL(MSG_BASIC_COLLECT));
usr/src/cmd/sgs/liblddbg/common/basic.c
45
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
49
Dbg_basic_create(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/basic.c
54
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
55
dbg_print(lml, MSG_INTL(MSG_BASIC_CREATE));
usr/src/cmd/sgs/liblddbg/common/basic.c
56
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
60
Dbg_basic_files(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/basic.c
65
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
66
dbg_print(lml, MSG_INTL(MSG_BASIC_FILES));
usr/src/cmd/sgs/liblddbg/common/basic.c
67
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
70
Dbg_basic_finish(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/basic.c
75
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
76
dbg_print(lml, MSG_INTL(MSG_BASIC_FINISHED));
usr/src/cmd/sgs/liblddbg/common/basic.c
77
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
81
Dbg_basic_options(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/basic.c
86
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
87
dbg_print(lml, MSG_INTL(MSG_BASIC_OPTIONS));
usr/src/cmd/sgs/liblddbg/common/basic.c
88
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
92
Dbg_basic_relocate(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/basic.c
97
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/basic.c
98
dbg_print(lml, MSG_INTL(MSG_BASIC_RELOCATE));
usr/src/cmd/sgs/liblddbg/common/basic.c
99
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/bindings.c
108
Lm_list *lml = LIST(flmp);
usr/src/cmd/sgs/liblddbg/common/bindings.c
114
dbg_print(lml, MSG_INTL(MSG_BND_BASIC), ffile, tfile,
usr/src/cmd/sgs/liblddbg/common/bindings.c
143
dbg_print(lml, MSG_INTL(MSG_BND_PLT), ffile, EC_ADDR(fabs),
usr/src/cmd/sgs/liblddbg/common/bindings.c
153
dbg_print(lml, MSG_INTL(MSG_BND_DLSYM), ffile, tfile,
usr/src/cmd/sgs/liblddbg/common/bindings.c
160
dbg_print(lml, MSG_INTL(MSG_BND_DEFAULT), ffile, EC_ADDR(fabs),
usr/src/cmd/sgs/liblddbg/common/bindings.c
185
Lm_list *lml = LIST(flmp);
usr/src/cmd/sgs/liblddbg/common/bindings.c
192
dbg_print(lml, MSG_INTL(MSG_BND_WEAK_1), ffile,
usr/src/cmd/sgs/liblddbg/common/bindings.c
195
dbg_print(lml, MSG_INTL(MSG_BND_WEAK_2), ffile, EC_ADDR(fabs),
usr/src/cmd/sgs/liblddbg/common/bindings.c
35
Dbg_bind_plt_summary(Lm_list *lml, Half mach, Word pltcnt21d, Word pltcnt24d,
usr/src/cmd/sgs/liblddbg/common/bindings.c
46
dbg_print(lml, MSG_INTL(MSG_BND_PSUM_SPARC), EC_WORD(pltcnt21d),
usr/src/cmd/sgs/liblddbg/common/bindings.c
50
dbg_print(lml, MSG_INTL(MSG_BND_PSUM_SPARCV9),
usr/src/cmd/sgs/liblddbg/common/bindings.c
56
dbg_print(lml, MSG_INTL(MSG_BND_PSUM_DEFAULT),
usr/src/cmd/sgs/liblddbg/common/cap.c
102
dbg_print(lml, MSG_INTL(MSG_CAP_SYS_SF_1),
usr/src/cmd/sgs/liblddbg/common/cap.c
108
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/cap.c
110
dbg_print(lml, MSG_INTL(MSG_CAP_ALT_PLAT),
usr/src/cmd/sgs/liblddbg/common/cap.c
114
dbg_print(lml, MSG_INTL(MSG_CAP_ALT_MACH),
usr/src/cmd/sgs/liblddbg/common/cap.c
118
dbg_print(lml, MSG_INTL(MSG_CAP_ALT_HW_3),
usr/src/cmd/sgs/liblddbg/common/cap.c
123
dbg_print(lml, MSG_INTL(MSG_CAP_ALT_HW_2),
usr/src/cmd/sgs/liblddbg/common/cap.c
128
dbg_print(lml, MSG_INTL(MSG_CAP_ALT_HW_1),
usr/src/cmd/sgs/liblddbg/common/cap.c
133
dbg_print(lml, MSG_INTL(MSG_CAP_ALT_SF_1),
usr/src/cmd/sgs/liblddbg/common/cap.c
139
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/cap.c
147
Dbg_cap_ptr_entry(Lm_list *lml, dbg_state_t dbg_state, Xword tag,
usr/src/cmd/sgs/liblddbg/common/cap.c
155
dbg_print(lml, MSG_INTL(MSG_CAP_SEC_ENTRY), Dbg_state_str(dbg_state),
usr/src/cmd/sgs/liblddbg/common/cap.c
164
Dbg_cap_val_entry(Lm_list *lml, dbg_state_t dbg_state, Xword tag, Xword val,
usr/src/cmd/sgs/liblddbg/common/cap.c
173
dbg_print(lml, MSG_INTL(MSG_CAP_SEC_ENTRY), Dbg_state_str(dbg_state),
usr/src/cmd/sgs/liblddbg/common/cap.c
179
Dbg_cap_sec_title(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/cap.c
184
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/cap.c
185
dbg_print(lml, MSG_INTL(MSG_CAP_SEC_TITLE), name);
usr/src/cmd/sgs/liblddbg/common/cap.c
189
Dbg_cap_mapfile_title(Lm_list *lml, Lineno lineno)
usr/src/cmd/sgs/liblddbg/common/cap.c
194
dbg_print(lml, MSG_INTL(MSG_MAP_CAP), EC_LINENO(lineno));
usr/src/cmd/sgs/liblddbg/common/cap.c
198
Dbg_cap_id(Lm_list *lml, Lineno lineno, const char *oid, const char *nid)
usr/src/cmd/sgs/liblddbg/common/cap.c
200
Dbg_cap_mapfile_title(lml, lineno);
usr/src/cmd/sgs/liblddbg/common/cap.c
201
Dbg_cap_ptr_entry(lml, DBG_STATE_CURRENT, CA_SUNW_ID, oid);
usr/src/cmd/sgs/liblddbg/common/cap.c
202
Dbg_cap_ptr_entry(lml, DBG_STATE_NEW, CA_SUNW_ID, nid);
usr/src/cmd/sgs/liblddbg/common/cap.c
203
Dbg_cap_ptr_entry(lml, DBG_STATE_RESOLVED, CA_SUNW_ID, nid);
usr/src/cmd/sgs/liblddbg/common/cap.c
207
Dbg_cap_post_title(Lm_list *lml, int *title)
usr/src/cmd/sgs/liblddbg/common/cap.c
212
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/cap.c
214
dbg_print(lml, MSG_INTL(MSG_CAP_POST_TITLE));
usr/src/cmd/sgs/liblddbg/common/cap.c
218
Elf_cap_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/cap.c
220
dbg_print(lml, MSG_INTL(MSG_CAP_ELF_TITLE));
usr/src/cmd/sgs/liblddbg/common/cap.c
224
Elf_cap_entry(Lm_list *lml, Cap *cap, int ndx, const char *str, size_t str_size,
usr/src/cmd/sgs/liblddbg/common/cap.c
249
dbg_print(lml, MSG_INTL(MSG_CAP_ELF_ENTRY), index,
usr/src/cmd/sgs/liblddbg/common/cap.c
35
Dbg_cap_candidate(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/cap.c
40
dbg_print(lml, MSG_INTL(MSG_CAP_CANDIDATE), name);
usr/src/cmd/sgs/liblddbg/common/cap.c
44
Dbg_cap_filter(Lm_list *lml, const char *dir, Rt_map *flmp)
usr/src/cmd/sgs/liblddbg/common/cap.c
49
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/cap.c
51
dbg_print(lml, MSG_INTL(MSG_CAP_FILTER_1), dir, NAME(flmp));
usr/src/cmd/sgs/liblddbg/common/cap.c
53
dbg_print(lml, MSG_INTL(MSG_CAP_FILTER_2), dir);
usr/src/cmd/sgs/liblddbg/common/cap.c
57
Dbg_cap_identical(Lm_list *lml, const char *file1, const char *file2)
usr/src/cmd/sgs/liblddbg/common/cap.c
62
dbg_print(lml, MSG_INTL(MSG_CAP_IDENTICAL), file1, file2);
usr/src/cmd/sgs/liblddbg/common/cap.c
66
Dbg_cap_val(Lm_list *lml, Syscapset *sys, Syscapset *alt, Half mach)
usr/src/cmd/sgs/liblddbg/common/cap.c
75
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/cap.c
81
dbg_print(lml, MSG_INTL(MSG_CAP_SYS_PLAT), sys->sc_plat);
usr/src/cmd/sgs/liblddbg/common/cap.c
84
dbg_print(lml, MSG_INTL(MSG_CAP_SYS_MACH), sys->sc_mach);
usr/src/cmd/sgs/liblddbg/common/cap.c
87
dbg_print(lml, MSG_INTL(MSG_CAP_SYS_HW_3),
usr/src/cmd/sgs/liblddbg/common/cap.c
92
dbg_print(lml, MSG_INTL(MSG_CAP_SYS_HW_2),
usr/src/cmd/sgs/liblddbg/common/cap.c
97
dbg_print(lml, MSG_INTL(MSG_CAP_SYS_HW_1),
usr/src/cmd/sgs/liblddbg/common/debug.c
532
dbg_print(Lm_list *lml, const char *format, ...)
usr/src/cmd/sgs/liblddbg/common/debug.c
541
lml = 0;
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
100
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
101
dbg_print(lml, MSG_INTL(MSG_DL_DLOPEN), name, NAME(clmp), retry,
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
109
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
119
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
120
dbg_print(lml, MSG_INTL(MSG_DL_DLCLOSE), name, NAME(clmp), str);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
127
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
132
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
133
dbg_print(lml, MSG_INTL(MSG_DL_DLDUMP), ipath, NAME(clmp),
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
141
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
146
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
147
dbg_print(lml, MSG_INTL(MSG_DL_DLERROR), NAME(clmp),
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
154
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
159
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
160
dbg_print(lml, MSG_INTL(MSG_DL_DLADDR), NAME(clmp), EC_NATPTR(addr));
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
168
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
200
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
202
dbg_print(lml, MSG_INTL(MSG_DLSYM_1), Dbg_demangle_name(sym),
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
205
dbg_print(lml, MSG_INTL(MSG_DLSYM_2), Dbg_demangle_name(sym),
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
212
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
217
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
218
dbg_print(lml, MSG_INTL(MSG_DL_DLINFO), NAME(clmp), name,
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
34
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
39
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
40
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_ENTER), NAME(clmp));
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
41
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_MAPCNT), cnt_map, cnt_unmap);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
45
Dbg_dl_iphdr_callback(Lm_list *lml, struct dl_phdr_info *info)
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
50
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_CALLBACK));
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
51
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_NAME), info->dlpi_name);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
52
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_ADDR), EC_ADDR(info->dlpi_addr));
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
53
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_PHDR),
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
59
Dbg_dl_iphdr_mapchange(Lm_list *lml, u_longlong_t cnt_map,
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
65
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_MAPCNG));
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
66
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_MAPCNT), cnt_map, cnt_unmap);
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
70
Dbg_dl_iphdr_unmap_ret(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
75
dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_UNMAP));
usr/src/cmd/sgs/liblddbg/common/dlfcns.c
82
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/dynamic.c
38
Elf_dyn_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/dynamic.c
40
dbg_print(lml, MSG_INTL(MSG_DYN_TITLE));
usr/src/cmd/sgs/liblddbg/common/dynamic.c
44
Elf_dyn_entry(Lm_list *lml, Dyn *dyn, int ndx, const char *name,
usr/src/cmd/sgs/liblddbg/common/dynamic.c
51
dbg_print(lml, MSG_INTL(MSG_DYN_ENTRY), index,
usr/src/cmd/sgs/liblddbg/common/dynamic.c
62
Elf_dyn_null_entry(Lm_list *lml, Dyn *dyn, int start_ndx, int end_ndx)
usr/src/cmd/sgs/liblddbg/common/dynamic.c
68
Elf_dyn_entry(lml, dyn, start_ndx, MSG_ORIG(MSG_STR_EMPTY),
usr/src/cmd/sgs/liblddbg/common/dynamic.c
73
dbg_print(lml, MSG_INTL(MSG_DYN_ENTRY), index,
usr/src/cmd/sgs/liblddbg/common/elf.c
100
dbg_print(lml, MSG_ORIG(MSG_ELF_PHOFF), EC_OFF(ehdr->e_phoff),
usr/src/cmd/sgs/liblddbg/common/elf.c
109
dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY));
usr/src/cmd/sgs/liblddbg/common/elf.c
110
dbg_print(lml, MSG_ORIG(MSG_SHD0_TITLE));
usr/src/cmd/sgs/liblddbg/common/elf.c
111
dbg_print(lml, MSG_ORIG(MSG_SHD0_ADDR), EC_ADDR(shdr0->sh_addr),
usr/src/cmd/sgs/liblddbg/common/elf.c
113
dbg_print(lml, MSG_ORIG(MSG_SHD0_SIZE), EC_XWORD(shdr0->sh_size),
usr/src/cmd/sgs/liblddbg/common/elf.c
115
dbg_print(lml, MSG_ORIG(MSG_SHD0_OFFSET), EC_OFF(shdr0->sh_offset),
usr/src/cmd/sgs/liblddbg/common/elf.c
117
dbg_print(lml, MSG_ORIG(MSG_SHD0_LINK), EC_WORD(shdr0->sh_link),
usr/src/cmd/sgs/liblddbg/common/elf.c
119
dbg_print(lml, MSG_ORIG(MSG_SHD0_ALIGN), EC_XWORD(shdr0->sh_addralign));
usr/src/cmd/sgs/liblddbg/common/elf.c
33
Elf_ehdr(Lm_list *lml, Ehdr *ehdr, Shdr *shdr0)
usr/src/cmd/sgs/liblddbg/common/elf.c
44
dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY));
usr/src/cmd/sgs/liblddbg/common/elf.c
45
dbg_print(lml, MSG_INTL(MSG_ELF_HEADER));
usr/src/cmd/sgs/liblddbg/common/elf.c
47
dbg_print(lml, MSG_ORIG(MSG_ELF_MAGIC), byte[EI_MAG0],
usr/src/cmd/sgs/liblddbg/common/elf.c
51
dbg_print(lml, MSG_ORIG(MSG_ELF_CLASS),
usr/src/cmd/sgs/liblddbg/common/elf.c
54
dbg_print(lml, MSG_ORIG(MSG_ELF_OSABI),
usr/src/cmd/sgs/liblddbg/common/elf.c
58
dbg_print(lml, MSG_ORIG(MSG_ELF_MACHINE),
usr/src/cmd/sgs/liblddbg/common/elf.c
61
dbg_print(lml, MSG_ORIG(MSG_ELF_TYPE),
usr/src/cmd/sgs/liblddbg/common/elf.c
71
dbg_print(lml, MSG_ORIG(MSG_ELF_FLAGS_FMT), flgs);
usr/src/cmd/sgs/liblddbg/common/elf.c
73
dbg_print(lml, MSG_ORIG(MSG_ELF_FLAGS), flgs);
usr/src/cmd/sgs/liblddbg/common/elf.c
80
dbg_print(lml, MSG_ORIG(MSG_ELFX_ESIZE),
usr/src/cmd/sgs/liblddbg/common/elf.c
84
dbg_print(lml, MSG_ORIG(MSG_ELF_ESIZE), EC_ADDR(ehdr->e_entry),
usr/src/cmd/sgs/liblddbg/common/elf.c
88
dbg_print(lml, MSG_ORIG(MSG_ELFX_SHOFF), EC_OFF(ehdr->e_shoff),
usr/src/cmd/sgs/liblddbg/common/elf.c
92
dbg_print(lml, MSG_ORIG(MSG_ELF_SHOFF), EC_OFF(ehdr->e_shoff),
usr/src/cmd/sgs/liblddbg/common/elf.c
96
dbg_print(lml, MSG_ORIG(MSG_ELFX_PHOFF), EC_OFF(ehdr->e_phoff),
usr/src/cmd/sgs/liblddbg/common/entry.c
35
Dbg_ent_entry(Lm_list *lml, uchar_t osabi, Half mach, Ent_desc *enp)
usr/src/cmd/sgs/liblddbg/common/entry.c
47
dbg_print(lml, MSG_ORIG(MSG_ECR_NAME), enp->ec_name);
usr/src/cmd/sgs/liblddbg/common/entry.c
49
dbg_print(lml, MSG_ORIG(MSG_ECR_FLAGS),
usr/src/cmd/sgs/liblddbg/common/entry.c
52
dbg_print(lml, MSG_ORIG(MSG_ECR_IS_NAME),
usr/src/cmd/sgs/liblddbg/common/entry.c
56
dbg_print(lml, MSG_ORIG(MSG_ECR_SEGMENT),
usr/src/cmd/sgs/liblddbg/common/entry.c
61
dbg_print(lml, MSG_ORIG(MSG_ECR_NDX), EC_WORD(enp->ec_ordndx),
usr/src/cmd/sgs/liblddbg/common/entry.c
65
dbg_print(lml, MSG_ORIG(MSG_ECR_FILES));
usr/src/cmd/sgs/liblddbg/common/entry.c
67
dbg_print(lml, MSG_ORIG(MSG_ECR_FILE),
usr/src/cmd/sgs/liblddbg/common/entry.c
77
Dbg_ent_print(Lm_list *lml, uchar_t osabi, Half mach, APlist *alp)
usr/src/cmd/sgs/liblddbg/common/entry.c
85
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/entry.c
86
dbg_print(lml, MSG_INTL(MSG_ECR_TITLE));
usr/src/cmd/sgs/liblddbg/common/entry.c
89
dbg_print(lml, MSG_INTL(MSG_ECR_DESC), EC_WORD(ndx));
usr/src/cmd/sgs/liblddbg/common/entry.c
90
Dbg_ent_entry(lml, osabi, mach, enp);
usr/src/cmd/sgs/liblddbg/common/files.c
101
dbg_print(lml, MSG_INTL(MSG_FIL_ELF), name, str);
usr/src/cmd/sgs/liblddbg/common/files.c
102
dbg_print(lml, MSG_INTL(MSG_FIL_DATA_AS), EC_ADDR(addr), EC_OFF(size));
usr/src/cmd/sgs/liblddbg/common/files.c
103
dbg_print(lml, MSG_INTL(MSG_FIL_DATA_LL), lmid, EC_XWORD(lmco));
usr/src/cmd/sgs/liblddbg/common/files.c
110
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/files.c
115
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
116
dbg_print(lml, MSG_INTL(MSG_FIL_LDSO), PATHNAME(lmp));
usr/src/cmd/sgs/liblddbg/common/files.c
117
dbg_print(lml, MSG_INTL(MSG_FIL_DATA_AS), EC_ADDR(ADDR(lmp)),
usr/src/cmd/sgs/liblddbg/common/files.c
119
dbg_print(lml, MSG_INTL(MSG_FIL_DATA_EA), EC_NATPTR(envp),
usr/src/cmd/sgs/liblddbg/common/files.c
121
dbg_print(lml, MSG_INTL(MSG_FIL_DATA_LL), lmid, EC_XWORD(lmco));
usr/src/cmd/sgs/liblddbg/common/files.c
122
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
129
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/files.c
134
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
135
dbg_print(lml, MSG_INTL(MSG_FIL_PROT), NAME(lmp), (prot ? '+' : '-'));
usr/src/cmd/sgs/liblddbg/common/files.c
141
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/files.c
146
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
147
dbg_print(lml, MSG_INTL(MSG_FIL_DELETE), NAME(lmp));
usr/src/cmd/sgs/liblddbg/common/files.c
185
Lm_list *lml = ghp->gh_ownlml;
usr/src/cmd/sgs/liblddbg/common/files.c
200
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
203
dbg_print(lml, MSG_INTL(MSG_FIL_HDL_RETAIN), str, name);
usr/src/cmd/sgs/liblddbg/common/files.c
205
dbg_print(lml, MSG_INTL(MSG_FIL_HDL_COLLECT), str,
usr/src/cmd/sgs/liblddbg/common/files.c
214
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/files.c
232
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
246
dbg_print(lml, MSG_INTL(hdl_str), name,
usr/src/cmd/sgs/liblddbg/common/files.c
276
dbg_print(lml, MSG_INTL(str), NAME(lmp), mode, group);
usr/src/cmd/sgs/liblddbg/common/files.c
280
Dbg_file_bind_entry(Lm_list *lml, Bnd_desc *bdp)
usr/src/cmd/sgs/liblddbg/common/files.c
292
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
293
dbg_print(lml, MSG_INTL(MSG_FIL_BND_ADD), NAME(bdp->b_caller));
usr/src/cmd/sgs/liblddbg/common/files.c
294
dbg_print(lml, MSG_INTL(MSG_FIL_BND_FILE), NAME(bdp->b_depend),
usr/src/cmd/sgs/liblddbg/common/files.c
305
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/files.c
318
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
319
dbg_print(lml, MSG_INTL(MSG_FIL_DEP_TITLE), str,
usr/src/cmd/sgs/liblddbg/common/files.c
320
conv_bnd_obj(lml->lm_flags, &bnd_obj_buf));
usr/src/cmd/sgs/liblddbg/common/files.c
350
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
353
dbg_print(lml, MSG_INTL(MSG_FIL_DEP_NONE), NAME(tlmp));
usr/src/cmd/sgs/liblddbg/common/files.c
355
dbg_print(lml, MSG_INTL(MSG_FIL_DEP_ENT), NAME(tlmp));
usr/src/cmd/sgs/liblddbg/common/files.c
358
dbg_print(lml, MSG_INTL(MSG_FIL_BND_FILE),
usr/src/cmd/sgs/liblddbg/common/files.c
365
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
369
Dbg_file_bindings_done(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/files.c
376
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/liblddbg/common/files.c
382
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/liblddbg/common/files.c
387
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
388
dbg_print(lml, MSG_INTL(MSG_FIL_LAZYLOAD), fname, NAME(clmp),
usr/src/cmd/sgs/liblddbg/common/files.c
393
Dbg_file_preload(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/files.c
398
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
399
dbg_print(lml, MSG_INTL(MSG_FIL_PRELOAD), name);
usr/src/cmd/sgs/liblddbg/common/files.c
405
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/files.c
410
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
411
dbg_print(lml, MSG_INTL(MSG_FIL_NEEDED), name, NAME(lmp));
usr/src/cmd/sgs/liblddbg/common/files.c
415
Dbg_file_filter(Lm_list *lml, const char *filter, const char *filtee,
usr/src/cmd/sgs/liblddbg/common/files.c
421
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
423
dbg_print(lml, MSG_INTL(MSG_FIL_FILTER_1), filter, filtee);
usr/src/cmd/sgs/liblddbg/common/files.c
425
dbg_print(lml, MSG_INTL(MSG_FIL_FILTER_2), filter, filtee);
usr/src/cmd/sgs/liblddbg/common/files.c
429
Dbg_file_filtee(Lm_list *lml, const char *filter, const char *filtee, int audit)
usr/src/cmd/sgs/liblddbg/common/files.c
43
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/files.c
434
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
437
dbg_print(lml, MSG_INTL(MSG_FIL_FILTEE_3), filtee);
usr/src/cmd/sgs/liblddbg/common/files.c
439
dbg_print(lml, MSG_INTL(MSG_FIL_FILTEE_1), filtee, filter);
usr/src/cmd/sgs/liblddbg/common/files.c
441
dbg_print(lml, MSG_INTL(MSG_FIL_FILTEE_2), filtee);
usr/src/cmd/sgs/liblddbg/common/files.c
445
Dbg_file_fixname(Lm_list *lml, const char *oname, const char *nname)
usr/src/cmd/sgs/liblddbg/common/files.c
450
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
451
dbg_print(lml, MSG_INTL(MSG_FIL_FIXNAME), oname, nname);
usr/src/cmd/sgs/liblddbg/common/files.c
48
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
49
dbg_print(lml, MSG_INTL(MSG_FIL_ANALYZE), NAME(lmp),
usr/src/cmd/sgs/liblddbg/common/files.c
494
Dbg_file_config_dis(Lm_list *lml, const char *config, int features)
usr/src/cmd/sgs/liblddbg/common/files.c
523
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/files.c
524
dbg_print(lml, MSG_INTL(MSG_FIL_CONFIG_ERR), config, str);
usr/src/cmd/sgs/liblddbg/common/files.c
525
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/files.c
529
Dbg_file_config_obj(Lm_list *lml, const char *dir, const char *file,
usr/src/cmd/sgs/liblddbg/common/files.c
54
Dbg_file_mmapobj(Lm_list *lml, const char *name, mmapobj_result_t *ompp,
usr/src/cmd/sgs/liblddbg/common/files.c
544
dbg_print(lml, MSG_INTL(MSG_FIL_CONFIG), name, config);
usr/src/cmd/sgs/liblddbg/common/files.c
548
Dbg_file_del_rescan(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/files.c
553
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
554
dbg_print(lml, MSG_INTL(MSG_FIL_DEL_RESCAN));
usr/src/cmd/sgs/liblddbg/common/files.c
561
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/files.c
566
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
567
dbg_print(lml, MSG_INTL(MSG_FIL_PROMOTE), NAME(lmp),
usr/src/cmd/sgs/liblddbg/common/files.c
569
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
573
Dbg_file_deferred(Lm_list *lml, const char *oname, const char *nname)
usr/src/cmd/sgs/liblddbg/common/files.c
578
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
579
dbg_print(lml, MSG_INTL(MSG_FIL_DEFERRED), oname, nname);
usr/src/cmd/sgs/liblddbg/common/files.c
583
Dbg_file_cntl(Lm_list *lml, Aliste flmco, Aliste tlmco)
usr/src/cmd/sgs/liblddbg/common/files.c
593
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
594
dbg_print(lml, MSG_INTL(MSG_CNTL_TITLE), EC_XWORD(flmco),
usr/src/cmd/sgs/liblddbg/common/files.c
597
for (ALIST_TRAVERSE_BY_OFFSET(lml->lm_lists, off, lmc)) {
usr/src/cmd/sgs/liblddbg/common/files.c
602
dbg_print(lml, MSG_ORIG(MSG_CNTL_ENTRY), EC_XWORD(off),
usr/src/cmd/sgs/liblddbg/common/files.c
605
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
614
Dbg_file_ar_rescan(Lm_list *lml, int argv_start_ndx, int argv_end_ndx)
usr/src/cmd/sgs/liblddbg/common/files.c
619
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
620
dbg_print(lml, MSG_INTL(MSG_FIL_AR_RESCAN),
usr/src/cmd/sgs/liblddbg/common/files.c
622
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
626
Dbg_file_ar(Lm_list *lml, const char *name, Boolean again)
usr/src/cmd/sgs/liblddbg/common/files.c
638
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
639
dbg_print(lml, MSG_INTL(MSG_FIL_ARCHIVE), name, str);
usr/src/cmd/sgs/liblddbg/common/files.c
643
Dbg_file_generic(Lm_list *lml, Ifl_desc *ifl)
usr/src/cmd/sgs/liblddbg/common/files.c
65
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
650
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
651
dbg_print(lml, MSG_INTL(MSG_FIL_BASIC), ifl->ifl_name,
usr/src/cmd/sgs/liblddbg/common/files.c
66
dbg_print(lml, MSG_INTL(MSG_FIL_MMAPOBJ), name, onum);
usr/src/cmd/sgs/liblddbg/common/files.c
685
Dbg_file_rejected(Lm_list *lml, Rej_desc *rej, Half mach)
usr/src/cmd/sgs/liblddbg/common/files.c
692
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
693
dbg_print(lml, MSG_INTL(reject[rej->rej_type]), rej->rej_name ?
usr/src/cmd/sgs/liblddbg/common/files.c
696
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
700
Dbg_file_reuse(Lm_list *lml, const char *nname, const char *oname)
usr/src/cmd/sgs/liblddbg/common/files.c
705
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
706
dbg_print(lml, MSG_INTL(MSG_FIL_REUSE), nname, oname);
usr/src/cmd/sgs/liblddbg/common/files.c
710
Dbg_file_skip(Lm_list *lml, const char *oname, const char *nname)
usr/src/cmd/sgs/liblddbg/common/files.c
716
dbg_print(lml, MSG_INTL(MSG_FIL_SKIP_1), nname, oname);
usr/src/cmd/sgs/liblddbg/common/files.c
718
dbg_print(lml, MSG_INTL(MSG_FIL_SKIP_2), nname);
usr/src/cmd/sgs/liblddbg/common/files.c
722
Dbg_file_modified(Lm_list *lml, const char *obj, const char *oname,
usr/src/cmd/sgs/liblddbg/common/files.c
732
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
733
dbg_print(lml, MSG_INTL(MSG_FIL_MODIFIED), oname, obj);
usr/src/cmd/sgs/liblddbg/common/files.c
736
dbg_print(lml, MSG_INTL(MSG_FIL_NAMECHANGE), nname);
usr/src/cmd/sgs/liblddbg/common/files.c
742
dbg_print(lml, MSG_INTL(MSG_FIL_FDCHANGE), ofd, nfd, str);
usr/src/cmd/sgs/liblddbg/common/files.c
749
dbg_print(lml, MSG_INTL(MSG_FIL_ELFCHANGE), EC_NATPTR(oelf),
usr/src/cmd/sgs/liblddbg/common/files.c
752
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
756
Dbg_file_cleanup(Lm_list *lml, const char *name, Aliste lmco)
usr/src/cmd/sgs/liblddbg/common/files.c
761
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
762
dbg_print(lml, MSG_INTL(MSG_FIL_CLEANUP), name, EC_XWORD(lmco));
usr/src/cmd/sgs/liblddbg/common/files.c
79
dbg_print(lml, MSG_INTL(MSG_FIL_MMAPOBJ_1), mnum,
usr/src/cmd/sgs/liblddbg/common/files.c
81
dbg_print(lml, MSG_INTL(MSG_FIL_MMAPOBJ_2),
usr/src/cmd/sgs/liblddbg/common/files.c
84
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/files.c
88
Dbg_file_elf(Lm_list *lml, const char *name, Addr addr, size_t size,
usr/src/cmd/sgs/liblddbg/common/got.c
110
dbg_print(lml, MSG_INTL(MSG_GOT_FORMAT1), index,
usr/src/cmd/sgs/liblddbg/common/got.c
113
dbg_print(lml, MSG_INTL(MSG_GOT_FORMAT2), index,
usr/src/cmd/sgs/liblddbg/common/got.c
121
Elf_got_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/got.c
123
dbg_print(lml, MSG_INTL(MSG_GOT_TITLE));
usr/src/cmd/sgs/liblddbg/common/got.c
127
Elf_got_entry(Lm_list *lml, Sword ndx, Addr addr, Xword value, Half mach,
usr/src/cmd/sgs/liblddbg/common/got.c
165
dbg_print(lml, MSG_INTL(MSG_GOT_ENTRY_RE), index, EC_ADDR(addr),
usr/src/cmd/sgs/liblddbg/common/got.c
168
dbg_print(lml, MSG_INTL(MSG_GOT_ENTRY_NR), index, EC_ADDR(addr),
usr/src/cmd/sgs/liblddbg/common/got.c
51
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/got.c
62
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/got.c
63
dbg_print(lml, MSG_INTL(MSG_GOT_INFO), EC_WORD(ofl->ofl_gotcnt));
usr/src/cmd/sgs/liblddbg/common/got.c
72
dbg_print(lml, MSG_INTL(MSG_GOT_COLUMNS1));
usr/src/cmd/sgs/liblddbg/common/got.c
74
dbg_print(lml, MSG_INTL(MSG_GOT_COLUMNS2));
usr/src/cmd/sgs/liblddbg/common/libs.c
105
dbg_print(lml, MSG_INTL(MSG_LIB_LOPT), name, path);
usr/src/cmd/sgs/liblddbg/common/libs.c
109
Dbg_libs_path(Lm_list *lml, const char *path, uint_t orig, const char *obj)
usr/src/cmd/sgs/liblddbg/common/libs.c
152
dbg_print(lml, fmt, path, obj);
usr/src/cmd/sgs/liblddbg/common/libs.c
156
Dbg_libs_req(Lm_list *lml, const char *so_name, const char *ref_file,
usr/src/cmd/sgs/liblddbg/common/libs.c
164
dbg_print(lml, MSG_INTL(MSG_LIB_REQUIRED), so_name, name, ref_file);
usr/src/cmd/sgs/liblddbg/common/libs.c
168
Dbg_libs_update(Lm_list *lml, APlist *ulibdir, APlist *dlibdir)
usr/src/cmd/sgs/liblddbg/common/libs.c
173
dbg_print(lml, MSG_INTL(MSG_LIB_UPPATH));
usr/src/cmd/sgs/liblddbg/common/libs.c
174
Dbg_lib_dir_print(lml, ulibdir);
usr/src/cmd/sgs/liblddbg/common/libs.c
175
Dbg_lib_dir_print(lml, dlibdir);
usr/src/cmd/sgs/liblddbg/common/libs.c
179
Dbg_libs_yp(Lm_list *lml, const char *path)
usr/src/cmd/sgs/liblddbg/common/libs.c
184
dbg_print(lml, MSG_INTL(MSG_LIB_LIBPATH), path);
usr/src/cmd/sgs/liblddbg/common/libs.c
188
Dbg_libs_ylu(Lm_list *lml, const char *path, const char *orig, int index)
usr/src/cmd/sgs/liblddbg/common/libs.c
193
dbg_print(lml, MSG_INTL(MSG_LIB_YPATH), path, orig,
usr/src/cmd/sgs/liblddbg/common/libs.c
30
Dbg_libs_audit(Lm_list *lml, const char *opath, const char *npath)
usr/src/cmd/sgs/liblddbg/common/libs.c
39
dbg_print(lml, MSG_INTL(MSG_LIB_SKIP), opath);
usr/src/cmd/sgs/liblddbg/common/libs.c
41
dbg_print(lml, MSG_INTL(MSG_LIB_ALTER), npath);
usr/src/cmd/sgs/liblddbg/common/libs.c
45
Dbg_libs_find(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/libs.c
50
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/libs.c
51
dbg_print(lml, MSG_INTL(MSG_LIB_FIND), name);
usr/src/cmd/sgs/liblddbg/common/libs.c
55
Dbg_libs_found(Lm_list *lml, const char *path, int alter)
usr/src/cmd/sgs/liblddbg/common/libs.c
60
dbg_print(lml, MSG_INTL(MSG_LIB_TRYING), path, alter ?
usr/src/cmd/sgs/liblddbg/common/libs.c
65
Dbg_libs_insecure(Lm_list *lml, const char *path, int usable)
usr/src/cmd/sgs/liblddbg/common/libs.c
71
dbg_print(lml, MSG_INTL(MSG_LIB_INUSE), path);
usr/src/cmd/sgs/liblddbg/common/libs.c
73
dbg_print(lml, MSG_INTL(MSG_LIB_IGNORE), path);
usr/src/cmd/sgs/liblddbg/common/libs.c
77
Dbg_lib_dir_print(Lm_list *lml, APlist *libdir)
usr/src/cmd/sgs/liblddbg/common/libs.c
83
dbg_print(lml, MSG_ORIG(MSG_LIB_FILE), cp);
usr/src/cmd/sgs/liblddbg/common/libs.c
87
Dbg_libs_init(Lm_list *lml, APlist *ulibdir, APlist *dlibdir)
usr/src/cmd/sgs/liblddbg/common/libs.c
92
dbg_print(lml, MSG_INTL(MSG_LIB_INITPATH));
usr/src/cmd/sgs/liblddbg/common/libs.c
93
Dbg_lib_dir_print(lml, ulibdir);
usr/src/cmd/sgs/liblddbg/common/libs.c
94
Dbg_lib_dir_print(lml, dlibdir);
usr/src/cmd/sgs/liblddbg/common/libs.c
98
Dbg_libs_l(Lm_list *lml, const char *name, const char *path)
usr/src/cmd/sgs/liblddbg/common/map.c
105
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/map.c
110
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
111
dbg_print(lml, MSG_INTL(MSG_MAP_SYM_SIZE), EC_LINENO(lineno), segname,
usr/src/cmd/sgs/liblddbg/common/map.c
117
Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_INTL(MSG_STR_UP_2),
usr/src/cmd/sgs/liblddbg/common/map.c
127
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/map.c
134
Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_INTL(MSG_STR_ENTERED),
usr/src/cmd/sgs/liblddbg/common/map.c
145
Dbg_map_dv(Lm_list *lml, const char *obj_name, Lineno lineno)
usr/src/cmd/sgs/liblddbg/common/map.c
150
dbg_print(lml, MSG_INTL(MSG_MAP_DV), EC_LINENO(lineno), obj_name);
usr/src/cmd/sgs/liblddbg/common/map.c
157
Dbg_map_dv_entry(Lm_list *lml, Lineno lineno, int require, const char *version)
usr/src/cmd/sgs/liblddbg/common/map.c
165
dbg_print(lml, MSG_INTL(MSG_MAP_DV_ENTRY), attr, version,
usr/src/cmd/sgs/liblddbg/common/map.c
170
Dbg_map_sort_title(Lm_list *lml, Boolean orig)
usr/src/cmd/sgs/liblddbg/common/map.c
178
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
179
dbg_print(lml, MSG_INTL(MSG_MAP_SORT_TITLE));
usr/src/cmd/sgs/liblddbg/common/map.c
180
dbg_print(lml, MSG_INTL(MSG_MAP_SORT_TITLE_O));
usr/src/cmd/sgs/liblddbg/common/map.c
182
dbg_print(lml, MSG_INTL(MSG_MAP_SORT_TITLE_S));
usr/src/cmd/sgs/liblddbg/common/map.c
187
Dbg_map_sort_seg(Lm_list *lml, uchar_t osabi, Half mach, Sg_desc *sgp)
usr/src/cmd/sgs/liblddbg/common/map.c
202
dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_V),
usr/src/cmd/sgs/liblddbg/common/map.c
211
dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_O),
usr/src/cmd/sgs/liblddbg/common/map.c
215
dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_NAME),
usr/src/cmd/sgs/liblddbg/common/map.c
219
dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG), type_str);
usr/src/cmd/sgs/liblddbg/common/map.c
224
Dbg_map_parse(Lm_list *lml, const char *file, int version)
usr/src/cmd/sgs/liblddbg/common/map.c
231
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
232
dbg_print(lml, MSG_INTL(MSG_MAP_MAPFILE), file, EC_WORD(version),
usr/src/cmd/sgs/liblddbg/common/map.c
237
Dbg_map_ent(Lm_list *lml, Ent_desc *enp, Ofl_desc *ofl, Lineno lineno)
usr/src/cmd/sgs/liblddbg/common/map.c
242
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
243
dbg_print(lml, MSG_INTL(MSG_MAP_EC), EC_LINENO(lineno));
usr/src/cmd/sgs/liblddbg/common/map.c
244
Dbg_ent_entry(lml, ofl->ofl_dehdr->e_ident[EI_OSABI],
usr/src/cmd/sgs/liblddbg/common/map.c
249
Dbg_map_ent_ord_title(Lm_list *lml, const char *segname)
usr/src/cmd/sgs/liblddbg/common/map.c
254
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
255
dbg_print(lml, MSG_INTL(MSG_MAP_ENT_ORD_TITLE), segname);
usr/src/cmd/sgs/liblddbg/common/map.c
259
Dbg_map_seg_os_order(Lm_list *lml, Sg_desc *sgp, const char *sec_name,
usr/src/cmd/sgs/liblddbg/common/map.c
265
dbg_print(lml, MSG_INTL(MSG_MAP_OS_ORDER), EC_LINENO(lineno),
usr/src/cmd/sgs/liblddbg/common/map.c
273
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/map.c
278
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
279
dbg_print(lml, MSG_INTL(MSG_MAP_SEG), EC_LINENO(lineno),
usr/src/cmd/sgs/liblddbg/common/map.c
283
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
290
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/map.c
299
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
300
dbg_print(lml, MSG_INTL(MSG_MAP_SEG_ORDER), EC_LINENO(lineno),
usr/src/cmd/sgs/liblddbg/common/map.c
306
dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_NAME), type_str,
usr/src/cmd/sgs/liblddbg/common/map.c
309
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
313
Dbg_map_post_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/map.c
318
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
319
dbg_print(lml, MSG_INTL(MSG_MAP_POST_TITLE));
usr/src/cmd/sgs/liblddbg/common/map.c
323
Dbg_map_hdr_noalloc(Lm_list *lml, Lineno lineno)
usr/src/cmd/sgs/liblddbg/common/map.c
328
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
329
dbg_print(lml, MSG_INTL(MSG_MAP_HDR_NOALLOC), EC_LINENO(lineno));
usr/src/cmd/sgs/liblddbg/common/map.c
37
Dbg_map_pass(Lm_list *lml, Boolean enable, const char *file,
usr/src/cmd/sgs/liblddbg/common/map.c
46
dbg_print(lml, fmt, file, EC_LINENO(lineno), directive);
usr/src/cmd/sgs/liblddbg/common/map.c
54
Dbg_map_cexp_id(Lm_list *lml, Boolean add, const char *file,
usr/src/cmd/sgs/liblddbg/common/map.c
63
dbg_print(lml, fmt, file, EC_LINENO(lineno), id);
usr/src/cmd/sgs/liblddbg/common/map.c
67
Dbg_map_version(Lm_list *lml, const char *version, const char *name, int scope)
usr/src/cmd/sgs/liblddbg/common/map.c
81
dbg_print(lml, MSG_INTL(MSG_MAP_SYM_VER_1), str, version,
usr/src/cmd/sgs/liblddbg/common/map.c
84
dbg_print(lml, MSG_INTL(MSG_MAP_SYM_VER_2), str,
usr/src/cmd/sgs/liblddbg/common/map.c
89
Dbg_map_size_new(Lm_list *lml, const char *symname, const char *segname,
usr/src/cmd/sgs/liblddbg/common/map.c
95
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/map.c
96
dbg_print(lml, MSG_INTL(MSG_MAP_SYM_SIZE), EC_LINENO(lineno), segname,
usr/src/cmd/sgs/liblddbg/common/move.c
103
Dbg_move_expand(Lm_list *lml, Move *mv, Addr addr)
usr/src/cmd/sgs/liblddbg/common/move.c
108
dbg_print(lml, MSG_INTL(MSG_MOVE_EXPAND), EC_ADDR(addr),
usr/src/cmd/sgs/liblddbg/common/move.c
113
Dbg_move_input(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/move.c
118
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/move.c
119
dbg_print(lml, MSG_INTL(MSG_MOVE_INPUT), name);
usr/src/cmd/sgs/liblddbg/common/move.c
120
dbg_print(lml, MSG_INTL(MSG_MOVE_TITLE1));
usr/src/cmd/sgs/liblddbg/common/move.c
124
Dbg_move_entry1(Lm_list *lml, int which, Move *mv, Sym_desc *s)
usr/src/cmd/sgs/liblddbg/common/move.c
136
dbg_print(lml, str, EC_XWORD(mv->m_poffset), ELF_M_SIZE(mv->m_info),
usr/src/cmd/sgs/liblddbg/common/move.c
141
Dbg_move_entry2(Lm_list *lml, Move *mv, Word st_name, const char *name)
usr/src/cmd/sgs/liblddbg/common/move.c
153
dbg_print(lml, MSG_INTL(MSG_MOVE_ENTRYIN), EC_XWORD(mv->m_poffset),
usr/src/cmd/sgs/liblddbg/common/move.c
159
Dbg_move_bad(Lm_list *lml, ulong_t num, const char *name, Addr addr)
usr/src/cmd/sgs/liblddbg/common/move.c
164
dbg_print(lml, MSG_INTL(MSG_MOVE_BAD), EC_XWORD(num), name,
usr/src/cmd/sgs/liblddbg/common/move.c
34
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/move.c
39
dbg_print(lml, MSG_INTL(MSG_MOVE_FILE), NAME(lmp));
usr/src/cmd/sgs/liblddbg/common/move.c
40
dbg_print(lml, MSG_INTL(MSG_MOVE_TITLE2));
usr/src/cmd/sgs/liblddbg/common/move.c
44
Dbg_move_adjexpandreloc(Lm_list *lml, Xword offset, const char *name)
usr/src/cmd/sgs/liblddbg/common/move.c
51
dbg_print(lml, MSG_INTL(MSG_MOVE_ADJEXPAND), Dbg_demangle_name(name),
usr/src/cmd/sgs/liblddbg/common/move.c
56
Dbg_move_adjmovereloc(Lm_list *lml, Xword offset1, Xword offset2,
usr/src/cmd/sgs/liblddbg/common/move.c
64
dbg_print(lml, MSG_INTL(MSG_MOVE_ADJMOVE), Dbg_demangle_name(name),
usr/src/cmd/sgs/liblddbg/common/move.c
69
Dbg_move_outsctadj(Lm_list *lml, Sym_desc *sdp)
usr/src/cmd/sgs/liblddbg/common/move.c
76
dbg_print(lml, MSG_INTL(MSG_MOVE_OUTSCTADJ),
usr/src/cmd/sgs/liblddbg/common/move.c
81
Dbg_move_parexpn(Lm_list *lml, const char *name, const char *reason)
usr/src/cmd/sgs/liblddbg/common/move.c
86
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/move.c
87
dbg_print(lml, MSG_INTL(MSG_MOVE_PAREXPN), name, reason);
usr/src/cmd/sgs/liblddbg/common/move.c
88
dbg_print(lml, MSG_INTL(MSG_MOVE_TITLE1));
usr/src/cmd/sgs/liblddbg/common/move.c
92
Dbg_move_outmove(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/move.c
97
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/move.c
98
dbg_print(lml, MSG_INTL(MSG_MOVE_OUTMOVE), name);
usr/src/cmd/sgs/liblddbg/common/move.c
99
dbg_print(lml, MSG_INTL(MSG_MOVE_TITLE1));
usr/src/cmd/sgs/liblddbg/common/phdr.c
33
Elf_phdr(Lm_list *lml, uchar_t osabi, Half mach, Phdr *phdr)
usr/src/cmd/sgs/liblddbg/common/phdr.c
38
dbg_print(lml, MSG_ORIG(MSG_PHD_VADDR), EC_ADDR(phdr->p_vaddr),
usr/src/cmd/sgs/liblddbg/common/phdr.c
40
dbg_print(lml, MSG_ORIG(MSG_PHD_PADDR), EC_ADDR(phdr->p_paddr),
usr/src/cmd/sgs/liblddbg/common/phdr.c
42
dbg_print(lml, MSG_ORIG(MSG_PHD_FILESZ), EC_XWORD(phdr->p_filesz),
usr/src/cmd/sgs/liblddbg/common/phdr.c
44
dbg_print(lml, MSG_ORIG(MSG_PHD_OFFSET), EC_OFF(phdr->p_offset),
usr/src/cmd/sgs/liblddbg/common/relocate.c
100
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/relocate.c
101
dbg_print(lml, MSG_INTL(MSG_REL_START), name, str);
usr/src/cmd/sgs/liblddbg/common/relocate.c
106
Elf_reloc_title(lml, ELF_DBG_RTLD, rtype);
usr/src/cmd/sgs/liblddbg/common/relocate.c
110
dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY));
usr/src/cmd/sgs/liblddbg/common/relocate.c
111
dbg_print(lml, MSG_INTL(MSG_REL_NONE), name, str);
usr/src/cmd/sgs/liblddbg/common/relocate.c
113
dbg_print(lml, MSG_INTL(MSG_REL_FINISH), name,
usr/src/cmd/sgs/liblddbg/common/relocate.c
116
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/relocate.c
140
Dbg_reloc_generate(Lm_list *lml, Os_desc *osp, Word type)
usr/src/cmd/sgs/liblddbg/common/relocate.c
145
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/relocate.c
146
dbg_print(lml, MSG_INTL(MSG_REL_GENERATE), osp->os_name);
usr/src/cmd/sgs/liblddbg/common/relocate.c
151
Elf_reloc_title(lml, ELF_DBG_LD, type);
usr/src/cmd/sgs/liblddbg/common/relocate.c
169
Dbg_reloc_proc(Lm_list *lml, Os_desc *osp, Is_desc *isp, Is_desc *risp)
usr/src/cmd/sgs/liblddbg/common/relocate.c
188
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/relocate.c
189
dbg_print(lml, MSG_INTL(MSG_REL_COLLECT), str1, str2);
usr/src/cmd/sgs/liblddbg/common/relocate.c
194
Elf_reloc_title(lml, ELF_DBG_LD, risp->is_shdr->sh_type);
usr/src/cmd/sgs/liblddbg/common/relocate.c
198
Dbg_reloc_doact_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/relocate.c
205
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/relocate.c
206
dbg_print(lml, MSG_INTL(MSG_REL_ACTIVE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
207
Elf_reloc_title(lml, ELF_DBG_LD_ACT, 0);
usr/src/cmd/sgs/liblddbg/common/relocate.c
211
Dbg_reloc_doact(Lm_list *lml, int caller, Half mach, Word type, Rel_desc *rdesc,
usr/src/cmd/sgs/liblddbg/common/relocate.c
230
Elf_reloc_entry_2(lml, caller, MSG_ORIG(MSG_STR_EMPTY), type,
usr/src/cmd/sgs/liblddbg/common/relocate.c
237
Dbg_reloc_dooutrel(Lm_list *lml, Word type)
usr/src/cmd/sgs/liblddbg/common/relocate.c
244
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/relocate.c
245
dbg_print(lml, MSG_INTL(MSG_REL_CREATING));
usr/src/cmd/sgs/liblddbg/common/relocate.c
246
Elf_reloc_title(lml, ELF_DBG_LD, type);
usr/src/cmd/sgs/liblddbg/common/relocate.c
250
Dbg_reloc_discard(Lm_list *lml, Half mach, Rel_desc *rsp)
usr/src/cmd/sgs/liblddbg/common/relocate.c
263
dbg_print(lml, MSG_INTL(MSG_REL_DISCARDED),
usr/src/cmd/sgs/liblddbg/common/relocate.c
272
Dbg_reloc_transition(Lm_list *lml, Half mach, Word rtype, Rel_desc *rsp,
usr/src/cmd/sgs/liblddbg/common/relocate.c
284
dbg_print(lml, MSG_INTL(MSG_REL_TRANSITION),
usr/src/cmd/sgs/liblddbg/common/relocate.c
308
Dbg_reloc_in(Lm_list *lml, int caller, Half mach, Word type, void *reloc,
usr/src/cmd/sgs/liblddbg/common/relocate.c
319
Elf_reloc_entry_1(lml, caller, MSG_INTL(MSG_STR_IN), mach, type, reloc,
usr/src/cmd/sgs/liblddbg/common/relocate.c
337
Dbg_reloc_sloppycomdat(Lm_list *lml, Sym_desc *sdp)
usr/src/cmd/sgs/liblddbg/common/relocate.c
34
Dbg_reloc_apply_reg(Lm_list *lml, int caller, Half mach, Xword off, Xword value)
usr/src/cmd/sgs/liblddbg/common/relocate.c
349
dbg_print(lml, MSG_INTL(MSG_REL_SLOPPYCOMDAT),
usr/src/cmd/sgs/liblddbg/common/relocate.c
359
Dbg_reloc_ors_entry(Lm_list *lml, int caller, Word type, Half mach,
usr/src/cmd/sgs/liblddbg/common/relocate.c
391
Elf_reloc_entry_2(lml, caller, MSG_INTL(MSG_STR_OUT), type,
usr/src/cmd/sgs/liblddbg/common/relocate.c
401
Dbg_reloc_ars_entry(Lm_list *lml, int caller, Word type, Half mach,
usr/src/cmd/sgs/liblddbg/common/relocate.c
417
Elf_reloc_entry_2(lml, caller, MSG_INTL(MSG_STR_ACT), type,
usr/src/cmd/sgs/liblddbg/common/relocate.c
424
Dbg_reloc_entry(Lm_list *lml, const char *prestr, Half mach, Word type,
usr/src/cmd/sgs/liblddbg/common/relocate.c
434
Elf_reloc_entry_1(lml, ELF_DBG_LD, prestr, mach, type, reloc, secname,
usr/src/cmd/sgs/liblddbg/common/relocate.c
441
Dbg64_pltpad_to(Lm_list *lml, const char *file, Addr pltpad,
usr/src/cmd/sgs/liblddbg/common/relocate.c
449
dbg_print(lml, MSG_INTL(MSG_BND_PLTPAD_TO), EC_ADDR(pltpad), file,
usr/src/cmd/sgs/liblddbg/common/relocate.c
454
Dbg64_pltpad_from(Lm_list *lml, const char *file, const char *sname,
usr/src/cmd/sgs/liblddbg/common/relocate.c
46
Elf_reloc_apply_reg(lml, caller, mach, off, value);
usr/src/cmd/sgs/liblddbg/common/relocate.c
462
dbg_print(lml, MSG_INTL(MSG_BND_PLTPAD_FROM), EC_ADDR(pltpad), file,
usr/src/cmd/sgs/liblddbg/common/relocate.c
50
Dbg_reloc_apply_val(Lm_list *lml, int caller, Xword off, Xword value)
usr/src/cmd/sgs/liblddbg/common/relocate.c
512
Elf_reloc_title(Lm_list *lml, int caller, Word type)
usr/src/cmd/sgs/liblddbg/common/relocate.c
517
dbg_print(lml, MSG_INTL(MSG_REL_EFSA_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
519
dbg_print(lml, MSG_INTL(MSG_REL_EFLA_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
522
dbg_print(lml, MSG_INTL(MSG_REL_EFSN_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
524
dbg_print(lml, MSG_INTL(MSG_REL_EFLN_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
530
dbg_print(lml, MSG_INTL(MSG_REL_RTA_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
531
dbg_print(lml, MSG_INTL(MSG_REL_RTV_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
533
dbg_print(lml, MSG_INTL(MSG_REL_RTN_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
539
dbg_print(lml, MSG_INTL(MSG_REL_LDSA_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
541
dbg_print(lml, MSG_INTL(MSG_REL_LDLA_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
544
dbg_print(lml, MSG_INTL(MSG_REL_LDSN_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
546
dbg_print(lml, MSG_INTL(MSG_REL_LDLN_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
552
dbg_print(lml, MSG_INTL(MSG_REL_LDSV_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
554
dbg_print(lml, MSG_INTL(MSG_REL_LDLV_TITLE));
usr/src/cmd/sgs/liblddbg/common/relocate.c
560
Elf_reloc_entry_2(Lm_list *lml, int caller, const char *prestr, Word type,
usr/src/cmd/sgs/liblddbg/common/relocate.c
572
dbg_print(lml, MSG_INTL(MSG_REL_EFSA_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
576
dbg_print(lml, MSG_INTL(MSG_REL_EFLA_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
581
dbg_print(lml, MSG_INTL(MSG_REL_EFSN_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
584
dbg_print(lml, MSG_INTL(MSG_REL_EFLN_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
591
dbg_print(lml, MSG_INTL(MSG_REL_RTA_ENTRY), prestr,
usr/src/cmd/sgs/liblddbg/common/relocate.c
595
dbg_print(lml, MSG_INTL(MSG_REL_RTN_ENTRY), prestr,
usr/src/cmd/sgs/liblddbg/common/relocate.c
602
dbg_print(lml, MSG_INTL(MSG_REL_LDSA_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
606
dbg_print(lml, MSG_INTL(MSG_REL_LDLA_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
611
dbg_print(lml, MSG_INTL(MSG_REL_LDSN_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
615
dbg_print(lml, MSG_INTL(MSG_REL_LDLN_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
62
Elf_reloc_apply_val(lml, caller, off, value);
usr/src/cmd/sgs/liblddbg/common/relocate.c
647
dbg_print(lml, MSG_INTL(MSG_REL_LDSA_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
651
dbg_print(lml, MSG_INTL(MSG_REL_LDLA_ENTRY),
usr/src/cmd/sgs/liblddbg/common/relocate.c
658
Elf_reloc_entry_1(Lm_list *lml, int caller, const char *prestr, Half mach,
usr/src/cmd/sgs/liblddbg/common/relocate.c
66
Dbg_reloc_error(Lm_list *lml, int caller, Half mach, Word type, void *reloc,
usr/src/cmd/sgs/liblddbg/common/relocate.c
682
Elf_reloc_entry_2(lml, caller, prestr, type, str, off, add, secname,
usr/src/cmd/sgs/liblddbg/common/relocate.c
692
Elf_reloc_apply_val(Lm_list *lml, int caller, Xword offset, Xword value)
usr/src/cmd/sgs/liblddbg/common/relocate.c
695
dbg_print(lml, MSG_INTL(MSG_REL_RT_APLVAL), EC_XWORD(offset),
usr/src/cmd/sgs/liblddbg/common/relocate.c
699
Elf_reloc_apply_reg(Lm_list *lml, int caller, Half mach, Xword offset,
usr/src/cmd/sgs/liblddbg/common/relocate.c
705
dbg_print(lml, MSG_INTL(MSG_REL_RT_APLREG),
usr/src/cmd/sgs/liblddbg/common/relocate.c
74
Elf_reloc_entry_1(lml, caller, MSG_INTL(MSG_STR_IN), mach, type, reloc,
usr/src/cmd/sgs/liblddbg/common/relocate.c
81
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/sections.c
105
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/sections.c
107
dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_COMP), osp->os_name,
usr/src/cmd/sgs/liblddbg/common/sections.c
110
dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_STND), osp->os_name,
usr/src/cmd/sgs/liblddbg/common/sections.c
117
dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY));
usr/src/cmd/sgs/liblddbg/common/sections.c
118
dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_HD), osp->os_name,
usr/src/cmd/sgs/liblddbg/common/sections.c
127
dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_BCKT), cnt);
usr/src/cmd/sgs/liblddbg/common/sections.c
134
dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_MSTR),
usr/src/cmd/sgs/liblddbg/common/sections.c
138
dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_SUFSTR),
usr/src/cmd/sgs/liblddbg/common/sections.c
150
Dbg_sec_genstr_compress(Lm_list *lml, const char *os_name,
usr/src/cmd/sgs/liblddbg/common/sections.c
156
dbg_print(lml, MSG_INTL(MSG_SEC_GENSTR_COMP), os_name,
usr/src/cmd/sgs/liblddbg/common/sections.c
161
Dbg_sec_unsup_strmerge(Lm_list *lml, Is_desc *isp)
usr/src/cmd/sgs/liblddbg/common/sections.c
180
dbg_print(lml, MSG_INTL(MSG_SEC_STRMERGE_UNSUP),
usr/src/cmd/sgs/liblddbg/common/sections.c
190
Dbg_sec_backing(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/sections.c
195
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/sections.c
196
dbg_print(lml, MSG_INTL(MSG_SEC_BACKING));
usr/src/cmd/sgs/liblddbg/common/sections.c
200
Dbg_sec_in(Lm_list *lml, Is_desc *isp)
usr/src/cmd/sgs/liblddbg/common/sections.c
214
dbg_print(lml, MSG_INTL(MSG_SEC_INPUT_GENSTR), isp->is_name);
usr/src/cmd/sgs/liblddbg/common/sections.c
217
dbg_print(lml, MSG_INTL(MSG_SEC_INPUT_GEN), isp->is_name);
usr/src/cmd/sgs/liblddbg/common/sections.c
223
dbg_print(lml, MSG_INTL(MSG_SEC_INPUT),
usr/src/cmd/sgs/liblddbg/common/sections.c
232
Dbg_sec_added(Lm_list *lml, Os_desc *osp, Sg_desc *sgp)
usr/src/cmd/sgs/liblddbg/common/sections.c
237
dbg_print(lml, MSG_INTL(MSG_SEC_ADDED), osp->os_name,
usr/src/cmd/sgs/liblddbg/common/sections.c
242
Dbg_sec_created(Lm_list *lml, Os_desc *osp, Sg_desc *sgp)
usr/src/cmd/sgs/liblddbg/common/sections.c
247
dbg_print(lml, MSG_INTL(MSG_SEC_CREATED), osp->os_name,
usr/src/cmd/sgs/liblddbg/common/sections.c
252
Dbg_sec_discarded(Lm_list *lml, Is_desc *isp, Is_desc *disp)
usr/src/cmd/sgs/liblddbg/common/sections.c
266
dbg_print(lml, MSG_INTL(MSG_SEC_STRMERGE_DISCARDED),
usr/src/cmd/sgs/liblddbg/common/sections.c
276
dbg_print(lml, MSG_INTL(MSG_SEC_DISCARDED),
usr/src/cmd/sgs/liblddbg/common/sections.c
289
Dbg_sec_group(Lm_list *lml, Is_desc *isp, Group_desc *gdp)
usr/src/cmd/sgs/liblddbg/common/sections.c
306
dbg_print(lml, MSG_INTL(MSG_SEC_GRP_DEFINE), isp_str,
usr/src/cmd/sgs/liblddbg/common/sections.c
309
dbg_print(lml, MSG_INTL(MSG_SEC_GRP_MEMBER), isp_str,
usr/src/cmd/sgs/liblddbg/common/sections.c
314
dbg_print(lml, MSG_INTL(MSG_SEC_GRP_DISCARDED), isp_str,
usr/src/cmd/sgs/liblddbg/common/sections.c
329
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/sections.c
337
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/sections.c
351
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/sections.c
352
dbg_print(lml, str, osp->os_name);
usr/src/cmd/sgs/liblddbg/common/sections.c
353
dbg_print(lml, MSG_INTL(MSG_ORD_HDR_1),
usr/src/cmd/sgs/liblddbg/common/sections.c
390
dbg_print(lml, MSG_INTL(MSG_ORD_TITLE_1), msg,
usr/src/cmd/sgs/liblddbg/common/sections.c
393
dbg_print(lml, MSG_INTL(MSG_ORD_TITLE_2), msg,
usr/src/cmd/sgs/liblddbg/common/sections.c
397
dbg_print(lml, MSG_INTL(MSG_ORD_TITLE_3),
usr/src/cmd/sgs/liblddbg/common/sections.c
405
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/sections.c
421
Dbg_sec_order_error(Lm_list *lml, Ifl_desc *ifl, Word ndx, int error)
usr/src/cmd/sgs/liblddbg/common/sections.c
434
dbg_print(lml, MSG_INTL(MSG_ORD_ERR_TITLE),
usr/src/cmd/sgs/liblddbg/common/sections.c
441
dbg_print(lml, MSG_INTL(order_errors[error - 1]));
usr/src/cmd/sgs/liblddbg/common/sections.c
445
Dbg_sec_redirected(Lm_list *lml, Is_desc *isp, const char *nname)
usr/src/cmd/sgs/liblddbg/common/sections.c
453
dbg_print(lml, MSG_INTL(MSG_SEC_REDIRECTED),
usr/src/cmd/sgs/liblddbg/common/sections.c
460
Dbg_sec_gnu_comdat(Lm_list *lml, Is_desc *isp, Boolean comdat, Boolean relax)
usr/src/cmd/sgs/liblddbg/common/sections.c
476
dbg_print(lml, fmt, dbg_fmt_isec_name(isp, buf, &alloc_mem));
usr/src/cmd/sgs/liblddbg/common/sections.c
95
Dbg_sec_strtab(Lm_list *lml, Os_desc *osp, Str_tbl *stp)
usr/src/cmd/sgs/liblddbg/common/segments.c
101
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/segments.c
102
dbg_print(lml, MSG_INTL(MSG_SEG_DESC_INUSE));
usr/src/cmd/sgs/liblddbg/common/segments.c
119
Dbg_seg_list(Lm_list *lml, uchar_t osabi, Half mach, APlist *apl)
usr/src/cmd/sgs/liblddbg/common/segments.c
128
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/segments.c
129
dbg_print(lml, MSG_INTL(MSG_SEG_DESC_AVAIL));
usr/src/cmd/sgs/liblddbg/common/segments.c
131
Dbg_seg_desc_entry(lml, osabi, mach, ndx++, sgp, TRUE);
usr/src/cmd/sgs/liblddbg/common/segments.c
144
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/segments.c
155
dbg_print(lml, MSG_ORIG(MSG_SEC_NAME), ndx, osp->os_name);
usr/src/cmd/sgs/liblddbg/common/segments.c
156
Elf_shdr(lml, ofl->ofl_dehdr->e_ident[EI_OSABI],
usr/src/cmd/sgs/liblddbg/common/segments.c
158
dbg_print(lml, MSG_INTL(MSG_EDATA_TITLE));
usr/src/cmd/sgs/liblddbg/common/segments.c
162
dbg_print(lml, MSG_INTL(MSG_EDATA_ENTRY), MSG_INTL(MSG_STR_OUT),
usr/src/cmd/sgs/liblddbg/common/segments.c
191
dbg_print(lml, MSG_INTL(MSG_EDATA_ENTRY), MSG_INTL(MSG_STR_IN),
usr/src/cmd/sgs/liblddbg/common/segments.c
36
Dbg_seg_desc_entry(Lm_list *lml, uchar_t osabi, Half mach, int ndx,
usr/src/cmd/sgs/liblddbg/common/segments.c
44
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/segments.c
45
dbg_print(lml, MSG_ORIG(MSG_SEG_DESC), ndx);
usr/src/cmd/sgs/liblddbg/common/segments.c
47
dbg_print(lml, MSG_ORIG(MSG_SEG_NAME), sgp->sg_name);
usr/src/cmd/sgs/liblddbg/common/segments.c
49
dbg_print(lml, MSG_ORIG(MSG_SEG_FLAGS),
usr/src/cmd/sgs/liblddbg/common/segments.c
52
Elf_phdr(lml, osabi, mach, &sgp->sg_phdr);
usr/src/cmd/sgs/liblddbg/common/segments.c
55
dbg_print(lml, MSG_ORIG(MSG_SEG_ALIGN),
usr/src/cmd/sgs/liblddbg/common/segments.c
59
dbg_print(lml, MSG_ORIG(MSG_SEG_LENGTH),
usr/src/cmd/sgs/liblddbg/common/segments.c
63
dbg_print(lml, MSG_ORIG(MSG_SEG_ROUND),
usr/src/cmd/sgs/liblddbg/common/segments.c
67
dbg_print(lml, MSG_ORIG(MSG_SEG_SIZESYM_TITLE));
usr/src/cmd/sgs/liblddbg/common/segments.c
70
dbg_print(lml, MSG_ORIG(MSG_SEG_SIZESYM),
usr/src/cmd/sgs/liblddbg/common/segments.c
77
dbg_print(lml, MSG_ORIG(MSG_SEG_IS_ORDER_TITLE));
usr/src/cmd/sgs/liblddbg/common/segments.c
79
dbg_print(lml, MSG_ORIG(MSG_SEG_LIST_ITEM),
usr/src/cmd/sgs/liblddbg/common/segments.c
86
dbg_print(lml, MSG_ORIG(MSG_SEG_OS_ORDER_TITLE));
usr/src/cmd/sgs/liblddbg/common/segments.c
88
dbg_print(lml, MSG_ORIG(MSG_SEG_LIST_ITEM),
usr/src/cmd/sgs/liblddbg/common/segments.c
92
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/segments.c
96
Dbg_seg_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/shdr.c
33
Elf_shdr(Lm_list *lml, uchar_t osabi, Half mach, Shdr *shdr)
usr/src/cmd/sgs/liblddbg/common/shdr.c
38
dbg_print(lml, MSG_ORIG(MSG_SHD_ADDR), EC_ADDR(shdr->sh_addr),
usr/src/cmd/sgs/liblddbg/common/shdr.c
40
dbg_print(lml, MSG_ORIG(MSG_SHD_SIZE), EC_XWORD(shdr->sh_size),
usr/src/cmd/sgs/liblddbg/common/shdr.c
43
dbg_print(lml, MSG_ORIG(MSG_SHD_OFFSET),
usr/src/cmd/sgs/liblddbg/common/shdr.c
50
dbg_print(lml, MSG_ORIG(MSG_SHD_OFFSET_ENT),
usr/src/cmd/sgs/liblddbg/common/shdr.c
54
dbg_print(lml, MSG_ORIG(MSG_SHD_LINK),
usr/src/cmd/sgs/liblddbg/common/shdr.c
57
dbg_print(lml, MSG_ORIG(MSG_SHD_ALIGN), EC_XWORD(shdr->sh_addralign));
usr/src/cmd/sgs/liblddbg/common/shdr.c
61
Dbg_shdr_modified(Lm_list *lml, const char *obj, uchar_t osabi, Half mach,
usr/src/cmd/sgs/liblddbg/common/shdr.c
72
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/shdr.c
73
dbg_print(lml, MSG_INTL(MSG_SHD_MODIFIED),
usr/src/cmd/sgs/liblddbg/common/shdr.c
78
dbg_print(lml, MSG_INTL(MSG_SHD_ORIG));
usr/src/cmd/sgs/liblddbg/common/shdr.c
79
Elf_shdr(lml, osabi, mach, oshdr);
usr/src/cmd/sgs/liblddbg/common/shdr.c
81
dbg_print(lml, MSG_INTL(MSG_SHD_NEW));
usr/src/cmd/sgs/liblddbg/common/shdr.c
82
Elf_shdr(lml, osabi, mach, nshdr);
usr/src/cmd/sgs/liblddbg/common/shdr.c
84
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/statistics.c
110
dbg_print(lml, MSG_INTL(MSG_STATS_REL_ACACHE),
usr/src/cmd/sgs/liblddbg/common/statistics.c
122
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/statistics.c
127
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/statistics.c
128
dbg_print(lml, MSG_INTL(MSG_STATS_GENERAL));
usr/src/cmd/sgs/liblddbg/common/statistics.c
131
dbg_print(lml, MSG_INTL(MSG_STATS_FILES),
usr/src/cmd/sgs/liblddbg/common/statistics.c
137
dbg_print(lml, MSG_INTL(MSG_STATS_SYMBOLS_OUT),
usr/src/cmd/sgs/liblddbg/common/statistics.c
141
dbg_print(lml, MSG_INTL(MSG_STATS_SYMBOLS_IN),
usr/src/cmd/sgs/liblddbg/common/statistics.c
146
dbg_print(lml, MSG_INTL(MSG_STATS_REL_OUT),
usr/src/cmd/sgs/liblddbg/common/statistics.c
149
dbg_print(lml, MSG_INTL(MSG_STATS_REL_IN),
usr/src/cmd/sgs/liblddbg/common/statistics.c
152
dbg_print(lml, MSG_INTL(MSG_STATS_REL_TICACHE));
usr/src/cmd/sgs/liblddbg/common/statistics.c
167
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/statistics.c
172
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/statistics.c
178
Dbg_unused_file(lml, adp->ad_name, 0, 0);
usr/src/cmd/sgs/liblddbg/common/statistics.c
203
dbg_print(lml, MSG_INTL(MSG_STATS_AR), adp->ad_name, count,
usr/src/cmd/sgs/liblddbg/common/statistics.c
206
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/statistics.c
66
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/statistics.c
79
dbg_print(lml, MSG_INTL(MSG_STATS_REL_CACHE), title,
usr/src/cmd/sgs/liblddbg/common/statistics.c
98
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/support.c
31
Dbg_support_req(Lm_list *lml, const char *define, int flag)
usr/src/cmd/sgs/liblddbg/common/support.c
50
dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY));
usr/src/cmd/sgs/liblddbg/common/support.c
51
dbg_print(lml, MSG_INTL(MSG_SUP_REQ), define, str);
usr/src/cmd/sgs/liblddbg/common/support.c
55
Dbg_support_load(Lm_list *lml, const char *obj, const char *func)
usr/src/cmd/sgs/liblddbg/common/support.c
60
dbg_print(lml, MSG_INTL(MSG_SUP_ROUTINE), obj, func);
usr/src/cmd/sgs/liblddbg/common/support.c
64
Dbg_support_vnone(Lm_list *lml, const char *obj)
usr/src/cmd/sgs/liblddbg/common/support.c
69
dbg_print(lml, MSG_INTL(MSG_SUP_VNONE), obj);
usr/src/cmd/sgs/liblddbg/common/support.c
73
Dbg_support_action(Lm_list *lml, const char *obj, const char *func,
usr/src/cmd/sgs/liblddbg/common/support.c
94
dbg_print(lml, MSG_INTL(MSG_SUP_CALLING_1), func, obj);
usr/src/cmd/sgs/liblddbg/common/support.c
96
dbg_print(lml, MSG_INTL(MSG_SUP_CALLING_2), func, obj,
usr/src/cmd/sgs/liblddbg/common/syminfo.c
127
dbg_print(lml, MSG_INTL(MSG_SYMINFO_ENTRY), sndxstr, flagstr, str,
usr/src/cmd/sgs/liblddbg/common/syminfo.c
31
Elf_syminfo_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/syminfo.c
33
dbg_print(lml, MSG_INTL(MSG_SYMINFO_TITLE));
usr/src/cmd/sgs/liblddbg/common/syminfo.c
40
Elf_syminfo_entry(Lm_list *lml, Word ndx, Syminfo *sip, const char *name,
usr/src/cmd/sgs/liblddbg/common/syms.c
101
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/syms.c
106
dbg_print(lml, MSG_INTL(MSG_SYM_IGNGNUVER), Dbg_demangle_name(name),
usr/src/cmd/sgs/liblddbg/common/syms.c
111
Dbg_syms_lazy_rescan(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/syms.c
116
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
117
dbg_print(lml, MSG_INTL(MSG_SYM_LAZY_RESCAN), Dbg_demangle_name(name));
usr/src/cmd/sgs/liblddbg/common/syms.c
121
Dbg_syms_ar_title(Lm_list *lml, const char *file, Boolean again)
usr/src/cmd/sgs/liblddbg/common/syms.c
126
dbg_print(lml, MSG_INTL(MSG_SYM_AR_FILE), file,
usr/src/cmd/sgs/liblddbg/common/syms.c
131
Dbg_syms_ar_skip(Lm_list *lml, const char *archive, Elf_Arsym *arsym)
usr/src/cmd/sgs/liblddbg/common/syms.c
136
dbg_print(lml, MSG_INTL(MSG_SYM_AR_SKIP), archive,
usr/src/cmd/sgs/liblddbg/common/syms.c
141
Dbg_syms_ar_checking(Lm_list *lml, const char *fname, const char *objname,
usr/src/cmd/sgs/liblddbg/common/syms.c
147
dbg_print(lml, MSG_INTL(MSG_SYM_AR_CHECK), fname, objname,
usr/src/cmd/sgs/liblddbg/common/syms.c
152
Dbg_syms_ar_resolve(Lm_list *lml, const char *fname, const char *objname,
usr/src/cmd/sgs/liblddbg/common/syms.c
158
dbg_print(lml, MSG_INTL(MSG_SYM_AR_RESOLVE), fname, objname,
usr/src/cmd/sgs/liblddbg/common/syms.c
163
Dbg_syms_ar_force(Lm_list *lml, const char *fname, const char *objname)
usr/src/cmd/sgs/liblddbg/common/syms.c
168
dbg_print(lml, MSG_INTL(MSG_SYM_AR_FORCE), fname, objname);
usr/src/cmd/sgs/liblddbg/common/syms.c
172
Dbg_syms_spec_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/syms.c
177
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
178
dbg_print(lml, MSG_INTL(MSG_SYM_SPECIAL));
usr/src/cmd/sgs/liblddbg/common/syms.c
182
Dbg_syms_discarded(Lm_list *lml, Sym_desc *sdp)
usr/src/cmd/sgs/liblddbg/common/syms.c
197
dbg_print(lml, MSG_INTL(MSG_SYM_DISCARD_SEC),
usr/src/cmd/sgs/liblddbg/common/syms.c
203
dbg_print(lml, MSG_INTL(MSG_SYM_DISCARD_FILE),
usr/src/cmd/sgs/liblddbg/common/syms.c
208
Dbg_syms_dup_discarded(Lm_list *lml, Word ndx, Sym_desc *sdp)
usr/src/cmd/sgs/liblddbg/common/syms.c
220
dbg_print(lml, MSG_INTL(MSG_SYM_DISCARD_DUP), EC_WORD(ndx),
usr/src/cmd/sgs/liblddbg/common/syms.c
228
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/syms.c
235
Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_INTL(MSG_STR_ENTERED),
usr/src/cmd/sgs/liblddbg/common/syms.c
242
Dbg_syms_process(Lm_list *lml, Ifl_desc *ifl)
usr/src/cmd/sgs/liblddbg/common/syms.c
249
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
250
dbg_print(lml, MSG_INTL(MSG_SYM_PROCESS), ifl->ifl_name,
usr/src/cmd/sgs/liblddbg/common/syms.c
256
Dbg_syms_entry(Lm_list *lml, Word ndx, Sym_desc *sdp)
usr/src/cmd/sgs/liblddbg/common/syms.c
261
dbg_print(lml, MSG_INTL(MSG_SYM_BASIC), EC_WORD(ndx),
usr/src/cmd/sgs/liblddbg/common/syms.c
266
Dbg_syms_global(Lm_list *lml, Word ndx, const char *name)
usr/src/cmd/sgs/liblddbg/common/syms.c
271
dbg_print(lml, MSG_INTL(MSG_SYM_ADDING), EC_WORD(ndx),
usr/src/cmd/sgs/liblddbg/common/syms.c
316
Dbg_syms_wrap(Lm_list *lml, Word ndx, const char *orig_name, const char *name)
usr/src/cmd/sgs/liblddbg/common/syms.c
321
dbg_print(lml, MSG_INTL(MSG_SYM_WRAP), EC_WORD(ndx),
usr/src/cmd/sgs/liblddbg/common/syms.c
326
Dbg_syms_sec_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/syms.c
333
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
334
dbg_print(lml, MSG_INTL(MSG_SYM_INDEX));
usr/src/cmd/sgs/liblddbg/common/syms.c
338
Dbg_syms_sec_entry(Lm_list *lml, Word ndx, Sg_desc *sgp, Os_desc *osp)
usr/src/cmd/sgs/liblddbg/common/syms.c
345
dbg_print(lml, MSG_INTL(MSG_SYM_SECTION), EC_WORD(ndx), osp->os_name,
usr/src/cmd/sgs/liblddbg/common/syms.c
35
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/syms.c
350
Dbg_syms_up_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/syms.c
357
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
358
dbg_print(lml, MSG_INTL(MSG_SYM_FINAL));
usr/src/cmd/sgs/liblddbg/common/syms.c
359
Elf_syms_table_title(lml, ELF_DBG_LD);
usr/src/cmd/sgs/liblddbg/common/syms.c
40
dbg_print(lml, MSG_INTL(MSG_SYM_LOOKUP), Dbg_demangle_name(name),
usr/src/cmd/sgs/liblddbg/common/syms.c
409
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/syms.c
414
dbg_print(lml, MSG_INTL(MSG_SYM_UPDATE), name);
usr/src/cmd/sgs/liblddbg/common/syms.c
426
Dbg_syms_created(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/syms.c
431
dbg_print(lml, MSG_INTL(MSG_SYM_CREATE), Dbg_demangle_name(name));
usr/src/cmd/sgs/liblddbg/common/syms.c
438
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/syms.c
445
dbg_print(lml, MSG_INTL(MSG_SYM_RESOLVING), EC_WORD(ndx),
usr/src/cmd/sgs/liblddbg/common/syms.c
481
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/syms.c
487
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
488
dbg_print(lml, MSG_INTL(MSG_SYM_BSS));
usr/src/cmd/sgs/liblddbg/common/syms.c
500
dbg_print(lml, MSG_INTL(MSG_SYM_COPY_DST),
usr/src/cmd/sgs/liblddbg/common/syms.c
503
dbg_print(lml, MSG_INTL(MSG_SYM_COPY_REF),
usr/src/cmd/sgs/liblddbg/common/syms.c
510
Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_ORIG(MSG_SYM_COPY),
usr/src/cmd/sgs/liblddbg/common/syms.c
524
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/syms.c
531
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
532
dbg_print(lml, MSG_INTL(MSG_SYM_REDUCED));
usr/src/cmd/sgs/liblddbg/common/syms.c
535
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
536
dbg_print(lml, MSG_INTL(MSG_SYM_RETAINING));
usr/src/cmd/sgs/liblddbg/common/syms.c
540
dbg_print(lml, MSG_INTL(MSG_SYM_ELIMINATING),
usr/src/cmd/sgs/liblddbg/common/syms.c
543
dbg_print(lml, MSG_INTL(MSG_SYM_REDUCING),
usr/src/cmd/sgs/liblddbg/common/syms.c
546
dbg_print(lml, MSG_INTL(MSG_SYM_NOTELIMINATE),
usr/src/cmd/sgs/liblddbg/common/syms.c
559
Dbg_syms_dup_sort_addr(Lm_list *lml, const char *secname, const char *symname1,
usr/src/cmd/sgs/liblddbg/common/syms.c
565
dbg_print(lml, MSG_INTL(MSG_SYM_DUPSORTADDR), secname,
usr/src/cmd/sgs/liblddbg/common/syms.c
570
Dbg_syminfo_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/syms.c
577
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
578
dbg_print(lml, MSG_INTL(MSG_SYMINFO_INFO));
usr/src/cmd/sgs/liblddbg/common/syms.c
579
Elf_syminfo_title(lml);
usr/src/cmd/sgs/liblddbg/common/syms.c
583
Dbg_syminfo_entry(Lm_list *lml, Word ndx, Syminfo *sip, Sym *sym,
usr/src/cmd/sgs/liblddbg/common/syms.c
598
Elf_syminfo_entry(lml, ndx, sip,
usr/src/cmd/sgs/liblddbg/common/syms.c
61
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/syms.c
611
Elf_syms_table_title(Lm_list *lml, int caller)
usr/src/cmd/sgs/liblddbg/common/syms.c
615
dbg_print(lml, MSG_INTL(MSG_SYM_EFS_TITLE));
usr/src/cmd/sgs/liblddbg/common/syms.c
617
dbg_print(lml, MSG_INTL(MSG_SYM_EFL_TITLE));
usr/src/cmd/sgs/liblddbg/common/syms.c
623
dbg_print(lml, MSG_INTL(MSG_SYM_LDS_TITLE));
usr/src/cmd/sgs/liblddbg/common/syms.c
625
dbg_print(lml, MSG_INTL(MSG_SYM_LDL_TITLE));
usr/src/cmd/sgs/liblddbg/common/syms.c
631
Elf_syms_table_entry(Lm_list *lml, int caller, const char *prestr,
usr/src/cmd/sgs/liblddbg/common/syms.c
652
dbg_print(lml, msg, prestr,
usr/src/cmd/sgs/liblddbg/common/syms.c
665
Lm_list *lml = ofl->ofl_lml;
usr/src/cmd/sgs/liblddbg/common/syms.c
672
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/syms.c
673
dbg_print(lml, MSG_INTL(MSG_SYM_CAPABILITIES));
usr/src/cmd/sgs/liblddbg/common/syms.c
674
Elf_syms_table_title(lml, ELF_DBG_LD);
usr/src/cmd/sgs/liblddbg/common/syms.c
93
dbg_print(lml, MSG_INTL(captype[type]), Dbg_demangle_name(name),
usr/src/cmd/sgs/liblddbg/common/tls.c
103
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/tls.c
104
dbg_print(lml, MSG_INTL(MSG_TLS_STATBLOCK3), TLSMODID(lmp), NAME(lmp),
usr/src/cmd/sgs/liblddbg/common/tls.c
109
Dbg_tls_modactivity(Lm_list *lml, void *vtlsmodent, uint_t flag)
usr/src/cmd/sgs/liblddbg/common/tls.c
123
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/tls.c
124
dbg_print(lml, MSG_INTL(MSG_TLS_MODACT), str, tlsmodent->tm_modname);
usr/src/cmd/sgs/liblddbg/common/tls.c
125
Dbg_tls_modent(lml, tlsmodent);
usr/src/cmd/sgs/liblddbg/common/tls.c
40
Dbg_tls_modent(Lm_list *lml, TLS_modinfo * tmodent)
usr/src/cmd/sgs/liblddbg/common/tls.c
61
dbg_print(lml, MSG_INTL(MSG_TLS_MODENT1),
usr/src/cmd/sgs/liblddbg/common/tls.c
65
dbg_print(lml, MSG_INTL(MSG_TLS_MODENT2),
usr/src/cmd/sgs/liblddbg/common/tls.c
71
Dbg_tls_static_block(Lm_list *lml, void *list, ulong_t size, ulong_t resv)
usr/src/cmd/sgs/liblddbg/common/tls.c
76
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/tls.c
85
dbg_print(lml, MSG_INTL(MSG_TLS_STATBLOCK1), ndx,
usr/src/cmd/sgs/liblddbg/common/tls.c
87
Dbg_tls_modent(lml, tlsmodlist[ndx]);
usr/src/cmd/sgs/liblddbg/common/tls.c
88
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/tls.c
91
dbg_print(lml, MSG_INTL(MSG_TLS_STATBLOCK2), EC_XWORD(size),
usr/src/cmd/sgs/liblddbg/common/tls.c
98
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/unused.c
117
dbg_print(lml, fmt, path, obj);
usr/src/cmd/sgs/liblddbg/common/unused.c
43
Dbg_unused_sec(Lm_list *lml, Is_desc *isp)
usr/src/cmd/sgs/liblddbg/common/unused.c
68
dbg_print(lml, MSG_INTL(MSG_USD_SEC),
usr/src/cmd/sgs/liblddbg/common/unused.c
76
Dbg_unused_file(Lm_list *lml, const char *name, int needstr, uint_t cycle)
usr/src/cmd/sgs/liblddbg/common/unused.c
82
dbg_print(lml, MSG_INTL(MSG_USD_NEEDSTR), name);
usr/src/cmd/sgs/liblddbg/common/unused.c
84
dbg_print(lml, MSG_INTL(MSG_USD_FILECYCLIC), name, cycle);
usr/src/cmd/sgs/liblddbg/common/unused.c
86
dbg_print(lml, MSG_INTL(MSG_USD_FILE), name);
usr/src/cmd/sgs/liblddbg/common/unused.c
90
Dbg_unused_path(Lm_list *lml, const char *path, uint_t orig, uint_t dup,
usr/src/cmd/sgs/liblddbg/common/util.c
123
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
124
dbg_print(lml, MSG_INTL(MSG_UTL_DBNOTIFY), estr, sstr);
usr/src/cmd/sgs/liblddbg/common/util.c
125
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
131
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/util.c
144
dbg_print(lml, MSG_INTL(MSG_UTL_ARRAY), str, ndx, EC_NATPTR(addr),
usr/src/cmd/sgs/liblddbg/common/util.c
151
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/util.c
156
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
157
dbg_print(lml, MSG_INTL(MSG_UTL_FINI), NAME(lmp));
usr/src/cmd/sgs/liblddbg/common/util.c
158
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
162
Dbg_util_str(Lm_list *lml, const char *str)
usr/src/cmd/sgs/liblddbg/common/util.c
164
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
165
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/util.c
166
dbg_print(lml, MSG_ORIG(MSG_FMT_STR), str);
usr/src/cmd/sgs/liblddbg/common/util.c
167
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/util.c
168
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
172
Dbg_util_scc_title(Lm_list *lml, int sec)
usr/src/cmd/sgs/liblddbg/common/util.c
186
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
187
dbg_print(lml, MSG_INTL(MSG_UTL_SCC_TITLE), _sec);
usr/src/cmd/sgs/liblddbg/common/util.c
204
Dbg_util_edge_in(Lm_list *lml, Rt_map *clmp, uint_t flags, Rt_map *dlmp,
usr/src/cmd/sgs/liblddbg/common/util.c
221
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
224
dbg_print(lml, MSG_INTL(MSG_UTL_EDGE_TITLE_I), str);
usr/src/cmd/sgs/liblddbg/common/util.c
226
dbg_print(lml, MSG_INTL(MSG_UTL_EDGE_TITLE_S), str);
usr/src/cmd/sgs/liblddbg/common/util.c
228
dbg_print(lml, MSG_INTL(MSG_UTL_EDGE_START), ndx, NAME(dlmp));
usr/src/cmd/sgs/liblddbg/common/util.c
230
dbg_print(lml, MSG_INTL(MSG_UTL_EDGE_IN), ndx, NAME(dlmp),
usr/src/cmd/sgs/liblddbg/common/util.c
251
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/util.c
265
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
268
dbg_print(lml, MSG_INTL(MSG_UTL_COLLECT), ndx, NAME(lmp), str);
usr/src/cmd/sgs/liblddbg/common/util.c
330
Dbg_util_nl(Lm_list *lml, int flag)
usr/src/cmd/sgs/liblddbg/common/util.c
335
dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY));
usr/src/cmd/sgs/liblddbg/common/util.c
40
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/util.c
42
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/util.c
43
dbg_print(lml, MSG_INTL(MSG_UTL_TRANS), NAME(lmp));
usr/src/cmd/sgs/liblddbg/common/util.c
44
Dbg_util_nl(lml, DBG_NL_FRC);
usr/src/cmd/sgs/liblddbg/common/util.c
50
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/util.c
65
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
66
dbg_print(lml, MSG_INTL(MSG_UTL_INIT), str, NAME(lmp));
usr/src/cmd/sgs/liblddbg/common/util.c
67
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
73
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/liblddbg/common/util.c
75
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
76
dbg_print(lml, MSG_INTL(MSG_UTL_INTOOLATE), NAME(lmp));
usr/src/cmd/sgs/liblddbg/common/util.c
77
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/util.c
81
Dbg_util_dbnotify(Lm_list *lml, rd_event_e event, r_state_e state)
usr/src/cmd/sgs/liblddbg/common/version.c
101
Dbg_ver_nointerface(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/version.c
103
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/version.c
104
dbg_print(lml, MSG_INTL(MSG_VER_NOINTERFACE), name);
usr/src/cmd/sgs/liblddbg/common/version.c
105
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/version.c
109
Dbg_ver_desc_entry(Lm_list *lml, Ver_desc *vdp)
usr/src/cmd/sgs/liblddbg/common/version.c
128
Elf_ver_line_1(lml, index, vdp->vd_name, dep,
usr/src/cmd/sgs/liblddbg/common/version.c
138
Elf_ver_line_4(lml, __vdp->vd_name);
usr/src/cmd/sgs/liblddbg/common/version.c
143
Dbg_ver_avail_entry(Lm_list *lml, Ver_index *vip, const char *select)
usr/src/cmd/sgs/liblddbg/common/version.c
150
dbg_print(lml, MSG_ORIG(MSG_VER_SELECTED),
usr/src/cmd/sgs/liblddbg/common/version.c
153
dbg_print(lml, MSG_ORIG(MSG_VER_L_SELECTED),
usr/src/cmd/sgs/liblddbg/common/version.c
157
dbg_print(lml, MSG_ORIG(MSG_VER_ALL), vip->vi_name);
usr/src/cmd/sgs/liblddbg/common/version.c
159
dbg_print(lml, MSG_ORIG(MSG_VER_L_ALL), vip->vi_name);
usr/src/cmd/sgs/liblddbg/common/version.c
164
Elf_ver_def_title(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/version.c
166
dbg_print(lml, MSG_INTL(MSG_VER_DEF));
usr/src/cmd/sgs/liblddbg/common/version.c
175
Elf_ver_need_title(Lm_list *lml, int gnuver)
usr/src/cmd/sgs/liblddbg/common/version.c
178
dbg_print(lml, MSG_INTL(MSG_VER_NEED_GNUVER));
usr/src/cmd/sgs/liblddbg/common/version.c
180
dbg_print(lml, MSG_INTL(MSG_VER_NEED));
usr/src/cmd/sgs/liblddbg/common/version.c
184
Elf_ver_line_1(Lm_list *lml, const char *index, const char *name,
usr/src/cmd/sgs/liblddbg/common/version.c
188
dbg_print(lml, MSG_INTL(MSG_VER_LINE_1), index, name,
usr/src/cmd/sgs/liblddbg/common/version.c
191
dbg_print(lml, MSG_INTL(MSG_VER_LLINE_1), index, name,
usr/src/cmd/sgs/liblddbg/common/version.c
196
Elf_ver_line_2(Lm_list *lml, const char *name, const char *dep)
usr/src/cmd/sgs/liblddbg/common/version.c
198
dbg_print(lml, MSG_INTL(MSG_VER_LINE_2), name, dep);
usr/src/cmd/sgs/liblddbg/common/version.c
202
Elf_ver_line_3(Lm_list *lml, const char *name, const char *dep,
usr/src/cmd/sgs/liblddbg/common/version.c
205
dbg_print(lml, MSG_INTL(MSG_VER_LINE_3), name, dep, flags);
usr/src/cmd/sgs/liblddbg/common/version.c
209
Elf_ver_line_4(Lm_list *lml, const char *version)
usr/src/cmd/sgs/liblddbg/common/version.c
211
dbg_print(lml, MSG_INTL(MSG_VER_LINE_4), version);
usr/src/cmd/sgs/liblddbg/common/version.c
215
Elf_ver_line_5(Lm_list *lml, const char *file, const char *version)
usr/src/cmd/sgs/liblddbg/common/version.c
218
dbg_print(lml, MSG_INTL(MSG_VER_LINE_5), file, version);
usr/src/cmd/sgs/liblddbg/common/version.c
220
dbg_print(lml, MSG_INTL(MSG_VER_LLINE_5), file, version);
usr/src/cmd/sgs/liblddbg/common/version.c
227
Dbg_ver_need_done(Lm_list *lml)
usr/src/cmd/sgs/liblddbg/common/version.c
232
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/version.c
33
Dbg_ver_avail_title(Lm_list *lml, const char *file)
usr/src/cmd/sgs/liblddbg/common/version.c
38
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/version.c
39
dbg_print(lml, MSG_INTL(MSG_VER_AVAIL_1), file);
usr/src/cmd/sgs/liblddbg/common/version.c
40
dbg_print(lml, MSG_INTL(MSG_VER_AVAIL_2));
usr/src/cmd/sgs/liblddbg/common/version.c
44
Dbg_ver_def_title(Lm_list *lml, const char *file)
usr/src/cmd/sgs/liblddbg/common/version.c
49
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/version.c
50
dbg_print(lml, MSG_INTL(MSG_VER_DEF_TITLE), file);
usr/src/cmd/sgs/liblddbg/common/version.c
51
Elf_ver_def_title(lml);
usr/src/cmd/sgs/liblddbg/common/version.c
55
Dbg_ver_need_title(Lm_list *lml, const char *file)
usr/src/cmd/sgs/liblddbg/common/version.c
60
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/version.c
61
dbg_print(lml, MSG_INTL(MSG_VER_NEED_TITLE), file);
usr/src/cmd/sgs/liblddbg/common/version.c
62
Elf_ver_need_title(lml, 0);
usr/src/cmd/sgs/liblddbg/common/version.c
66
Dbg_ver_need_entry(Lm_list *lml, Half cnt, const char *file,
usr/src/cmd/sgs/liblddbg/common/version.c
73
Elf_ver_line_4(lml, version);
usr/src/cmd/sgs/liblddbg/common/version.c
75
Elf_ver_line_5(lml, file, version);
usr/src/cmd/sgs/liblddbg/common/version.c
79
Dbg_ver_symbol(Lm_list *lml, const char *name)
usr/src/cmd/sgs/liblddbg/common/version.c
89
Dbg_util_nl(lml, DBG_NL_STD);
usr/src/cmd/sgs/liblddbg/common/version.c
90
dbg_print(lml, MSG_INTL(MSG_SYM_VERSION));
usr/src/cmd/sgs/liblddbg/common/version.c
93
Dbg_syms_created(lml, name);
usr/src/cmd/sgs/librtld/common/dldump.c
164
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/librtld/common/dldump.c
178
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), proc,
usr/src/cmd/sgs/librtld/common/dldump.c
191
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_PROC), ipath,
usr/src/cmd/sgs/librtld/common/dldump.c
208
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_PROC),
usr/src/cmd/sgs/librtld/common/dldump.c
224
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), ipath,
usr/src/cmd/sgs/librtld/common/dldump.c
236
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_BEGIN), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
245
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_IMG_ELF), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
255
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), opath,
usr/src/cmd/sgs/librtld/common/dldump.c
261
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_BEGIN), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
272
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETPHDR), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
304
eprintf(lml, ERR_WARNING, MSG_INTL(MSG_IMG_DATASEG), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
313
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSHDRSTRNDX), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
318
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSCN), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
323
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETDATA), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
337
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSHDRNUM), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
363
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSHDR), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
369
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETDATA), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
506
eprintf(lml, ERR_WARNING, MSG_INTL(MSG_IMG_DATASEC), ipath);
usr/src/cmd/sgs/librtld/common/dldump.c
535
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_NEWEHDR), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
552
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_NEWPHDR), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
593
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_NEWSCN), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
598
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_NEWSHDR), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
618
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_NEWDATA), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
650
eprintf(lml, ERR_ELF,
usr/src/cmd/sgs/librtld/common/dldump.c
748
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_UPDATE), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
753
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_BEGIN), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
758
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETEHDR), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
764
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSHDRNUM), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
782
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETSHDR), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
788
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_GETDATA), opath);
usr/src/cmd/sgs/librtld/common/dldump.c
876
eprintf(lml, ERR_ELF, MSG_ORIG(MSG_ELF_UPDATE), opath);
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
836
Lm_list lml;
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
850
(char *)&lml, sizeof (Lm_list)) != PS_OK) {
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
859
if (lml.lm_flags & LML_FLG_BASELM)
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
861
else if (lml.lm_flags & LML_FLG_RTLDLM)
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
866
if ((rc = iter_map(rap, ident, (psaddr_t)lml.lm_head,
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
149
Lm_list *lml = LIST(rlmp);
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
165
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
178
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
223
Lm_list *lml;
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
233
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
234
if ((lmflags = lml->lm_flags) & LML_FLG_RTLDLM) {
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
248
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_PLTREF),
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
251
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
268
llmp = lml->lm_tail;
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
274
SLOOKUP_INIT(sl, name, lmp, lml->lm_head, ld_entry_cnt, 0,
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
279
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NOSYM), NAME(lmp),
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
281
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
298
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
301
if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) &
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
313
if (((lml->lm_tflags | AFLAGS(lmp)) &
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
325
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
366
leave(lml, 0);
usr/src/cmd/sgs/rtld/amd64/dlamd64getunwind.c
121
Lm_list *lml;
usr/src/cmd/sgs/rtld/amd64/dlamd64getunwind.c
125
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/amd64/dlamd64getunwind.c
127
unwindinfo = getunwind_core(lml, pc, unwindinfo);
usr/src/cmd/sgs/rtld/amd64/dlamd64getunwind.c
130
leave(lml, 0);
usr/src/cmd/sgs/rtld/amd64/dlamd64getunwind.c
37
getunwind_core(Lm_list *lml, void *pc, Dl_amd64_unwindinfo *unwindinfo)
usr/src/cmd/sgs/rtld/amd64/dlamd64getunwind.c
45
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLVAL));
usr/src/cmd/sgs/rtld/amd64/dlamd64getunwind.c
50
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_UNW_BADVERS),
usr/src/cmd/sgs/rtld/common/analyze.c
1025
is_devinode_loaded(rtld_stat_t *status, Lm_list *lml, const char *name,
usr/src/cmd/sgs/rtld/common/analyze.c
1038
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/analyze.c
104
analyze_lmc(Lm_list *lml, Aliste nlmco, Rt_map *nlmp, Rt_map *clmp,
usr/src/cmd/sgs/rtld/common/analyze.c
1040
for (APLIST_TRAVERSE(dynlm_list, idx, lml)) {
usr/src/cmd/sgs/rtld/common/analyze.c
1041
Rt_map *nlmp = lml->lm_head;
usr/src/cmd/sgs/rtld/common/analyze.c
1057
for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) {
usr/src/cmd/sgs/rtld/common/analyze.c
1069
if (lml->lm_flags & LML_FLG_TRC_VERBOSE) {
usr/src/cmd/sgs/rtld/common/analyze.c
1095
file_notfound(Lm_list *lml, const char *name, Rt_map *clmp, uint_t flags,
usr/src/cmd/sgs/rtld/common/analyze.c
1104
if (lml->lm_flags & LML_FLG_TRC_ENABLE) {
usr/src/cmd/sgs/rtld/common/analyze.c
1110
((lml->lm_flags & LML_FLG_TRC_VERBOSE) == 0))
usr/src/cmd/sgs/rtld/common/analyze.c
1125
eprintf(lml, ERR_FATAL, MSG_INTL(err_reject[rej->rej_type]),
usr/src/cmd/sgs/rtld/common/analyze.c
1132
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SEC_OPEN), name);
usr/src/cmd/sgs/rtld/common/analyze.c
1134
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), name,
usr/src/cmd/sgs/rtld/common/analyze.c
1139
file_open(int err, Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp,
usr/src/cmd/sgs/rtld/common/analyze.c
1154
DBG_CALL(Dbg_file_config_obj(lml, oname, 0, nname));
usr/src/cmd/sgs/rtld/common/analyze.c
1163
if ((nlmp = fpavl_recorded(lml, nname, hash,
usr/src/cmd/sgs/rtld/common/analyze.c
119
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
1208
DBG_CALL(Dbg_file_rejected(lml, rej, M_MACH));
usr/src/cmd/sgs/rtld/common/analyze.c
1231
fpavl_recorded(lml, path, 0, 0)) != NULL) {
usr/src/cmd/sgs/rtld/common/analyze.c
1258
nlmp = is_devinode_loaded(&status, lml, nname, flags);
usr/src/cmd/sgs/rtld/common/analyze.c
1281
(fpavl_insert(lml, nlmp,
usr/src/cmd/sgs/rtld/common/analyze.c
1309
fdp->fd_ftp = map_obj(lml, fdp, status.st_size, nname,
usr/src/cmd/sgs/rtld/common/analyze.c
1343
DBG_CALL(Dbg_file_rejected(lml, rej, M_MACH));
usr/src/cmd/sgs/rtld/common/analyze.c
1352
find_path(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej,
usr/src/cmd/sgs/rtld/common/analyze.c
1380
(rtld_flags & RT_FL_OBJALT) && (lml == &lml_main)) {
usr/src/cmd/sgs/rtld/common/analyze.c
1392
DBG_CALL(Dbg_libs_found(lml, aname,
usr/src/cmd/sgs/rtld/common/analyze.c
1394
ret = file_open(0, lml, clmp, flags, fdp,
usr/src/cmd/sgs/rtld/common/analyze.c
1404
DBG_CALL(Dbg_libs_found(lml, oname, 0));
usr/src/cmd/sgs/rtld/common/analyze.c
1406
return (file_open(err, lml, clmp, flags, fdp, rej, in_nfavl));
usr/src/cmd/sgs/rtld/common/analyze.c
1413
_find_file(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej,
usr/src/cmd/sgs/rtld/common/analyze.c
1418
DBG_CALL(Dbg_libs_found(lml, nname, aflag));
usr/src/cmd/sgs/rtld/common/analyze.c
1419
if ((lml->lm_flags & LML_FLG_TRC_SEARCH) &&
usr/src/cmd/sgs/rtld/common/analyze.c
1430
if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJSEARCH) {
usr/src/cmd/sgs/rtld/common/analyze.c
1435
DBG_CALL(Dbg_audit_terminate(lml, nname));
usr/src/cmd/sgs/rtld/common/analyze.c
1444
return (file_open(0, lml, clmp, flags, fdp, rej, in_nfavl));
usr/src/cmd/sgs/rtld/common/analyze.c
1448
find_file(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej,
usr/src/cmd/sgs/rtld/common/analyze.c
151
if ((olmp = elf_obj_fini(lml, lmp, clmp,
usr/src/cmd/sgs/rtld/common/analyze.c
1516
(lml == &lml_main)) {
usr/src/cmd/sgs/rtld/common/analyze.c
1528
ret = _find_file(lml, clmp, flags, fdp,
usr/src/cmd/sgs/rtld/common/analyze.c
153
if (lml->lm_flags & LML_FLG_TRC_ENABLE)
usr/src/cmd/sgs/rtld/common/analyze.c
1544
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), oname,
usr/src/cmd/sgs/rtld/common/analyze.c
1552
return (_find_file(lml, clmp, flags, fdp, rej, pdp, 0, in_nfavl));
usr/src/cmd/sgs/rtld/common/analyze.c
1633
map_obj(Lm_list *lml, Fdesc *fdp, size_t fsize, const char *name, int fd,
usr/src/cmd/sgs/rtld/common/analyze.c
1718
DBG_CALL(Dbg_file_mmapobj(lml, name, smpp, mapnum));
usr/src/cmd/sgs/rtld/common/analyze.c
1755
load_file(Lm_list *lml, Aliste lmco, Rt_map *clmp, Fdesc *fdp, int *in_nfavl)
usr/src/cmd/sgs/rtld/common/analyze.c
1804
if ((nlmp = elf_obj_file(lml, lmco, clmp, nname, hmpp, ompp,
usr/src/cmd/sgs/rtld/common/analyze.c
182
if (LM_NEEDED(lmp)(lml, nlmco, lmp, in_nfavl) == 0) {
usr/src/cmd/sgs/rtld/common/analyze.c
1823
if ((nlmp = ((fdp->fd_ftp)->fct_new_lmp)(lml, lmco, fdp, addr,
usr/src/cmd/sgs/rtld/common/analyze.c
183
if (lml->lm_flags & LML_FLG_TRC_ENABLE)
usr/src/cmd/sgs/rtld/common/analyze.c
1857
if ((NAME(nlmp)[0] == '/') && (fpavl_insert(lml, nlmp, NAME(nlmp),
usr/src/cmd/sgs/rtld/common/analyze.c
1859
remove_so(lml, nlmp, clmp);
usr/src/cmd/sgs/rtld/common/analyze.c
1863
(fpavl_insert(lml, nlmp, PATHNAME(nlmp), 0) == 0)) {
usr/src/cmd/sgs/rtld/common/analyze.c
1864
remove_so(lml, nlmp, clmp);
usr/src/cmd/sgs/rtld/common/analyze.c
1911
remove_so(lml, nlmp, clmp);
usr/src/cmd/sgs/rtld/common/analyze.c
1929
load_so(Lm_list *lml, Aliste lmco, Rt_map *clmp, uint_t flags,
usr/src/cmd/sgs/rtld/common/analyze.c
1985
(void) fpavl_recorded(lml, fdp->fd_nname, 0,
usr/src/cmd/sgs/rtld/common/analyze.c
1991
if (find_path(lml, clmp, flags, fdp, &_rej, in_nfavl) == 0) {
usr/src/cmd/sgs/rtld/common/analyze.c
2037
if (find_file(lml, clmp, flags, &fd, &_rej, pdp,
usr/src/cmd/sgs/rtld/common/analyze.c
2049
((lml->lm_flags & LML_FLG_RTLDLM) == 0))
usr/src/cmd/sgs/rtld/common/analyze.c
2073
return (is_so_loaded(lml, oname, in_nfavl));
usr/src/cmd/sgs/rtld/common/analyze.c
2083
if (lml->lm_flags & LML_FLG_TRC_ENABLE) {
usr/src/cmd/sgs/rtld/common/analyze.c
2091
return (load_file(lml, lmco, clmp, fdp, in_nfavl));
usr/src/cmd/sgs/rtld/common/analyze.c
2098
load_trace(Lm_list *lml, Pdesc *pdp, Rt_map *clmp, Fdesc *fdp)
usr/src/cmd/sgs/rtld/common/analyze.c
210
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
2102
DBG_CALL(Dbg_libs_find(lml, name));
usr/src/cmd/sgs/rtld/common/analyze.c
2107
if ((lml->lm_flags & (LML_FLG_TRC_VERBOSE | LML_FLG_TRC_SEARCH)) &&
usr/src/cmd/sgs/rtld/common/analyze.c
2122
((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY))
usr/src/cmd/sgs/rtld/common/analyze.c
2125
if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJSEARCH) {
usr/src/cmd/sgs/rtld/common/analyze.c
2133
DBG_CALL(Dbg_audit_terminate(lml, name));
usr/src/cmd/sgs/rtld/common/analyze.c
2153
load_finish(Lm_list *lml, const char *name, Rt_map *clmp, int nmode,
usr/src/cmd/sgs/rtld/common/analyze.c
218
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
2273
if ((ghp = hdl_create(lml, nlmp, clmp, hflags, rdflags,
usr/src/cmd/sgs/rtld/common/analyze.c
2404
load_path(Lm_list *lml, Aliste lmco, Rt_map *clmp, int nmode, uint_t flags,
usr/src/cmd/sgs/rtld/common/analyze.c
2422
if ((nlmp = load_so(lml, lmco, clmp, flags, fdp, rej,
usr/src/cmd/sgs/rtld/common/analyze.c
2450
DBG_CALL(Dbg_file_rejected(lml, &_rej, M_MACH));
usr/src/cmd/sgs/rtld/common/analyze.c
2452
remove_so(lml, nlmp, clmp);
usr/src/cmd/sgs/rtld/common/analyze.c
2460
nlmp = is_so_loaded(lml, name, in_nfavl);
usr/src/cmd/sgs/rtld/common/analyze.c
2462
if ((lml->lm_flags & LML_FLG_TRC_VERBOSE) &&
usr/src/cmd/sgs/rtld/common/analyze.c
2484
DBG_CALL(Dbg_file_rejected(lml, &_rej, M_MACH));
usr/src/cmd/sgs/rtld/common/analyze.c
2493
if (load_finish(lml, name, clmp, nmode, flags, hdl, nlmp) == 0) {
usr/src/cmd/sgs/rtld/common/analyze.c
2502
remove_so(lml, nlmp, clmp);
usr/src/cmd/sgs/rtld/common/analyze.c
2515
if ((lml->lm_tflags | AFLAGS(clmp) | AFLAGS(nlmp)) &
usr/src/cmd/sgs/rtld/common/analyze.c
2518
remove_so(lml, nlmp, clmp);
usr/src/cmd/sgs/rtld/common/analyze.c
2533
load_one(Lm_list *lml, Aliste lmco, Alist *palp, Rt_map *clmp, int mode,
usr/src/cmd/sgs/rtld/common/analyze.c
2549
lmp = load_cap(lml, lmco, pdp->pd_pname, clmp,
usr/src/cmd/sgs/rtld/common/analyze.c
2559
if (load_trace(lml, pdp, clmp, &fd) == NULL)
usr/src/cmd/sgs/rtld/common/analyze.c
2565
lmp = load_path(lml, lmco, clmp, mode, flags, hdl, &fd,
usr/src/cmd/sgs/rtld/common/analyze.c
2582
file_notfound(lml, name, clmp, flags, &rej);
usr/src/cmd/sgs/rtld/common/analyze.c
2617
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/analyze.c
2650
lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/analyze.c
2651
lmp = lml->lm_head;
usr/src/cmd/sgs/rtld/common/analyze.c
2708
if ((lml->lm_flags & LML_FLG_INTRPOSE) == 0)
usr/src/cmd/sgs/rtld/common/analyze.c
2718
lmp = lml->lm_head;
usr/src/cmd/sgs/rtld/common/analyze.c
286
relocate_so(Lm_list *lml, Rt_map *lmp, int *relocated, int now, int *in_nfavl)
usr/src/cmd/sgs/rtld/common/analyze.c
2945
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/analyze.c
295
if (((lml->lm_flags & LML_FLG_TRC_ENABLE) == 0) ||
usr/src/cmd/sgs/rtld/common/analyze.c
296
(lml->lm_flags & LML_FLG_TRC_WARN)) {
usr/src/cmd/sgs/rtld/common/analyze.c
2981
if ((lml->lm_flags & LML_FLG_TRC_WARN) &&
usr/src/cmd/sgs/rtld/common/analyze.c
3015
(((lml->lm_tflags & LML_TFLG_NODIRECT) == 0) &&
usr/src/cmd/sgs/rtld/common/analyze.c
302
((lml->lm_flags & LML_FLG_TRC_ENABLE) == 0))
usr/src/cmd/sgs/rtld/common/analyze.c
3092
for (ALIST_TRAVERSE_BY_OFFSET(lml->lm_lists, off, lmc)) {
usr/src/cmd/sgs/rtld/common/analyze.c
3121
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/analyze.c
3122
if ((sl.sl_flags & LKUP_WEAK) || (lml->lm_lazy == 0))
usr/src/cmd/sgs/rtld/common/analyze.c
3125
DBG_CALL(Dbg_syms_lazy_rescan(lml, name));
usr/src/cmd/sgs/rtld/common/analyze.c
313
((lml->lm_flags & LML_FLG_TRC_ENABLE) == 0))
usr/src/cmd/sgs/rtld/common/analyze.c
3139
for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) {
usr/src/cmd/sgs/rtld/common/analyze.c
337
_relocate_lmc(Lm_list *lml, Aliste lmco, Rt_map *nlmp, int *relocated,
usr/src/cmd/sgs/rtld/common/analyze.c
360
if (relocate_so(lml, lmp, relocated, 0, in_nfavl) == 0)
usr/src/cmd/sgs/rtld/common/analyze.c
382
lml->lm_init++;
usr/src/cmd/sgs/rtld/common/analyze.c
383
lml->lm_flags |= LML_FLG_OBJADDED;
usr/src/cmd/sgs/rtld/common/analyze.c
403
(((lml->lm_flags & LML_FLG_TRC_ENABLE) == 0) ||
usr/src/cmd/sgs/rtld/common/analyze.c
404
(lml->lm_flags & LML_FLG_TRC_WARN))) {
usr/src/cmd/sgs/rtld/common/analyze.c
423
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/rtld/common/analyze.c
455
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/rtld/common/analyze.c
464
relocate_lmc(Lm_list *lml, Aliste nlmco, Rt_map *clmp, Rt_map *nlmp,
usr/src/cmd/sgs/rtld/common/analyze.c
481
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
521
lml->lm_flags |= LML_FLG_STARTREL;
usr/src/cmd/sgs/rtld/common/analyze.c
531
lret = _relocate_lmc(lml, nlmco, nlmp, &relocated, in_nfavl);
usr/src/cmd/sgs/rtld/common/analyze.c
533
remove_lmc(lml, clmp, nlmco, NAME(nlmp));
usr/src/cmd/sgs/rtld/common/analyze.c
540
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
545
plmco = nlmco - lml->lm_lists->al_size;
usr/src/cmd/sgs/rtld/common/analyze.c
547
plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco);
usr/src/cmd/sgs/rtld/common/analyze.c
559
lm_move(lml, nlmco, plmco, nlmc, plmc);
usr/src/cmd/sgs/rtld/common/analyze.c
607
if (relocate_so(lml, lmp, 0, 1, in_nfavl) == 0)
usr/src/cmd/sgs/rtld/common/analyze.c
617
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
619
plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco);
usr/src/cmd/sgs/rtld/common/analyze.c
621
lm_move(lml, nlmco, plmco, nlmc, plmc);
usr/src/cmd/sgs/rtld/common/analyze.c
633
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
783
is_so_loaded(Lm_list *lml, const char *name, int *in_nfavl)
usr/src/cmd/sgs/rtld/common/analyze.c
798
if (((lmp = fpavl_recorded(lml, name, hash, &where)) != NULL) &&
usr/src/cmd/sgs/rtld/common/analyze.c
823
for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) {
usr/src/cmd/sgs/rtld/common/analyze.c
910
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/analyze.c
976
((lml->lm_flags & LML_FLG_OBJADDED) || ((pmode & RTLD_NOW) &&
usr/src/cmd/sgs/rtld/common/audit.c
1416
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/audit.c
1432
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/audit.c
1437
if ((alp = lml->lm_alp) != NULL) {
usr/src/cmd/sgs/rtld/common/audit.c
1469
lml->lm_flags |= LML_FLG_HOLDLOCK;
usr/src/cmd/sgs/rtld/common/audit.c
1489
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_GEN_NOSYM),
usr/src/cmd/sgs/rtld/common/audit.c
1495
if ((tobj = tsort(lmp, lml->lm_init, RT_SORT_REV)) ==
usr/src/cmd/sgs/rtld/common/audit.c
1503
leave(lml, thr_flg_reenter);
usr/src/cmd/sgs/rtld/common/audit.c
1513
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_AUD_BADVERS),
usr/src/cmd/sgs/rtld/common/audit.c
1555
lml->lm_alp = alp;
usr/src/cmd/sgs/rtld/common/audit.c
707
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/audit.c
719
DBG_CALL(Dbg_audit_objclose(lml, alp->al_libname, NAME(lmp)));
usr/src/cmd/sgs/rtld/common/cap.c
556
cap_dir(Alist **fdalpp, Lm_list *lml, const char *dname, Rt_map *clmp,
usr/src/cmd/sgs/rtld/common/cap.c
578
DBG_CALL(Dbg_file_rejected(lml, &_rej, M_MACH));
usr/src/cmd/sgs/rtld/common/cap.c
619
if (load_trace(lml, &pd, clmp, &fd) == NULL)
usr/src/cmd/sgs/rtld/common/cap.c
628
if (find_path(lml, clmp, flags, &fd, &_rej, in_nfavl) == 0) {
usr/src/cmd/sgs/rtld/common/cap.c
633
DBG_CALL(Dbg_cap_candidate(lml, fd.fd_nname));
usr/src/cmd/sgs/rtld/common/cap.c
641
fd.fd_lml = lml;
usr/src/cmd/sgs/rtld/common/cap.c
702
Lm_list *lml = LIST(flmp);
usr/src/cmd/sgs/rtld/common/cap.c
706
if (cap_dir(&fdalp, lml, dir, flmp, flags, &rej, in_nfavl) == 0)
usr/src/cmd/sgs/rtld/common/cap.c
728
DBG_CALL(Dbg_file_filtee(lml, NAME(flmp), fdp->fd_nname, 0));
usr/src/cmd/sgs/rtld/common/cap.c
730
nlmp = load_path(lml, nlmco, flmp, mode,
usr/src/cmd/sgs/rtld/common/cap.c
743
remove_lmc(lml, flmp, nlmco, NAME(nlmp));
usr/src/cmd/sgs/rtld/common/cap.c
762
if (nlmp && (lml->lm_tflags | FLAGS1(flmp)) &
usr/src/cmd/sgs/rtld/common/cap.c
773
if (nlmp && ghp && (((nlmp = analyze_lmc(lml, nlmco, nlmp,
usr/src/cmd/sgs/rtld/common/cap.c
775
(relocate_lmc(lml, nlmco, flmp, nlmp, in_nfavl) == 0)))
usr/src/cmd/sgs/rtld/common/cap.c
801
DBG_CALL(Dbg_file_filtee(lml, 0, pdp->pd_pname, audit));
usr/src/cmd/sgs/rtld/common/cap.c
810
remove_lmc(lml, flmp, nlmco, pdp->pd_pname);
usr/src/cmd/sgs/rtld/common/cap.c
825
load_cap(Lm_list *lml, Aliste lmco, const char *dir, Rt_map *clmp,
usr/src/cmd/sgs/rtld/common/cap.c
837
if (cap_dir(&fdalp, lml, dir, clmp, flags, rej, in_nfavl) == 0)
usr/src/cmd/sgs/rtld/common/cap.c
847
if ((found == 0) && ((lmp = load_path(lml, lmco, clmp, mode,
usr/src/cmd/sgs/rtld/common/config_elf.c
134
eprintf(lml, ERR_WARNING, MSG_INTL(MSG_CONF_DSTAT),
usr/src/cmd/sgs/rtld/common/config_elf.c
160
eprintf(lml, ERR_WARNING,
usr/src/cmd/sgs/rtld/common/config_elf.c
171
eprintf(lml, ERR_WARNING,
usr/src/cmd/sgs/rtld/common/config_elf.c
460
elf_config_flt(Lm_list *lml, const char *filter, const char *string,
usr/src/cmd/sgs/rtld/common/config_elf.c
49
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/config_elf.c
498
DBG_CALL(Dbg_file_filter(lml, fltr, flte, 1));
usr/src/cmd/sgs/rtld/common/config_elf.c
84
if ((lml->lm_flags & LML_FLG_TRC_ENABLE) &&
usr/src/cmd/sgs/rtld/common/config_elf.c
86
eprintf(lml, ERR_WARNING,
usr/src/cmd/sgs/rtld/common/debug.c
164
dbg_lmid_validate(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/debug.c
173
if (lml->lm_flags & LML_FLG_RTLDLM)
usr/src/cmd/sgs/rtld/common/debug.c
182
if ((lml->lm_lmidstr == NULL) ||
usr/src/cmd/sgs/rtld/common/debug.c
185
((lml->lm_flags & LML_FLG_BASELM) == 0)))
usr/src/cmd/sgs/rtld/common/debug.c
200
if (strcmp(lml->lm_lmidstr, str) == 0)
usr/src/cmd/sgs/rtld/common/debug.c
212
dbg_print(Lm_list *lml, const char *format, ...)
usr/src/cmd/sgs/rtld/common/debug.c
231
if (lml && (dbg_lmid_validate(lml) == 0))
usr/src/cmd/sgs/rtld/common/debug.c
297
if (lml)
usr/src/cmd/sgs/rtld/common/debug.c
316
if (lml)
usr/src/cmd/sgs/rtld/common/debug.c
322
if (DBG_ISLMID() && lml && lml->lm_lmidstr) {
usr/src/cmd/sgs/rtld/common/debug.c
323
(void) bufprint(&prf, MSG_ORIG(MSG_DBG_LMID), lml->lm_lmidstr);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1001
if ((lml == (Lm_list *)LM_ID_NEWLM) && (mode & RTLD_PARENT)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
1002
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLMODE_4));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1006
return (dlmopen_intn(lml, path, mode, clmp, 0, 0));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1022
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/dlfcns.c
1027
lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1029
ghp = dlmopen_check(lml, path, mode, clmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1032
leave(lml, 0);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1089
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/dlfcns.c
1128
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1130
DBG_CALL(Dbg_syms_lazy_rescan(lml, name));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1379
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1395
if ((lml->lm_tflags | AFLAGS(clmp) | AFLAGS(*dlmp)) &
usr/src/cmd/sgs/rtld/common/dlfcns.c
1656
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1664
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLPATH));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1678
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_GEN_NOFILE),
usr/src/cmd/sgs/rtld/common/dlfcns.c
1683
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_GEN_ALTER), ipath);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1687
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_GEN_NODUMP),
usr/src/cmd/sgs/rtld/common/dlfcns.c
1754
get_linkmap_id(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/dlfcns.c
1756
if (lml->lm_flags & LML_FLG_BASELM)
usr/src/cmd/sgs/rtld/common/dlfcns.c
1758
if (lml->lm_flags & LML_FLG_RTLDLM)
usr/src/cmd/sgs/rtld/common/dlfcns.c
1761
return ((Lmid_t)lml);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1768
set_def_need(Lm_list *lml, Dyninfo *dyip, const char *name)
usr/src/cmd/sgs/rtld/common/dlfcns.c
1775
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_DEF_DEPLOADED),
usr/src/cmd/sgs/rtld/common/dlfcns.c
1783
DBG_CALL(Dbg_file_deferred(lml, dyip->di_name, name));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1797
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1825
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLVAL));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1837
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_NOCONFIG));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1850
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_NOPROFNAME));
usr/src/cmd/sgs/rtld/common/dlfcns.c
1886
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_INVSIG), sig);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1898
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_INVHNDL),
usr/src/cmd/sgs/rtld/common/dlfcns.c
1910
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1913
if (lml->lm_flags & LML_FLG_ENVIRON)
usr/src/cmd/sgs/rtld/common/dlfcns.c
1914
aip->dla_envp = *(lml->lm_environ);
usr/src/cmd/sgs/rtld/common/dlfcns.c
1990
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/dlfcns.c
1996
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/dlfcns.c
201
hdl_create(Lm_list *lml, Rt_map *rlmp, Rt_map *clmp, uint_t hflags,
usr/src/cmd/sgs/rtld/common/dlfcns.c
2123
return (set_def_need(lml,
usr/src/cmd/sgs/rtld/common/dlfcns.c
213
alpp = &(lml->lm_handle);
usr/src/cmd/sgs/rtld/common/dlfcns.c
2150
return (set_def_need(lml, dyip, dname));
usr/src/cmd/sgs/rtld/common/dlfcns.c
2164
return (set_def_need(lml, dyip, dname));
usr/src/cmd/sgs/rtld/common/dlfcns.c
2170
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_DEF_NODEPFOUND),
usr/src/cmd/sgs/rtld/common/dlfcns.c
2295
Lm_list *lml, *clml;
usr/src/cmd/sgs/rtld/common/dlfcns.c
2310
for (APLIST_TRAVERSE(dynlm_list, idx1, lml)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
2311
for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
279
ghp->gh_ownlmp = lml->lm_head;
usr/src/cmd/sgs/rtld/common/dlfcns.c
280
ghp->gh_ownlml = lml;
usr/src/cmd/sgs/rtld/common/dlfcns.c
458
dlclose_core(Grp_hdl *ghp, Rt_map *clmp, Lm_list *lml)
usr/src/cmd/sgs/rtld/common/dlfcns.c
518
if ((lml->lm_flags & (LML_FLG_BASELM | LML_FLG_RTLDLM)) == 0)
usr/src/cmd/sgs/rtld/common/dlfcns.c
519
remove_lml(lml);
usr/src/cmd/sgs/rtld/common/dlfcns.c
553
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/dlfcns.c
555
for (APLIST_TRAVERSE(dynlm_list, idx, lml)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
556
if (olml == lml) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
617
newlmid(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/dlfcns.c
622
lml->lm_lmid = UINT_MAX;
usr/src/cmd/sgs/rtld/common/dlfcns.c
626
lml->lm_lmid = lmid++;
usr/src/cmd/sgs/rtld/common/dlfcns.c
629
lml->lm_lmid);
usr/src/cmd/sgs/rtld/common/dlfcns.c
631
if ((lml->lm_lmidstr = strdup(buffer)) == NULL)
usr/src/cmd/sgs/rtld/common/dlfcns.c
641
dlmopen_core(Lm_list *lml, Lm_list *olml, const char *path, int mode,
usr/src/cmd/sgs/rtld/common/dlfcns.c
65
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/dlfcns.c
68
for (APLIST_TRAVERSE(dynlm_list, idx1, lml)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
710
if ((ghp = hdl_create(lml, 0, clmp, hflags, rdflags,
usr/src/cmd/sgs/rtld/common/dlfcns.c
72
for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
726
for (nlmp = lml->lm_head; nlmp; nlmp = NEXT_RT_MAP(nlmp)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
735
(void) relocate_lmc(lml, ALIST_OFF_DATA, clmp,
usr/src/cmd/sgs/rtld/common/dlfcns.c
736
lml->lm_head, in_nfavl);
usr/src/cmd/sgs/rtld/common/dlfcns.c
754
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLMODE_5));
usr/src/cmd/sgs/rtld/common/dlfcns.c
762
if ((nlmco = create_cntl(lml, 1)) == 0) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
768
nlmp = load_one(lml, nlmco, palp, clmp, mode, (flags | FLG_RT_PUBHDL),
usr/src/cmd/sgs/rtld/common/dlfcns.c
777
remove_cntl(lml, olmco);
usr/src/cmd/sgs/rtld/common/dlfcns.c
789
if ((flags & FLG_RT_AUDIT) && (LIST(nlmp) != lml)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
790
remove_cntl(lml, olmco);
usr/src/cmd/sgs/rtld/common/dlfcns.c
791
lml = LIST(nlmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
799
if (((nlmp = analyze_lmc(lml, nlmco, nlmp, clmp, in_nfavl)) == NULL) ||
usr/src/cmd/sgs/rtld/common/dlfcns.c
800
(relocate_lmc(lml, nlmco, clmp, nlmp, in_nfavl) == 0)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
810
remove_lmc(lml, clmp, olmco, path);
usr/src/cmd/sgs/rtld/common/dlfcns.c
818
remove_cntl(lml, olmco);
usr/src/cmd/sgs/rtld/common/dlfcns.c
857
dlmopen_intn(Lm_list *lml, const char *path, int mode, Rt_map *clmp,
usr/src/cmd/sgs/rtld/common/dlfcns.c
860
Lm_list *olml = lml;
usr/src/cmd/sgs/rtld/common/dlfcns.c
872
if (lml == (Lm_list *)LM_ID_NEWLM) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
873
if ((lml = calloc(1, sizeof (Lm_list))) == NULL)
usr/src/cmd/sgs/rtld/common/dlfcns.c
880
lml->lm_tflags = LIST(clmp)->lm_tflags;
usr/src/cmd/sgs/rtld/common/dlfcns.c
886
lml->lm_tflags &= ~LML_TFLG_AUD_MASK;
usr/src/cmd/sgs/rtld/common/dlfcns.c
887
lml->lm_tflags |= (LML_TFLG_NOLAZYLD |
usr/src/cmd/sgs/rtld/common/dlfcns.c
891
if (aplist_append(&dynlm_list, lml, AL_CNT_DYNLIST) == NULL) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
892
free(lml);
usr/src/cmd/sgs/rtld/common/dlfcns.c
895
if (newlmid(lml) == 0) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
896
(void) aplist_delete_value(dynlm_list, lml);
usr/src/cmd/sgs/rtld/common/dlfcns.c
897
free(lml);
usr/src/cmd/sgs/rtld/common/dlfcns.c
900
} else if ((uintptr_t)lml < LM_ID_NUM) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
901
if ((uintptr_t)lml == LM_ID_BASE)
usr/src/cmd/sgs/rtld/common/dlfcns.c
902
lml = &lml_main;
usr/src/cmd/sgs/rtld/common/dlfcns.c
903
else if ((uintptr_t)lml == LM_ID_LDSO)
usr/src/cmd/sgs/rtld/common/dlfcns.c
904
lml = &lml_rtld;
usr/src/cmd/sgs/rtld/common/dlfcns.c
910
ghp = dlmopen_core(lml, olml, path, mode, clmp, flags, orig, &in_nfavl);
usr/src/cmd/sgs/rtld/common/dlfcns.c
922
ghp = dlmopen_core(lml, olml, path, mode, clmp, flags, orig,
usr/src/cmd/sgs/rtld/common/dlfcns.c
946
if (dlmp && (flags & FLG_RT_AUDIT) && (LIST(dlmp) != lml)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
947
remove_lml(lml);
usr/src/cmd/sgs/rtld/common/dlfcns.c
948
lml = LIST(dlmp);
usr/src/cmd/sgs/rtld/common/dlfcns.c
955
((lml->lm_flags & (LML_FLG_BASELM | LML_FLG_RTLDLM)) == 0)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
956
remove_lml(lml);
usr/src/cmd/sgs/rtld/common/dlfcns.c
957
lml = NULL;
usr/src/cmd/sgs/rtld/common/dlfcns.c
974
dlmopen_check(Lm_list *lml, const char *path, int mode, Rt_map *clmp)
usr/src/cmd/sgs/rtld/common/dlfcns.c
980
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLPATH));
usr/src/cmd/sgs/rtld/common/dlfcns.c
990
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLMODE_1));
usr/src/cmd/sgs/rtld/common/dlfcns.c
994
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLMODE_2));
usr/src/cmd/sgs/rtld/common/dlfcns.c
997
if ((lml == (Lm_list *)LM_ID_NEWLM) && (path == NULL)) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
998
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ILLMODE_3));
usr/src/cmd/sgs/rtld/common/elf.c
1025
if (nlmp && ((lml->lm_tflags | AFLAGS(ilmp)) &
usr/src/cmd/sgs/rtld/common/elf.c
1040
if (load_trace(lml, pdp, clmp, &fd) == NULL)
usr/src/cmd/sgs/rtld/common/elf.c
1047
if ((lmco = create_cntl(lml, 0)) == 0)
usr/src/cmd/sgs/rtld/common/elf.c
1053
if ((nlmp = load_path(lml, lmco, ilmp, mode,
usr/src/cmd/sgs/rtld/common/elf.c
1077
if (nlmp && ((lml->lm_tflags | FLAGS1(ilmp)) &
usr/src/cmd/sgs/rtld/common/elf.c
1093
if (nlmp && ghp && (((nlmp = analyze_lmc(lml,
usr/src/cmd/sgs/rtld/common/elf.c
1095
(relocate_lmc(lml, lmco, ilmp, nlmp,
usr/src/cmd/sgs/rtld/common/elf.c
1117
DBG_CALL(Dbg_file_filtee(lml, 0, filtee,
usr/src/cmd/sgs/rtld/common/elf.c
1128
remove_lmc(lml, clmp, lmco, name);
usr/src/cmd/sgs/rtld/common/elf.c
1134
remove_cntl(lml, lmco);
usr/src/cmd/sgs/rtld/common/elf.c
1623
elf_new_lmp(Lm_list *lml, Aliste lmco, Fdesc *fdp, Addr addr, size_t msize,
usr/src/cmd/sgs/rtld/common/elf.c
1638
DBG_CALL(Dbg_file_elf(lml, name, addr, msize, lml->lm_lmidstr, lmco));
usr/src/cmd/sgs/rtld/common/elf.c
1711
LIST(lmp) = lml;
usr/src/cmd/sgs/rtld/common/elf.c
1731
Word lmtflags = lml->lm_tflags;
usr/src/cmd/sgs/rtld/common/elf.c
2057
if (lml->lm_flags & LML_FLG_STARTREL) {
usr/src/cmd/sgs/rtld/common/elf.c
2059
if (lml->lm_flags & LML_FLG_TRC_ENABLE)
usr/src/cmd/sgs/rtld/common/elf.c
2093
if ((rti = alist_append(&lml->lm_rti, NULL,
usr/src/cmd/sgs/rtld/common/elf.c
2253
lml->lm_flags |= LML_FLG_LOCAUDIT;
usr/src/cmd/sgs/rtld/common/elf.c
2258
if (tphdr && (tls_assign(lml, lmp, tphdr) == 0)) {
usr/src/cmd/sgs/rtld/common/elf.c
2344
lm_append(lml, lmco, lmp);
usr/src/cmd/sgs/rtld/common/elf.c
2388
Lm_list *lml = LIST(rlmp);
usr/src/cmd/sgs/rtld/common/elf.c
2405
if (!(lml->lm_flags & LML_FLG_TRC_WARN))
usr/src/cmd/sgs/rtld/common/elf.c
2413
if (!(lml->lm_flags & LML_FLG_TRC_WARN))
usr/src/cmd/sgs/rtld/common/elf.c
2428
if (lml->lm_flags & LML_FLG_TRC_WARN) {
usr/src/cmd/sgs/rtld/common/elf.c
2449
DBG_CALL(Dbg_reloc_apply_val(lml, ELF_DBG_RTLD, (Xword)radd,
usr/src/cmd/sgs/rtld/common/elf.c
2669
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/elf.c
2692
lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/elf.c
2693
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
usr/src/cmd/sgs/rtld/common/elf.c
2856
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/elf.c
2859
if ((lml->lm_flags & LML_FLG_TRC_ENABLE) &&
usr/src/cmd/sgs/rtld/common/elf.c
2861
(lml->lm_flags & LML_FLG_TRC_VERBOSE)))
usr/src/cmd/sgs/rtld/common/elf.c
2889
Dbg_reloc_error(lml, ELF_DBG_RTLD, M_MACH, M_REL_SHT_TYPE, rel, name);
usr/src/cmd/sgs/rtld/common/elf.c
2899
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/elf.c
2909
DBG_CALL(Dbg_reloc_in(lml, ELF_DBG_RTLD, M_MACH,
usr/src/cmd/sgs/rtld/common/elf.c
2911
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_BADTLS),
usr/src/cmd/sgs/rtld/common/elf.c
2926
if (tls_assign(lml, lmp, PTTLS(lmp)) == 0) {
usr/src/cmd/sgs/rtld/common/elf.c
2927
DBG_CALL(Dbg_reloc_in(lml, ELF_DBG_RTLD, M_MACH,
usr/src/cmd/sgs/rtld/common/elf.c
2929
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_BADTLS),
usr/src/cmd/sgs/rtld/common/elf.c
2961
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/elf.c
2966
if (lml->lm_flags & LML_FLG_IGNRELERR)
usr/src/cmd/sgs/rtld/common/elf.c
2974
if (lml->lm_flags & LML_FLG_TRC_WARN) {
usr/src/cmd/sgs/rtld/common/elf.c
2976
((lml->lm_flags & LML_FLG_TRC_NOPAREXT) != 0)) {
usr/src/cmd/sgs/rtld/common/elf.c
2986
DBG_CALL(Dbg_reloc_in(lml, ELF_DBG_RTLD, M_MACH, M_REL_SHT_TYPE, rel,
usr/src/cmd/sgs/rtld/common/elf.c
2988
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NOSYM), NAME(lmp),
usr/src/cmd/sgs/rtld/common/elf.c
302
Lm_list *lml = &lml_rtld;
usr/src/cmd/sgs/rtld/common/elf.c
303
Rt_map *lmp = lml->lm_head;
usr/src/cmd/sgs/rtld/common/elf.c
305
if (lml->lm_flags & LML_FLG_PLTREL)
usr/src/cmd/sgs/rtld/common/elf.c
308
if (elf_needed(lml, ALIST_OFF_DATA, lmp, NULL) == 0)
usr/src/cmd/sgs/rtld/common/elf.c
327
lml->lm_flags |= LML_FLG_PLTREL;
usr/src/cmd/sgs/rtld/common/elf.c
342
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/elf.c
361
if (lml->lm_flags & LML_FLG_TRC_ENABLE)
usr/src/cmd/sgs/rtld/common/elf.c
399
if ((lmco = create_cntl(lml, 0)) == 0) {
usr/src/cmd/sgs/rtld/common/elf.c
408
load_one(lml, lmco, palp, clmp, MODE(clmp), flags, hdl, in_nfavl);
usr/src/cmd/sgs/rtld/common/elf.c
424
((nlmp = analyze_lmc(lml, lmco, nlmp, clmp, in_nfavl)) == NULL) ||
usr/src/cmd/sgs/rtld/common/elf.c
425
(relocate_lmc(lml, lmco, clmp, nlmp, in_nfavl) == 0)))
usr/src/cmd/sgs/rtld/common/elf.c
434
remove_lmc(lml, clmp, lmco, name);
usr/src/cmd/sgs/rtld/common/elf.c
440
remove_cntl(lml, lmco);
usr/src/cmd/sgs/rtld/common/elf.c
481
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/elf.c
501
if ((lml->lm_flags & LML_FLG_TRC_VERBOSE) &&
usr/src/cmd/sgs/rtld/common/elf.c
532
DBG_CALL(Dbg_ver_need_entry(lml, 0, need, version));
usr/src/cmd/sgs/rtld/common/elf.c
555
if (lml->lm_flags & LML_FLG_TRC_ENABLE) {
usr/src/cmd/sgs/rtld/common/elf.c
558
if (!(lml->lm_flags & LML_FLG_TRC_VERBOSE))
usr/src/cmd/sgs/rtld/common/elf.c
587
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/elf.c
594
DBG_CALL(Dbg_ver_need_done(lml));
usr/src/cmd/sgs/rtld/common/elf.c
605
elf_needed(Lm_list *lml, Aliste lmco, Rt_map *clmp, int *in_nfavl)
usr/src/cmd/sgs/rtld/common/elf.c
610
Word lmflags = lml->lm_flags;
usr/src/cmd/sgs/rtld/common/elf.c
646
if ((dip->di_flags & FLG_DI_LAZY) && (lml->lm_head == clmp) &&
usr/src/cmd/sgs/rtld/common/elf.c
685
if (lml->lm_flags & LML_FLG_TRC_ENABLE)
usr/src/cmd/sgs/rtld/common/elf.c
699
((nlmp = load_one(lml, lmco, palp, clmp, MODE(clmp),
usr/src/cmd/sgs/rtld/common/elf.c
730
lml->lm_lazy++;
usr/src/cmd/sgs/rtld/common/elf.c
800
Lm_list *lml = LIST(ilmp);
usr/src/cmd/sgs/rtld/common/elf.c
841
elf_config_flt(lml, PATHNAME(ilmp), filtees,
usr/src/cmd/sgs/rtld/common/elf.c
845
DBG_CALL(Dbg_file_filter(lml, NAME(ilmp), filtees, 0));
usr/src/cmd/sgs/rtld/common/elf.c
846
if ((lml->lm_flags &
usr/src/cmd/sgs/rtld/common/elf.c
901
if ((lmco = create_cntl(lml, 0)) == 0)
usr/src/cmd/sgs/rtld/common/elf.c
908
DBG_CALL(Dbg_cap_filter(lml, dir, ilmp));
usr/src/cmd/sgs/rtld/common/elf.c
912
if ((lml->lm_flags & LML_FLG_TRC_ENABLE) &&
usr/src/cmd/sgs/rtld/common/elf.c
918
DBG_CALL(Dbg_cap_filter(lml, dir, 0));
usr/src/cmd/sgs/rtld/common/elf.c
939
remove_cntl(lml, lmco);
usr/src/cmd/sgs/rtld/common/elf.c
952
DBG_CALL(Dbg_file_filtee(lml, NAME(ilmp), filtee, 0));
usr/src/cmd/sgs/rtld/common/external.c
214
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/external.c
226
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/external.c
227
lcp = &lml->lm_lcs[0];
usr/src/cmd/sgs/rtld/common/external.c
229
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/rtld/common/external.c
277
if ((lml->lm_flags & LML_FLG_BASELM) &&
usr/src/cmd/sgs/rtld/common/external.c
308
if ((gptr == NULL) || (lml->lm_flags & LML_FLG_BASELM))
usr/src/cmd/sgs/rtld/common/external.c
385
if ((lml->lm_flags & LML_FLG_RTLDLM) == 0)
usr/src/cmd/sgs/rtld/common/external.c
390
leave(lml, 0);
usr/src/cmd/sgs/rtld/common/external.c
399
rt_get_extern(Lm_list *lml, Rt_map *lmp)
usr/src/cmd/sgs/rtld/common/external.c
401
if (lml->lm_rti) {
usr/src/cmd/sgs/rtld/common/external.c
405
for (ALIST_TRAVERSE(lml->lm_rti, idx, rti))
usr/src/cmd/sgs/rtld/common/external.c
408
free(lml->lm_rti);
usr/src/cmd/sgs/rtld/common/external.c
409
lml->lm_rti = 0;
usr/src/cmd/sgs/rtld/common/external.c
416
if (lml->lm_tls &&
usr/src/cmd/sgs/rtld/common/external.c
417
(lml->lm_lcs[CI_TLS_STATMOD].lc_un.lc_func == NULL)) {
usr/src/cmd/sgs/rtld/common/external.c
418
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_TLS_NOSUPPORT),
usr/src/cmd/sgs/rtld/common/external.c
479
rt_thr_init(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/external.c
483
if ((fptr = lml->lm_lcs[CI_THRINIT].lc_un.lc_func) != NULL) {
usr/src/cmd/sgs/rtld/common/external.c
484
lml->lm_lcs[CI_THRINIT].lc_un.lc_func = NULL;
usr/src/cmd/sgs/rtld/common/external.c
486
leave(lml, thr_flg_reenter);
usr/src/cmd/sgs/rtld/common/external.c
500
if (((lml->lm_flags & LML_FLG_BASELM) == 0) &&
usr/src/cmd/sgs/rtld/common/external.c
502
MODE(lml->lm_lcs[CI_THRINIT].lc_lmp) |= RTLD_NODELETE;
usr/src/cmd/sgs/rtld/common/move.c
118
elf_move_bad(lml, lmp, sym, num, taddr);
usr/src/cmd/sgs/rtld/common/move.c
126
DBG_CALL(Dbg_move_entry2(lml, mv, sym->st_name,
usr/src/cmd/sgs/rtld/common/move.c
130
DBG_CALL(Dbg_move_expand(lml, mv, taddr));
usr/src/cmd/sgs/rtld/common/move.c
157
eprintf(lml, ERR_NONE, MSG_INTL(MSG_MOVE_ERR1));
usr/src/cmd/sgs/rtld/common/move.c
53
elf_move_bad(Lm_list *lml, Rt_map *lmp, Sym *sym, ulong_t num, Addr addr)
usr/src/cmd/sgs/rtld/common/move.c
58
trace = (lml->lm_flags & LML_FLG_TRC_ENABLE) &&
usr/src/cmd/sgs/rtld/common/move.c
60
(lml->lm_flags & (LML_FLG_TRC_VERBOSE | LML_FLG_TRC_WARN)));
usr/src/cmd/sgs/rtld/common/move.c
74
DBG_CALL(Dbg_move_bad(lml, num, name, addr));
usr/src/cmd/sgs/rtld/common/move.c
83
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/move.c
94
moves = (lmp == lml->lm_head) && ((FLAGS1(lmp) & FL1_RT_DTFLAGS) == 0);
usr/src/cmd/sgs/rtld/common/object.c
104
DBG_CALL(Dbg_file_elf(lml, name, 0, 0, lml->lm_lmidstr, lmco));
usr/src/cmd/sgs/rtld/common/object.c
125
LIST(olmp) = lml;
usr/src/cmd/sgs/rtld/common/object.c
127
lm_append(lml, lmco, olmp);
usr/src/cmd/sgs/rtld/common/object.c
156
elf_obj_file(Lm_list *lml, Aliste lmco, Rt_map *clmp, const char *name,
usr/src/cmd/sgs/rtld/common/object.c
166
if ((olmp == NULL) && ((olmp = elf_obj_init(lml, lmco, name)) == NULL))
usr/src/cmd/sgs/rtld/common/object.c
169
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/rtld/common/object.c
179
remove_so(lml, olmp, clmp);
usr/src/cmd/sgs/rtld/common/object.c
189
remove_so(lml, olmp, clmp);
usr/src/cmd/sgs/rtld/common/object.c
231
elf_obj_fini(Lm_list *lml, Rt_map *lmp, Rt_map *clmp, int *in_nfavl)
usr/src/cmd/sgs/rtld/common/object.c
250
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/rtld/common/object.c
330
if ((nlmp = elf_new_lmp(lml, CNTL(olmp), &fd, (Addr)hmpp->mr_addr,
usr/src/cmd/sgs/rtld/common/object.c
343
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp));
usr/src/cmd/sgs/rtld/common/object.c
344
lml->lm_obj--;
usr/src/cmd/sgs/rtld/common/object.c
356
lml->lm_head = nlmp;
usr/src/cmd/sgs/rtld/common/object.c
368
lml->lm_tail = tlmp;
usr/src/cmd/sgs/rtld/common/object.c
418
if (fpavl_insert(lml, nlmp, PATHNAME(nlmp), 0) == 0)
usr/src/cmd/sgs/rtld/common/object.c
425
if ((lml->lm_tflags | AFLAGS(nlmp)) & LML_TFLG_AUD_MASK) {
usr/src/cmd/sgs/rtld/common/object.c
56
elf_obj_init(Lm_list *lml, Aliste lmco, const char *oname)
usr/src/cmd/sgs/rtld/common/object.c
79
ofl->ofl_lml = lml;
usr/src/cmd/sgs/rtld/common/object.c
88
if ((elf_rtld_load() == 0) || (ld_init_target(lml, M_MACH) != 0)) {
usr/src/cmd/sgs/rtld/common/paths.c
113
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/paths.c
120
if ((lml->lm_flags & LML_FLG_TRC_SEARCH) &&
usr/src/cmd/sgs/rtld/common/paths.c
145
DBG_CALL(Dbg_libs_path(lml, rpl_libpath, mode,
usr/src/cmd/sgs/rtld/common/paths.c
193
DBG_CALL(Dbg_libs_path(lml, prm_libpath, mode,
usr/src/cmd/sgs/rtld/common/paths.c
230
DBG_CALL(Dbg_libs_path(lml, RPATH(lmp), LA_SER_RUNPATH,
usr/src/cmd/sgs/rtld/common/paths.c
282
print_default_dirs(lml, *dalpp, search);
usr/src/cmd/sgs/rtld/common/paths.c
351
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/paths.c
385
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/paths.c
422
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/paths.c
459
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/paths.c
496
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/paths.c
524
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/paths.c
552
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/paths.c
593
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/paths.c
69
print_default_dirs(Lm_list *lml, Alist *alp, int search)
usr/src/cmd/sgs/rtld/common/paths.c
721
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/paths.c
736
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ERR_EXPAND1), NAME(lmp),
usr/src/cmd/sgs/rtld/common/paths.c
776
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ERR_EXPAND1),
usr/src/cmd/sgs/rtld/common/paths.c
834
Lm_list *lml = LIST(clmp);
usr/src/cmd/sgs/rtld/common/paths.c
898
DBG_CALL(Dbg_libs_insecure(lml, npath, 1));
usr/src/cmd/sgs/rtld/common/paths.c
92
DBG_CALL(Dbg_libs_path(lml, pdp->pd_pname,
usr/src/cmd/sgs/rtld/common/paths.c
924
if ((lml->lm_flags & LML_FLG_RTLDLM) &&
usr/src/cmd/sgs/rtld/common/paths.c
928
DBG_CALL(Dbg_libs_insecure(lml, opath, 1));
usr/src/cmd/sgs/rtld/common/paths.c
952
if (lml->lm_flags & LML_FLG_TRC_ENABLE) {
usr/src/cmd/sgs/rtld/common/paths.c
957
eprintf(lml, ERR_WARNING, MSG_INTL(MSG_SEC_ILLEGAL),
usr/src/cmd/sgs/rtld/common/paths.c
967
if (lml->lm_flags & LML_FLG_TRC_ENABLE) {
usr/src/cmd/sgs/rtld/common/paths.c
970
if (lml->lm_flags &
usr/src/cmd/sgs/rtld/common/paths.c
977
(lml->lm_flags & LML_FLG_TRC_VERBOSE))
usr/src/cmd/sgs/rtld/common/paths.c
984
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), opath,
usr/src/cmd/sgs/rtld/common/paths.c
990
DBG_CALL(Dbg_libs_insecure(lml, opath, 0));
usr/src/cmd/sgs/rtld/common/paths.c
991
if ((lml->lm_flags & LML_FLG_TRC_SEARCH) &&
usr/src/cmd/sgs/rtld/common/remove.c
1029
Lm_list *lml = NULL;
usr/src/cmd/sgs/rtld/common/remove.c
1132
if (lml == NULL)
usr/src/cmd/sgs/rtld/common/remove.c
1133
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/remove.c
1336
lml->lm_flags |= LML_FLG_OBJDELETED;
usr/src/cmd/sgs/rtld/common/remove.c
1338
if (((tobj = tsort(lml->lm_head, delcnt,
usr/src/cmd/sgs/rtld/common/remove.c
134
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_ARG_ATEXIT), error);
usr/src/cmd/sgs/rtld/common/remove.c
1341
error = purge_exit_handlers(lml, tobj);
usr/src/cmd/sgs/rtld/common/remove.c
1342
call_fini(lml, tobj, clmp);
usr/src/cmd/sgs/rtld/common/remove.c
1407
lmp, lml);
usr/src/cmd/sgs/rtld/common/remove.c
169
remove_lml(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/remove.c
171
if (lml && (lml->lm_head == NULL)) {
usr/src/cmd/sgs/rtld/common/remove.c
172
if (lml->lm_lmidstr)
usr/src/cmd/sgs/rtld/common/remove.c
173
free(lml->lm_lmidstr);
usr/src/cmd/sgs/rtld/common/remove.c
174
if (lml->lm_alp)
usr/src/cmd/sgs/rtld/common/remove.c
175
free(lml->lm_alp);
usr/src/cmd/sgs/rtld/common/remove.c
176
if (lml->lm_lists)
usr/src/cmd/sgs/rtld/common/remove.c
177
free(lml->lm_lists);
usr/src/cmd/sgs/rtld/common/remove.c
178
if (lml->lm_aud_cookies)
usr/src/cmd/sgs/rtld/common/remove.c
179
free(lml->lm_aud_cookies);
usr/src/cmd/sgs/rtld/common/remove.c
185
if (lml->lm_rti)
usr/src/cmd/sgs/rtld/common/remove.c
186
free(lml->lm_rti);
usr/src/cmd/sgs/rtld/common/remove.c
187
if (lml->lm_fpavl) {
usr/src/cmd/sgs/rtld/common/remove.c
192
ASSERT(avl_numnodes(lml->lm_fpavl) == 0);
usr/src/cmd/sgs/rtld/common/remove.c
193
free(lml->lm_fpavl);
usr/src/cmd/sgs/rtld/common/remove.c
195
(void) aplist_delete_value(dynlm_list, lml);
usr/src/cmd/sgs/rtld/common/remove.c
196
free(lml);
usr/src/cmd/sgs/rtld/common/remove.c
212
remove_so(Lm_list *lml, Rt_map *lmp, Rt_map *clmp)
usr/src/cmd/sgs/rtld/common/remove.c
222
if (lml && lmp)
usr/src/cmd/sgs/rtld/common/remove.c
223
lm_delete(lml, lmp, clmp);
usr/src/cmd/sgs/rtld/common/remove.c
231
if (lml) {
usr/src/cmd/sgs/rtld/common/remove.c
235
if (lml->lm_lcs[tag].lc_lmp == lmp) {
usr/src/cmd/sgs/rtld/common/remove.c
236
lml->lm_lcs[tag].lc_lmp = NULL;
usr/src/cmd/sgs/rtld/common/remove.c
237
lml->lm_lcs[tag].lc_un.lc_val = 0;
usr/src/cmd/sgs/rtld/common/remove.c
486
remove_cntl(Lm_list *lml, Aliste lmco)
usr/src/cmd/sgs/rtld/common/remove.c
492
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
usr/src/cmd/sgs/rtld/common/remove.c
499
alist_delete_by_offset(lml->lm_lists, &_lmco);
usr/src/cmd/sgs/rtld/common/remove.c
508
remove_incomplete(Lm_list *lml, Aliste lmco, Rt_map *clmp)
usr/src/cmd/sgs/rtld/common/remove.c
514
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
usr/src/cmd/sgs/rtld/common/remove.c
524
if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJCLOSE) {
usr/src/cmd/sgs/rtld/common/remove.c
541
remove_so(lml, lmp, clmp);
usr/src/cmd/sgs/rtld/common/remove.c
72
purge_exit_handlers(Lm_list *lml, Rt_map **tobj)
usr/src/cmd/sgs/rtld/common/remove.c
83
if ((fptr = lml->lm_lcs[CI_ATEXIT].lc_un.lc_func) == NULL)
usr/src/cmd/sgs/rtld/common/remove.c
850
remove_lmc(Lm_list *lml, Rt_map *clmp, Aliste lmco, const char *name)
usr/src/cmd/sgs/rtld/common/remove.c
863
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
usr/src/cmd/sgs/rtld/common/remove.c
867
DBG_CALL(Dbg_file_cleanup(lml, name, lmco));
usr/src/cmd/sgs/rtld/common/remove.c
889
if (((ghp = hdl_create(lml, lmc->lc_head, NULL, GPH_PUBLIC,
usr/src/cmd/sgs/rtld/common/remove.c
902
remove_incomplete(lml, lmco, clmp);
usr/src/cmd/sgs/rtld/common/remove.c
983
plmco = lmco - lml->lm_lists->al_size;
usr/src/cmd/sgs/rtld/common/remove.c
985
plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco);
usr/src/cmd/sgs/rtld/common/remove.c
987
lm_move(lml, lmco, plmco, lmc, plmc);
usr/src/cmd/sgs/rtld/common/tls.c
120
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/tls.c
126
fptr = lml->lm_lcs[CI_TLS_MODADD].lc_un.lc_func;
usr/src/cmd/sgs/rtld/common/tls.c
128
fptr = lml->lm_lcs[CI_TLS_MODREM].lc_un.lc_func;
usr/src/cmd/sgs/rtld/common/tls.c
170
tls_assign(Lm_list *lml, Rt_map *lmp, Phdr *phdr)
usr/src/cmd/sgs/rtld/common/tls.c
185
if (((lml->lm_flags & LML_FLG_BASELM) == 0) ||
usr/src/cmd/sgs/rtld/common/tls.c
187
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_TLS_STATBASE),
usr/src/cmd/sgs/rtld/common/tls.c
208
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/tls.c
217
eprintf(lml, ERR_FATAL,
usr/src/cmd/sgs/rtld/common/tls.c
252
return (++lml->lm_tls);
usr/src/cmd/sgs/rtld/common/tls.c
256
tls_statmod(Lm_list *lml, Rt_map *lmp)
usr/src/cmd/sgs/rtld/common/tls.c
258
uint_t tlsmodndx, tlsmodcnt = lml->lm_tls;
usr/src/cmd/sgs/rtld/common/tls.c
263
fptr = lml->lm_lcs[CI_TLS_STATMOD].lc_un.lc_func;
usr/src/cmd/sgs/rtld/common/tls.c
282
lml->lm_tls = 0;
usr/src/cmd/sgs/rtld/common/tls.c
308
for (lmp = lml->lm_head; lmp; lmp = NEXT_RT_MAP(lmp)) {
usr/src/cmd/sgs/rtld/common/tsort.c
126
if (IDX(lmp3) || (LIST(lmp3) != lml))
usr/src/cmd/sgs/rtld/common/tsort.c
169
DBG_CALL(Dbg_util_scc_title(lml, (flag & RT_SORT_REV)));
usr/src/cmd/sgs/rtld/common/tsort.c
246
visit(Lm_list *lml, Rt_map *lmp, Sort *sort, int flag)
usr/src/cmd/sgs/rtld/common/tsort.c
250
Word tracing = lml->lm_flags & LML_FLG_TRC_ENABLE;
usr/src/cmd/sgs/rtld/common/tsort.c
267
lml->lm_init--;
usr/src/cmd/sgs/rtld/common/tsort.c
308
_dep_visit(Lm_list *lml, int min, Rt_map *clmp, Rt_map *dlmp, uint_t bflags,
usr/src/cmd/sgs/rtld/common/tsort.c
317
if (LIST(dlmp) != lml)
usr/src/cmd/sgs/rtld/common/tsort.c
368
if ((_min = dep_visit(lml, clmp, bflags, dlmp,
usr/src/cmd/sgs/rtld/common/tsort.c
390
dep_visit(Lm_list *lml, Rt_map *clmp, uint_t cbflags, Rt_map *lmp, Sort *sort,
usr/src/cmd/sgs/rtld/common/tsort.c
404
DBG_CALL(Dbg_util_edge_in(lml, clmp, cbflags, lmp, min, flag));
usr/src/cmd/sgs/rtld/common/tsort.c
410
if ((min = _dep_visit(lml, min, lmp, bdp->b_depend,
usr/src/cmd/sgs/rtld/common/tsort.c
443
if ((min = _dep_visit(lml, min, lmp,
usr/src/cmd/sgs/rtld/common/tsort.c
458
if (visit(lml, lmp, sort, flag) == 0)
usr/src/cmd/sgs/rtld/common/tsort.c
631
initorfini(Lm_list *lml, Rt_map *lmp, int flag, Sort *sort)
usr/src/cmd/sgs/rtld/common/tsort.c
642
if (dep_visit(lml, 0, 0, lmp, sort, flag) == -1)
usr/src/cmd/sgs/rtld/common/tsort.c
654
if (dep_visit(lml, 0, 0, lmp, sort, flag) == -1)
usr/src/cmd/sgs/rtld/common/tsort.c
667
Lm_list *lml = LIST(lmp);
usr/src/cmd/sgs/rtld/common/tsort.c
668
Word init = lml->lm_flags & LML_FLG_TRC_INIT;
usr/src/cmd/sgs/rtld/common/tsort.c
679
if ((flag & RT_SORT_REV) && ((lml->lm_flags &
usr/src/cmd/sgs/rtld/common/tsort.c
681
set_environ(lml);
usr/src/cmd/sgs/rtld/common/tsort.c
708
if (lml->lm_flags & LML_FLG_OBJREEVAL)
usr/src/cmd/sgs/rtld/common/tsort.c
709
_lmp = lml->lm_head;
usr/src/cmd/sgs/rtld/common/tsort.c
714
lml->lm_flags &=
usr/src/cmd/sgs/rtld/common/tsort.c
739
if ((lml->lm_flags & (LML_FLG_INTRPOSE | LML_FLG_INTRPOSETSORT)) ==
usr/src/cmd/sgs/rtld/common/tsort.c
754
if (initorfini(lml, ilmp, (flag | RT_SORT_INTPOSE),
usr/src/cmd/sgs/rtld/common/tsort.c
772
lml->lm_flags |= LML_FLG_INTRPOSETSORT;
usr/src/cmd/sgs/rtld/common/tsort.c
782
if (initorfini(lml, _lmp, flag, &sort) != 0)
usr/src/cmd/sgs/rtld/common/tsort.c
853
DBG_CALL(Dbg_file_bindings_done(lml));
usr/src/cmd/sgs/rtld/common/tsort.c
96
Lm_list *lml = LIST(sort->s_lmp);
usr/src/cmd/sgs/rtld/common/tsort.c
97
Word lmflags = lml->lm_flags;
usr/src/cmd/sgs/rtld/common/util.c
1050
lm_append(Lm_list *lml, Aliste lmco, Rt_map *lmp)
usr/src/cmd/sgs/rtld/common/util.c
1058
(lml->lm_obj)++;
usr/src/cmd/sgs/rtld/common/util.c
1070
rd_event(lml, RD_DLACTIVITY, RT_ADD);
usr/src/cmd/sgs/rtld/common/util.c
1073
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
usr/src/cmd/sgs/rtld/common/util.c
1161
lml->lm_flags |= LML_FLG_INTRPOSE;
usr/src/cmd/sgs/rtld/common/util.c
1168
lml->lm_head = lmc->lc_head;
usr/src/cmd/sgs/rtld/common/util.c
1169
lml->lm_tail = lmc->lc_tail;
usr/src/cmd/sgs/rtld/common/util.c
1177
lm_delete(Lm_list *lml, Rt_map *lmp, Rt_map *clmp)
usr/src/cmd/sgs/rtld/common/util.c
1193
rd_event(lml, RD_DLACTIVITY, RT_DELETE);
usr/src/cmd/sgs/rtld/common/util.c
120
rd_event(Lm_list *lml, rd_event_e event, r_state_e state)
usr/src/cmd/sgs/rtld/common/util.c
1204
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(lmp));
usr/src/cmd/sgs/rtld/common/util.c
1220
if (lmc == (Lm_cntl *)&lml->lm_lists->al_data) {
usr/src/cmd/sgs/rtld/common/util.c
1221
lml->lm_head = lmc->lc_head;
usr/src/cmd/sgs/rtld/common/util.c
1222
lml->lm_tail = lmc->lc_tail;
usr/src/cmd/sgs/rtld/common/util.c
1228
(lml->lm_obj)--;
usr/src/cmd/sgs/rtld/common/util.c
1238
lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc)
usr/src/cmd/sgs/rtld/common/util.c
1249
rd_event(lml, RD_DLACTIVITY, RT_ADD);
usr/src/cmd/sgs/rtld/common/util.c
1251
DBG_CALL(Dbg_file_cntl(lml, nlmco, plmco));
usr/src/cmd/sgs/rtld/common/util.c
1266
lml->lm_init++;
usr/src/cmd/sgs/rtld/common/util.c
1267
lml->lm_flags |= LML_FLG_OBJADDED;
usr/src/cmd/sgs/rtld/common/util.c
1291
lml->lm_head = plmc->lc_head;
usr/src/cmd/sgs/rtld/common/util.c
1292
lml->lm_tail = plmc->lc_tail;
usr/src/cmd/sgs/rtld/common/util.c
1317
create_cntl(Lm_list *lml, int dlopen)
usr/src/cmd/sgs/rtld/common/util.c
1323
if (dlopen || (lml->lm_head == NULL) ||
usr/src/cmd/sgs/rtld/common/util.c
1324
(FLAGS(lml->lm_head) & FLG_RT_RELOCED)) {
usr/src/cmd/sgs/rtld/common/util.c
1327
if ((lmc = alist_append(&lml->lm_lists, NULL, sizeof (Lm_cntl),
usr/src/cmd/sgs/rtld/common/util.c
1331
return ((Aliste)((char *)lmc - (char *)lml->lm_lists));
usr/src/cmd/sgs/rtld/common/util.c
170
fptr(lml);
usr/src/cmd/sgs/rtld/common/util.c
2887
veprintf(Lm_list *lml, Error error, const char *format, va_list args)
usr/src/cmd/sgs/rtld/common/util.c
3012
DBG_CALL(Dbg_util_str(lml, nextptr));
usr/src/cmd/sgs/rtld/common/util.c
3034
DBG_CALL(Dbg_util_str(lml, str));
usr/src/cmd/sgs/rtld/common/util.c
3071
eprintf(Lm_list *lml, Error error, const char *format, ...)
usr/src/cmd/sgs/rtld/common/util.c
3076
veprintf(lml, error, format, args);
usr/src/cmd/sgs/rtld/common/util.c
3113
rtldexit(Lm_list * lml, int status)
usr/src/cmd/sgs/rtld/common/util.c
3143
leave(lml, 0);
usr/src/cmd/sgs/rtld/common/util.c
3153
dz_map(Lm_list *lml, caddr_t addr, size_t len, int prot, int flags)
usr/src/cmd/sgs/rtld/common/util.c
3160
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_MMAPANON),
usr/src/cmd/sgs/rtld/common/util.c
3170
nu_map(Lm_list *lml, caddr_t addr, size_t len, int prot, int flags)
usr/src/cmd/sgs/rtld/common/util.c
3179
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN),
usr/src/cmd/sgs/rtld/common/util.c
3188
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_MMAP),
usr/src/cmd/sgs/rtld/common/util.c
3227
is_path_used(Lm_list *lml, Word unref, int *nl, Alist *alp, const char *obj)
usr/src/cmd/sgs/rtld/common/util.c
3247
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/rtld/common/util.c
3248
DBG_CALL(Dbg_unused_path(lml, name, pdp->pd_flags,
usr/src/cmd/sgs/rtld/common/util.c
3292
unused(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/util.c
3302
unref = lml->lm_flags & LML_FLG_TRC_UNREF;
usr/src/cmd/sgs/rtld/common/util.c
3303
unuse = lml->lm_flags & LML_FLG_TRC_UNUSED;
usr/src/cmd/sgs/rtld/common/util.c
3312
is_path_used(lml, unref, &nl, rpl_libdirs, config->c_name);
usr/src/cmd/sgs/rtld/common/util.c
3314
is_path_used(lml, unref, &nl, prm_libdirs, config->c_name);
usr/src/cmd/sgs/rtld/common/util.c
3317
lmp = lml->lm_head;
usr/src/cmd/sgs/rtld/common/util.c
3319
is_path_used(lml, unref, &nl, RLIST(lmp), NAME(lmp));
usr/src/cmd/sgs/rtld/common/util.c
3333
is_path_used(lml, unref, &nl, RLIST(lmp), NAME(lmp));
usr/src/cmd/sgs/rtld/common/util.c
3359
DBG_CALL(Dbg_util_nl(lml,
usr/src/cmd/sgs/rtld/common/util.c
3383
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/rtld/common/util.c
3390
DBG_CALL(Dbg_unused_file(lml, NAME(lmp), 0,
usr/src/cmd/sgs/rtld/common/util.c
3397
DBG_CALL(Dbg_unused_file(lml, NAME(lmp), 0, 0));
usr/src/cmd/sgs/rtld/common/util.c
3401
DBG_CALL(Dbg_util_nl(lml, DBG_NL_STD));
usr/src/cmd/sgs/rtld/common/util.c
3410
leave(Lm_list *lml, int flags)
usr/src/cmd/sgs/rtld/common/util.c
3415
rd_event(lml, RD_DLACTIVITY, RT_CONSISTENT);
usr/src/cmd/sgs/rtld/common/util.c
3420
if (lml->lm_flags & LML_FLG_ACTAUDIT) {
usr/src/cmd/sgs/rtld/common/util.c
3421
audit_activity(lml->lm_head, LA_ACT_CONSISTENT);
usr/src/cmd/sgs/rtld/common/util.c
3422
lml->lm_flags &= ~LML_FLG_ACTAUDIT;
usr/src/cmd/sgs/rtld/common/util.c
3450
if (lml->lm_flags & LML_FLG_HOLDLOCK)
usr/src/cmd/sgs/rtld/common/util.c
351
fpavl_recorded(Lm_list *lml, const char *name, uint_t hash, avl_index_t *where)
usr/src/cmd/sgs/rtld/common/util.c
3570
set_environ(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/util.c
3579
SLOOKUP_INIT(sl, MSG_ORIG(MSG_SYM_ENVIRON), lml->lm_head, lml->lm_head,
usr/src/cmd/sgs/rtld/common/util.c
358
if ((lml->lm_fpavl == NULL) &&
usr/src/cmd/sgs/rtld/common/util.c
3583
if (LM_LOOKUP_SYM(lml->lm_head)(&sl, &sr, &binfo, 0)) {
usr/src/cmd/sgs/rtld/common/util.c
3586
lml->lm_environ = (char ***)sr.sr_sym->st_value;
usr/src/cmd/sgs/rtld/common/util.c
3589
lml->lm_environ =
usr/src/cmd/sgs/rtld/common/util.c
359
((lml->lm_fpavl = pnavl_create(sizeof (FullPathNode))) == NULL))
usr/src/cmd/sgs/rtld/common/util.c
3590
(char ***)((uintptr_t)lml->lm_environ +
usr/src/cmd/sgs/rtld/common/util.c
3592
*(lml->lm_environ) = (char **)environ;
usr/src/cmd/sgs/rtld/common/util.c
3593
lml->lm_flags |= LML_FLG_ENVIRON;
usr/src/cmd/sgs/rtld/common/util.c
366
if ((fpnp = avl_find(lml->lm_fpavl, &fpn, where)) == NULL)
usr/src/cmd/sgs/rtld/common/util.c
381
fpavl_insert(Lm_list *lml, Rt_map *lmp, const char *name, avl_index_t where)
usr/src/cmd/sgs/rtld/common/util.c
389
_lmp = fpavl_recorded(lml, name, hash, &where);
usr/src/cmd/sgs/rtld/common/util.c
413
ASSERT(lml->lm_fpavl != NULL);
usr/src/cmd/sgs/rtld/common/util.c
414
avl_insert(lml->lm_fpavl, fpnp, where);
usr/src/cmd/sgs/rtld/common/util.c
64
rtld_db_dlactivity(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/util.c
66
DBG_CALL(Dbg_util_dbnotify(lml, r_debug.rtd_rdebug.r_rdevent,
usr/src/cmd/sgs/rtld/common/util.c
75
rtld_db_preinit(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/util.c
77
DBG_CALL(Dbg_util_dbnotify(lml, r_debug.rtd_rdebug.r_rdevent,
usr/src/cmd/sgs/rtld/common/util.c
801
call_fini(Lm_list *lml, Rt_map **tobj, Rt_map *clmp)
usr/src/cmd/sgs/rtld/common/util.c
827
leave(lml, 0);
usr/src/cmd/sgs/rtld/common/util.c
844
if ((lml->lm_tflags & LML_TFLG_NOAUDIT) == 0)
usr/src/cmd/sgs/rtld/common/util.c
848
DBG_CALL(Dbg_bind_plt_summary(lml, M_MACH, pltcnt21d, pltcnt24d,
usr/src/cmd/sgs/rtld/common/util.c
86
rtld_db_postinit(Lm_list *lml)
usr/src/cmd/sgs/rtld/common/util.c
864
Lm_list *lml;
usr/src/cmd/sgs/rtld/common/util.c
871
lml = &lml_main;
usr/src/cmd/sgs/rtld/common/util.c
872
lml->lm_flags |= LML_FLG_ATEXIT;
usr/src/cmd/sgs/rtld/common/util.c
873
lml->lm_flags &= ~LML_FLG_INTRPOSETSORT;
usr/src/cmd/sgs/rtld/common/util.c
874
lmp = (Rt_map *)lml->lm_head;
usr/src/cmd/sgs/rtld/common/util.c
879
if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) &&
usr/src/cmd/sgs/rtld/common/util.c
88
DBG_CALL(Dbg_util_dbnotify(lml, r_debug.rtd_rdebug.r_rdevent,
usr/src/cmd/sgs/rtld/common/util.c
881
call_fini(lml, tobj, NULL);
usr/src/cmd/sgs/rtld/common/util.c
887
unused(lml);
usr/src/cmd/sgs/rtld/common/util.c
892
for (APLIST_TRAVERSE(dynlm_list, idx, lml)) {
usr/src/cmd/sgs/rtld/common/util.c
898
if ((lml->lm_flags & (LML_FLG_BASELM | LML_FLG_RTLDLM)) ||
usr/src/cmd/sgs/rtld/common/util.c
899
(lml->lm_tflags & LML_TFLG_AUD_MASK) ||
usr/src/cmd/sgs/rtld/common/util.c
900
((lmp = (Rt_map *)lml->lm_head) == NULL))
usr/src/cmd/sgs/rtld/common/util.c
903
lml->lm_flags |= LML_FLG_ATEXIT;
usr/src/cmd/sgs/rtld/common/util.c
904
lml->lm_flags &= ~LML_FLG_INTRPOSETSORT;
usr/src/cmd/sgs/rtld/common/util.c
909
if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) &&
usr/src/cmd/sgs/rtld/common/util.c
911
call_fini(lml, tobj, NULL);
usr/src/cmd/sgs/rtld/common/util.c
913
unused(lml);
usr/src/cmd/sgs/rtld/common/util.c
923
lml = &lml_main;
usr/src/cmd/sgs/rtld/common/util.c
924
lmp = (Rt_map *)lml->lm_head;
usr/src/cmd/sgs/rtld/common/util.c
926
if ((lml->lm_tflags | AFLAGS(lmp)) & LML_TFLG_AUD_MASK) {
usr/src/cmd/sgs/rtld/common/util.c
934
for (APLIST_TRAVERSE(dynlm_list, idx, lml)) {
usr/src/cmd/sgs/rtld/common/util.c
940
if ((lml->lm_flags & (LML_FLG_BASELM | LML_FLG_RTLDLM)) ||
usr/src/cmd/sgs/rtld/common/util.c
941
((lml->lm_tflags & LML_TFLG_AUD_MASK) == 0) ||
usr/src/cmd/sgs/rtld/common/util.c
942
((lmp = (Rt_map *)lml->lm_head) == NULL))
usr/src/cmd/sgs/rtld/common/util.c
945
lml->lm_flags |= LML_FLG_ATEXIT;
usr/src/cmd/sgs/rtld/common/util.c
946
lml->lm_flags &= ~LML_FLG_INTRPOSETSORT;
usr/src/cmd/sgs/rtld/common/util.c
951
if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) &&
usr/src/cmd/sgs/rtld/common/util.c
953
call_fini(lml, tobj, NULL);
usr/src/cmd/sgs/rtld/common/util.c
955
unused(lml);
usr/src/cmd/sgs/rtld/common/util.c
962
lml = &lml_rtld;
usr/src/cmd/sgs/rtld/common/util.c
963
lml->lm_flags |= LML_FLG_ATEXIT;
usr/src/cmd/sgs/rtld/common/util.c
964
lml->lm_flags &= ~LML_FLG_INTRPOSETSORT;
usr/src/cmd/sgs/rtld/common/util.c
965
lmp = (Rt_map *)lml->lm_head;
usr/src/cmd/sgs/rtld/common/util.c
967
if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) &&
usr/src/cmd/sgs/rtld/common/util.c
969
call_fini(lml, tobj, NULL);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
129
Lm_list *lml = LIST(rlmp);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
143
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/i386/i386_elf.c
158
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/i386/i386_elf.c
204
Lm_list *lml;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
214
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
215
if ((lmflags = lml->lm_flags) & LML_FLG_RTLDLM) {
usr/src/cmd/sgs/rtld/i386/i386_elf.c
228
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_PLTREF),
usr/src/cmd/sgs/rtld/i386/i386_elf.c
231
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
247
llmp = lml->lm_tail;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
253
SLOOKUP_INIT(sl, name, lmp, lml->lm_head, ld_entry_cnt, 0,
usr/src/cmd/sgs/rtld/i386/i386_elf.c
258
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NOSYM), NAME(lmp),
usr/src/cmd/sgs/rtld/i386/i386_elf.c
260
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
277
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
280
if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) &
usr/src/cmd/sgs/rtld/i386/i386_elf.c
292
if (((lml->lm_tflags | AFLAGS(lmp)) &
usr/src/cmd/sgs/rtld/i386/i386_elf.c
304
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
345
leave(lml, 0);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
590
Lm_list *lml, lm;
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
592
if (mdb_vread(&lml, sizeof (Lm_list *), datap) == -1) {
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
597
if (mdb_vread(&lm, sizeof (Lm_list), (uintptr_t)lml) == -1) {
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
599
MSG_ORIG(MSG_LMLIST_STR), lml);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
788
Lm_list lml;
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
796
if (mdb_vread(&lml, sizeof (lml), addr) == -1) {
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
802
if (lml.lm_flags & LML_FLG_BASELM)
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
804
else if (lml.lm_flags & LML_FLG_RTLDLM)
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
815
if (lml.lm_lists) {
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
820
addr = (uintptr_t)lml.lm_lists;
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
918
mdb_printf(MSG_ORIG(MSG_LMLIST_LINE1), lml.lm_head, lml.lm_tail);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
919
mdb_printf(MSG_ORIG(MSG_LMLIST_LINE2), lml.lm_alp, lml.lm_rti);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
920
mdb_printf(MSG_ORIG(MSG_LMLIST_LINE3), lml.lm_handle, lml.lm_obj,
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
921
lml.lm_init, lml.lm_lazy);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
923
mdb_printf(MSG_ORIG(MSG_LMLIST_LINE4), lml.lm_flags);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
924
if (lml.lm_flags)
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
925
mdb_printf(MSG_ORIG(MSG_LMLIST_LINE6), lml.lm_flags,
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
928
mdb_printf(MSG_ORIG(MSG_LMLIST_LINE5), lml.lm_tflags);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
929
if (lml.lm_tflags)
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
930
mdb_printf(MSG_ORIG(MSG_LMLIST_LINE6), lml.lm_tflags,
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
984
Lm_list *lml;
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
986
if (mdb_vread(&lml, sizeof (Lm_list *), datap) == -1) {
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
993
if (_dcmd_Lm_list((uintptr_t)lml, flags, argc,
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
273
Lm_list *lml = LIST(rlmp);
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
287
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
299
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
312
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
363
Lm_list *lml;
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
373
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
374
if ((lmflags = lml->lm_flags) & LML_FLG_RTLDLM) {
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
399
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_PLTREF),
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
402
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
419
llmp = lml->lm_tail;
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
425
SLOOKUP_INIT(sl, name, lmp, lml->lm_head, ld_entry_cnt, 0,
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
430
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NOSYM), NAME(lmp),
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
432
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
449
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
452
if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) &
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
468
if (((lml->lm_tflags | AFLAGS(lmp)) &
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
479
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
520
leave(lml, 0);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
338
reloc_val64_to_g1(uchar_t *off, Addr *value, const char *sym, Lm_list *lml)
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
348
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
358
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
368
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
378
MSG_ORIG(MSG_SPECFIL_DYNPLT), lml) == 0) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
420
Lm_list *lml = LIST(rlmp);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
433
MSG_ORIG(MSG_SYM_LADYNDATA), lml) &&
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
435
MSG_ORIG(MSG_SYM_ELFPLTTRACE), lml))) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
491
Lm_list *lml;
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
501
lml = LIST(lmp);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
502
if ((lmflags = lml->lm_flags) & LML_FLG_RTLDLM) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
540
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_PLTREF),
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
543
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
560
llmp = lml->lm_tail;
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
566
SLOOKUP_INIT(sl, name, lmp, lml->lm_head, ld_entry_cnt, 0,
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
571
eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NOSYM), NAME(lmp),
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
573
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
590
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
593
if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) &
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
610
if (((lml->lm_tflags | AFLAGS(lmp)) &
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
622
rtldexit(lml, 1);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
664
leave(lml, 0);
usr/src/uts/common/krtld/reloc.h
244
#define REL_ERR_UNIMPL(lml, file, sym, rtype) \
usr/src/uts/common/krtld/reloc.h
249
#define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \
usr/src/uts/common/krtld/reloc.h
255
#define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \
usr/src/uts/common/krtld/reloc.h
261
#define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \
usr/src/uts/common/krtld/reloc.h
267
#define REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, nbits, off) \
usr/src/uts/common/krtld/reloc.h
275
#define REL_ERR_NOFIT(lml, file, sym, rtype, uvalue) \
usr/src/uts/common/krtld/reloc.h
286
#define REL_ERR_UNIMPL(lml, file, sym, rtype) \
usr/src/uts/common/krtld/reloc.h
287
(eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_UNIMPL), (file), \
usr/src/uts/common/krtld/reloc.h
290
#define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \
usr/src/uts/common/krtld/reloc.h
291
(eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_UNSUPSZ), \
usr/src/uts/common/krtld/reloc.h
295
#define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \
usr/src/uts/common/krtld/reloc.h
296
(eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NONALIGN), \
usr/src/uts/common/krtld/reloc.h
300
#define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \
usr/src/uts/common/krtld/reloc.h
301
(eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_UNNOBITS), \
usr/src/uts/common/krtld/reloc.h
305
#define REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, nbits, off) \
usr/src/uts/common/krtld/reloc.h
306
(eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_LOSEBITS), \
usr/src/uts/common/krtld/reloc.h
311
#define REL_ERR_NOFIT(lml, file, sym, rtype, uvalue) \
usr/src/uts/common/krtld/reloc.h
312
(eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NOFIT), \
usr/src/uts/intel/amd64/krtld/doreloc.c
213
const char *file, int bswap, void *lml)
usr/src/uts/intel/amd64/krtld/doreloc.c
217
const char *file, void *lml)
usr/src/uts/intel/amd64/krtld/doreloc.c
281
REL_ERR_NOFIT(lml, file, sym, rtype, *value);
usr/src/uts/intel/amd64/krtld/doreloc.c
299
REL_ERR_NOFIT(lml, file, sym, rtype, *value);
usr/src/uts/intel/amd64/krtld/doreloc.c
350
REL_ERR_UNSUPSZ(lml, file, sym, rtype, rep->re_fsize);
usr/src/uts/intel/ia32/krtld/doreloc.c
217
const char *file, int bswap, void *lml)
usr/src/uts/intel/ia32/krtld/doreloc.c
221
const char *file, void *lml)
usr/src/uts/intel/ia32/krtld/doreloc.c
286
REL_ERR_UNSUPSZ(lml, file, sym, rtype, rep->re_fsize);
usr/src/uts/sparc/krtld/doreloc.c
373
const char *file, int bswap, void *lml)
usr/src/uts/sparc/krtld/doreloc.c
377
const char *file, void *lml)
usr/src/uts/sparc/krtld/doreloc.c
408
REL_ERR_UNIMPL(lml, file, sym, rtype);
usr/src/uts/sparc/krtld/doreloc.c
471
REL_ERR_NONALIGN(lml, file, sym, rtype, (uintptr_t)off);
usr/src/uts/sparc/krtld/doreloc.c
492
REL_ERR_UNNOBITS(lml, file, sym, rtype,
usr/src/uts/sparc/krtld/doreloc.c
537
REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, 2, off);
usr/src/uts/sparc/krtld/doreloc.c
577
REL_ERR_NOFIT(lml, file, sym, rtype, uvalue);
usr/src/uts/sparc/krtld/doreloc.c
666
REL_ERR_UNSUPSZ(lml, file, sym, rtype, rep->re_fsize);