Symbol: conv_ds_t
usr/src/cmd/sgs/include/conv.h
647
#define CONV_DS_ADDR(_item) ((conv_ds_t *)&(_item))
usr/src/cmd/sgs/include/conv.h
796
const conv_ds_t **, conv_iter_cb_t, void *,
usr/src/cmd/sgs/include/conv.h
809
const conv_ds_t **, Conv_fmt_flags_t,
usr/src/cmd/sgs/libconv/common/_conv.h
86
extern const conv_ds_t **conv_cap_tag_strings(Conv_fmt_flags_t);
usr/src/cmd/sgs/libconv/common/_conv.h
91
extern const conv_ds_t **conv_dyn_tag_strings(conv_iter_osabi_t, Half,
usr/src/cmd/sgs/libconv/common/audit.c
148
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_requests), NULL };
usr/src/cmd/sgs/libconv/common/cap.c
58
const conv_ds_t **
usr/src/cmd/sgs/libconv/common/cap.c
81
static const conv_ds_t *ds_cf[] = { CONV_DS_ADDR(ds_tags_cf), NULL };
usr/src/cmd/sgs/libconv/common/cap.c
82
static const conv_ds_t *ds_nf[] = { CONV_DS_ADDR(ds_tags_nf), NULL };
usr/src/cmd/sgs/libconv/common/corenote.c
124
static const conv_ds_t *ds[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
162
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_sigarr), NULL };
usr/src/cmd/sgs/libconv/common/corenote.c
186
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_fltarr), NULL };
usr/src/cmd/sgs/libconv/common/corenote.c
330
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_sysnumarr), NULL };
usr/src/cmd/sgs/libconv/common/corenote.c
464
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_errarr_1_74),
usr/src/cmd/sgs/libconv/common/corenote.c
485
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_models), NULL };
usr/src/cmd/sgs/libconv/common/corenote.c
508
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_why_arr), NULL };
usr/src/cmd/sgs/libconv/common/corenote.c
618
static const conv_ds_t *ds_sparc[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
623
static const conv_ds_t *ds_sparcv9[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
628
static const conv_ds_t *ds_amd64[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
630
static const conv_ds_t *ds_i86[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
633
const conv_ds_t **ds;
usr/src/cmd/sgs/libconv/common/corenote.c
672
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_types), NULL };
usr/src/cmd/sgs/libconv/common/corenote.c
71
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_types), NULL };
usr/src/cmd/sgs/libconv/common/corenote.c
770
static const conv_ds_t *ds_user_arr[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
785
static const conv_ds_t *ds_trap_arr[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
795
static const conv_ds_t *ds_cld_arr[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
805
static const conv_ds_t *ds_poll_arr[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
826
static const conv_ds_t *ds_ill_arr[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
835
static const conv_ds_t *ds_emt_arr_sparc[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
843
static const conv_ds_t *ds_emt_arr_x86[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
856
static const conv_ds_t *ds_fpe_arr_sparc[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
868
static const conv_ds_t *ds_fpe_arr_x86[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
877
static const conv_ds_t *ds_segv_arr[] = {
usr/src/cmd/sgs/libconv/common/corenote.c
887
static const conv_ds_t *ds_bus_arr[] = {
usr/src/cmd/sgs/libconv/common/dwarf.c
147
static const conv_ds_t *ds_reg_amd64[] = {
usr/src/cmd/sgs/libconv/common/dwarf.c
158
static const conv_ds_t *ds_reg_i386[] = {
usr/src/cmd/sgs/libconv/common/dwarf.c
197
static const conv_ds_t *ds_reg_sparc[] = {
usr/src/cmd/sgs/libconv/common/dwarf.c
68
static const conv_ds_t *ds_cfa[] = { CONV_DS_ADDR(ds_msg_cfa),
usr/src/cmd/sgs/libconv/common/dynamic.c
419
const conv_ds_t **
usr/src/cmd/sgs/libconv/common/dynamic.c
781
static const conv_ds_t *retarr[MAX_RET];
usr/src/cmd/sgs/libconv/common/elf.c
1011
const conv_ds_t *ds[2];
usr/src/cmd/sgs/libconv/common/elf.c
1027
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/elf.c
1109
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
1112
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
1115
static const conv_ds_t *ds_dmp[] = {
usr/src/cmd/sgs/libconv/common/elf.c
1165
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/elf.c
117
static const conv_ds_t *ds_cf[] = { CONV_DS_ADDR(ds_data_cf), NULL };
usr/src/cmd/sgs/libconv/common/elf.c
118
static const conv_ds_t *ds_nf[] = { CONV_DS_ADDR(ds_data_nf), NULL };
usr/src/cmd/sgs/libconv/common/elf.c
1183
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
1185
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
1189
static const conv_ds_t *ds_none[] = { NULL };
usr/src/cmd/sgs/libconv/common/elf.c
119
static const conv_ds_t *ds_dump[] = { CONV_DS_ADDR(ds_data_dump),
usr/src/cmd/sgs/libconv/common/elf.c
121
static const conv_ds_t *ds_file[] = { CONV_DS_ADDR(ds_data_file),
usr/src/cmd/sgs/libconv/common/elf.c
152
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/elf.c
39
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/elf.c
59
static const conv_ds_t *ds_cf[] = { CONV_DS_ADDR(ds_classes_cf), NULL };
usr/src/cmd/sgs/libconv/common/elf.c
60
static const conv_ds_t *ds_nf[] = { CONV_DS_ADDR(ds_classes_nf), NULL };
usr/src/cmd/sgs/libconv/common/elf.c
605
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
61
static const conv_ds_t *ds_dump[] = {
usr/src/cmd/sgs/libconv/common/elf.c
617
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
629
static const conv_ds_t *ds_dmp[] = {
usr/src/cmd/sgs/libconv/common/elf.c
698
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/elf.c
724
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
726
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
742
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/elf.c
793
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
796
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
799
static const conv_ds_t *ds_dmp[] = {
usr/src/cmd/sgs/libconv/common/elf.c
832
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/elf.c
855
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
857
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/elf.c
859
static const conv_ds_t *ds_dmp[] = {
usr/src/cmd/sgs/libconv/common/elf.c
91
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/globals.c
134
const conv_ds_t **dsp, Conv_fmt_flags_t fmt_flags, Conv_inv_buf_t *inv_buf,
usr/src/cmd/sgs/libconv/common/globals.c
137
const conv_ds_t *ds;
usr/src/cmd/sgs/libconv/common/globals.c
270
_conv_iter_ds(conv_iter_osabi_t osabi, Half mach, const conv_ds_t **dsp,
usr/src/cmd/sgs/libconv/common/globals.c
273
const conv_ds_t *ds;
usr/src/cmd/sgs/libconv/common/map.c
48
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_versions), NULL };
usr/src/cmd/sgs/libconv/common/phdr.c
157
static const conv_ds_t *ds_def[] = {
usr/src/cmd/sgs/libconv/common/phdr.c
160
static const conv_ds_t *ds_dmp[] = {
usr/src/cmd/sgs/libconv/common/phdr.c
163
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/phdr.c
166
static const conv_ds_t *ds_cfnp[] = {
usr/src/cmd/sgs/libconv/common/phdr.c
169
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/phdr.c
35
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/sections.c
289
static const conv_ds_t *retarr[MAX_RET];
usr/src/cmd/sgs/libconv/common/sections.c
38
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/sections.c
545
static const conv_ds_t *ds_amd64_alias_cf[] = {
usr/src/cmd/sgs/libconv/common/sections.c
551
static const conv_ds_t *ds_amd64_alias_nf[] = {
usr/src/cmd/sgs/libconv/common/sections.c
561
const conv_ds_t **ds;
usr/src/cmd/sgs/libconv/common/symbols.c
126
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/symbols.c
183
static const conv_ds_t *retarr[MAX_RET];
usr/src/cmd/sgs/libconv/common/symbols.c
235
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/symbols.c
265
static const conv_ds_t *ds_def[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
267
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
269
static const conv_ds_t *ds_cfnp[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
271
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
304
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/symbols.c
370
static const conv_ds_t *ds_def[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
372
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
374
static const conv_ds_t *ds_cfnp[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
376
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
411
static const conv_ds_t *ds_amd64_alias_cf[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
417
static const conv_ds_t *ds_amd64_alias_cfnp[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
423
static const conv_ds_t *ds_amd64_alias_nf[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
435
const conv_ds_t **ds;
usr/src/cmd/sgs/libconv/common/symbols.c
63
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/symbols.c
92
static const conv_ds_t *ds_def[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
94
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/symbols.c
96
static const conv_ds_t *ds_nf[] = {
usr/src/cmd/sgs/libconv/common/syminfo.c
147
static const conv_ds_t **
usr/src/cmd/sgs/libconv/common/syminfo.c
170
static const conv_ds_t *ds_cf[] = {
usr/src/cmd/sgs/libconv/common/syminfo.c
172
static const conv_ds_t *ds_cfnp[] = {
usr/src/cmd/sgs/libconv/common/syminfo.c
174
static const conv_ds_t *ds_nf[] = {