Home
last modified time | relevance | path

Searched refs:Conv_fmt_flags_t (Results 1 – 25 of 30) sorted by relevance

12

/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dllib-lconv62 Conv_fmt_flags_t, size_t, const Msg *, const char *);
64 const conv_ds_t **, Conv_fmt_flags_t, Conv_inv_buf_t *,
67 Conv_fmt_flags_t, const Val_desc *, const char *);
69 Conv_elfvalue_t, Conv_fmt_flags_t, const Val_desc2 *,
81 const char *conv_cnote_auxv_af(Word, Conv_fmt_flags_t,
83 const char *conv_cnote_auxv_type(Word, Conv_fmt_flags_t, Conv_inv_buf_t *);
84 const char *conv_cnote_cc_content(Lword, Conv_fmt_flags_t,
86 const char *conv_cnote_errno(int, Conv_fmt_flags_t, Conv_inv_buf_t *);
87 const char *conv_cnote_fault(Word, Conv_fmt_flags_t, Conv_inv_buf_t *);
88 const char *conv_cnote_fltset(uint32_t *, int, Conv_fmt_flags_t,
[all …]
H A D_conv.h86 extern const conv_ds_t **conv_cap_tag_strings(Conv_fmt_flags_t);
87 extern const Val_desc *conv_dyn_feature1_strings(Conv_fmt_flags_t);
88 extern const Val_desc *conv_dyn_flag_strings(Conv_fmt_flags_t);
89 extern const Val_desc *conv_dyn_flag1_strings(Conv_fmt_flags_t);
90 extern const Val_desc *conv_dyn_posflag1_strings(Conv_fmt_flags_t);
92 Conv_fmt_flags_t);
93 extern const Val_desc2 *conv_sec_flags_strings(Conv_fmt_flags_t);
H A Delf.c38 ehdr_class_strings(Conv_fmt_flags_t fmt_flags) in ehdr_class_strings()
74 conv_ehdr_class(uchar_t class, Conv_fmt_flags_t fmt_flags, in conv_ehdr_class()
82 conv_iter_ehdr_class(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_ehdr_class()
90 ehdr_data_strings(Conv_fmt_flags_t fmt_flags) in ehdr_data_strings()
135 conv_ehdr_data(uchar_t data, Conv_fmt_flags_t fmt_flags, in conv_ehdr_data()
143 conv_iter_ehdr_data(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_ehdr_data()
151 ehdr_mach_strings(Conv_fmt_flags_t fmt_flags) in ehdr_mach_strings()
361 conv_ehdr_mach(Half machine, Conv_fmt_flags_t fmt_flags, in conv_ehdr_mach()
369 conv_iter_ehdr_mach(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_ehdr_mach()
404 ehdr_eident_strings(Conv_fmt_flags_t fmt_flags) in ehdr_eident_strings()
[all …]
H A Dcap.c37 conv_cap_tag_strings(Conv_fmt_flags_t fmt_flags) in conv_cap_tag_strings()
68 conv_iter_cap_tags(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_cap_tags()
81 Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, void *uvalue) in conv_iter_elfcap()
118 conv_iter_cap_val_hw1(Half mach, Conv_fmt_flags_t fmt_flags, in conv_iter_cap_val_hw1()
140 conv_iter_cap_val_hw2(Half mach, Conv_fmt_flags_t fmt_flags, in conv_iter_cap_val_hw2()
150 conv_iter_cap_val_sf1(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_cap_val_sf1()
H A Dcap_machelf.c39 Conv_fmt_flags_t fmt_flags, elfcap_to_str_func_t *fptr) in conv_cap()
72 conv_cap_val_hw1(Xword val, Half mach, Conv_fmt_flags_t fmt_flags, in conv_cap_val_hw1()
85 conv_cap_val_hw2(Xword val, Half mach, Conv_fmt_flags_t fmt_flags, in conv_cap_val_hw2()
98 conv_cap_val_sf1(Xword val, Half mach, Conv_fmt_flags_t fmt_flags, in conv_cap_val_sf1()
111 conv_cap_tag(Xword tag, Conv_fmt_flags_t fmt_flags, Conv_inv_buf_t *inv_buf) in conv_cap_tag()
131 conv_cap_val(Xword tag, Xword val, Half mach, Conv_fmt_flags_t fmt_flags, in conv_cap_val()
H A Dsymbols.c64 conv_sym_other_vis_strings(Conv_fmt_flags_t fmt_flags) in conv_sym_other_vis_strings()
111 conv_sym_other_vis(uchar_t value, Conv_fmt_flags_t fmt_flags, in conv_sym_other_vis()
119 conv_iter_sym_other_vis(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_sym_other_vis()
127 conv_sym_info_type_strings(Half mach, Conv_fmt_flags_t fmt_flags) in conv_sym_info_type_strings()
204 conv_sym_info_type(Half mach, uchar_t type, Conv_fmt_flags_t fmt_flags, in conv_sym_info_type()
212 conv_iter_sym_info_type(Half mach, Conv_fmt_flags_t fmt_flags, in conv_iter_sym_info_type()
220 conv_sym_info_bind_strings(Conv_fmt_flags_t fmt_flags) in conv_sym_info_bind_strings()
263 conv_sym_info_bind(uchar_t bind, Conv_fmt_flags_t fmt_flags, in conv_sym_info_bind()
271 conv_iter_sym_info_bind(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_sym_info_bind()
279 conv_sym_shndx_strings(Conv_fmt_flags_t fmt_flags) in conv_sym_shndx_strings()
[all …]
H A Dsyminfo.c37 conv_syminfo_flags_strings(Conv_fmt_flags_t fmt_flags) in conv_syminfo_flags_strings()
120 conv_syminfo_flags(Half flags, Conv_fmt_flags_t fmt_flags, in conv_syminfo_flags()
139 conv_iter_syminfo_flags(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_syminfo_flags()
148 conv_syminfo_boundto_strings(Conv_fmt_flags_t fmt_flags) in conv_syminfo_boundto_strings()
189 conv_syminfo_boundto(Half value, Conv_fmt_flags_t fmt_flags, in conv_syminfo_boundto()
197 conv_iter_syminfo_boundto(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_syminfo_boundto()
H A Ddynamic_machelf.c40 conv_dyn_posflag1(Xword flags, Conv_fmt_flags_t fmt_flags, in conv_dyn_posflag1()
66 conv_dyn_flag(Xword flags, Conv_fmt_flags_t fmt_flags, in conv_dyn_flag()
90 conv_dyn_flag1(Xword flags, Conv_fmt_flags_t fmt_flags, in conv_dyn_flag1()
109 conv_dyn_feature1(Xword flags, Conv_fmt_flags_t fmt_flags, in conv_dyn_feature1()
133 conv_dyn_tag(Xword tag, uchar_t osabi, Half mach, Conv_fmt_flags_t fmt_flags, in conv_dyn_tag()
H A Dglobals_machelf.c48 Conv_fmt_flags_t fmt_flags) in conv_invalid_val()
144 cef_setup(CONV_EXPN_FIELD_ARG *arg, Conv_fmt_flags_t fmt_flags, in cef_setup()
178 cef_wrap(CONV_EXPN_FIELD_ARG *arg, Conv_fmt_flags_t fmt_flags, in cef_wrap()
229 Conv_fmt_flags_t fmt_flags, const char *local_sgs_msg) in _conv_expn_field()
258 const Val_desc2 *vdp, Conv_fmt_flags_t fmt_flags, const char *local_sgs_msg) in _conv_expn_field2()
H A Dphdr.c36 conv_phdr_type_strings(Conv_fmt_flags_t fmt_flags) in conv_phdr_type_strings()
193 conv_phdr_type(uchar_t osabi, Half mach, Word type, Conv_fmt_flags_t fmt_flags, in conv_phdr_type()
201 conv_iter_phdr_type(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags, in conv_iter_phdr_type()
210 conv_phdr_flags_strings(Conv_fmt_flags_t fmt_flags) in conv_phdr_flags_strings()
268 conv_phdr_flags(uchar_t osabi, Word flags, Conv_fmt_flags_t fmt_flags, in conv_phdr_flags()
286 conv_iter_phdr_flags(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags, in conv_iter_phdr_flags()
H A Dcorenote.c45 conv_cnote_type(Word type, Conv_fmt_flags_t fmt_flags, in conv_cnote_type()
76 conv_cnote_auxv_type(Word type, Conv_fmt_flags_t fmt_flags, in conv_cnote_auxv_type()
128 conv_cnote_signal(Word sig, Conv_fmt_flags_t fmt_flags, in conv_cnote_signal()
164 conv_cnote_fault(Word flt, Conv_fmt_flags_t fmt_flags, in conv_cnote_fault()
188 conv_cnote_syscall(Word sysnum, Conv_fmt_flags_t fmt_flags, in conv_cnote_syscall()
373 conv_cnote_errno(int errno_val, Conv_fmt_flags_t fmt_flags, in conv_cnote_errno()
469 conv_cnote_pr_dmodel(Word dmodel, Conv_fmt_flags_t fmt_flags, in conv_cnote_pr_dmodel()
487 conv_cnote_pr_why(short why, Conv_fmt_flags_t fmt_flags, in conv_cnote_pr_why()
510 conv_cnote_pr_what(short why, short what, Conv_fmt_flags_t fmt_flags, in conv_cnote_pr_what()
537 conv_cnote_pr_regname(Half mach, int regno, Conv_fmt_flags_t fmt_flags, in conv_cnote_pr_regname()
[all …]
H A Drelocate.c38 conv_reloc_type(Half mach, Word type, Conv_fmt_flags_t fmt_flags, in conv_reloc_type()
63 conv_reloc_type_static(Half mach, Word type, Conv_fmt_flags_t fmt_flags) in conv_reloc_type_static()
H A Dglobals.c60 Conv_fmt_flags_t flags, size_t num_msg, const Msg *msg, in map_msg2str()
99 Conv_fmt_flags_t flags, const Val_desc *vdp, const char *local_sgs_msg) in map_vd2str()
113 Conv_elfvalue_t val, Conv_fmt_flags_t flags, const Val_desc2 *vdp, in map_vd22str()
134 const conv_ds_t **dsp, Conv_fmt_flags_t fmt_flags, Conv_inv_buf_t *inv_buf, in _conv_map_ds()
H A Ddynamic.c39 conv_dyn_posflag1_strings(Conv_fmt_flags_t fmt_flags) in conv_dyn_posflag1_strings()
102 conv_iter_dyn_posflag1(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_dyn_posflag1()
110 conv_dyn_flag_strings(Conv_fmt_flags_t fmt_flags) in conv_dyn_flag_strings()
172 conv_iter_dyn_flag(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_dyn_flag()
179 conv_dyn_flag1_strings(Conv_fmt_flags_t fmt_flags) in conv_dyn_flag1_strings()
355 conv_iter_dyn_flag1(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_dyn_flag1()
362 conv_dyn_feature1_strings(Conv_fmt_flags_t fmt_flags) in conv_dyn_feature1_strings()
412 conv_iter_dyn_feature1(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_dyn_feature1()
421 Conv_fmt_flags_t fmt_flags) in conv_dyn_tag_strings()
878 Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, void *uvalue) in conv_iter_dyn_tag()
H A Dsections.c39 sec_type_strings(conv_iter_osabi_t osabi, Half mach, Conv_fmt_flags_t fmt_flags) in sec_type_strings()
348 conv_sec_type(uchar_t osabi, Half mach, Word sec, Conv_fmt_flags_t fmt_flags, in conv_sec_type()
357 Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, void *uvalue) in conv_iter_sec_type()
369 conv_iter_sec_symtab(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags, in conv_iter_sec_symtab()
399 conv_sec_flags_strings(Conv_fmt_flags_t fmt_flags) in conv_sec_flags_strings()
480 Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, void *uvalue) in conv_iter_sec_flags()
H A Dsymbols_sparc_machelf.c43 conv_sym_SPARC_value(Addr val, Conv_fmt_flags_t fmt_flags, in conv_sym_SPARC_value()
H A Ddwarf.c41 conv_dwarf_cfa(uchar_t op, Conv_fmt_flags_t fmt_flags, Conv_inv_buf_t *inv_buf) in conv_dwarf_cfa()
106 conv_dwarf_regname(Half mach, Word regno, Conv_fmt_flags_t fmt_flags, in conv_dwarf_regname()
H A Dmap.c37 conv_mapfile_version(Word version, Conv_fmt_flags_t fmt_flags, in conv_mapfile_version()
H A Drelocate_amd64.c64 conv_reloc_amd64_type(Word type, Conv_fmt_flags_t fmt_flags, in conv_reloc_amd64_type()
H A Drelocate_i386.c67 conv_reloc_386_type(Word type, Conv_fmt_flags_t fmt_flags, in conv_reloc_386_type()
H A Dsections_machelf.c41 Conv_fmt_flags_t fmt_flags, Conv_sec_flags_buf_t *sec_flags_buf) in conv_sec_flags()
H A Dversion.c56 conv_ver_flags(Half flags, Conv_fmt_flags_t fmt_flags, in conv_ver_flags()
H A Drelocate_sparc.c91 conv_reloc_SPARC_type(Word type, Conv_fmt_flags_t fmt_flags, in conv_reloc_SPARC_type()
/titanic_50/usr/src/cmd/sgs/include/
H A Dconv.h424 typedef int Conv_fmt_flags_t; typedef
782 const conv_ds_t **, Conv_fmt_flags_t,
795 extern const char *conv_cnote_auxv_af(Word, Conv_fmt_flags_t,
797 extern const char *conv_cnote_auxv_type(Word, Conv_fmt_flags_t,
799 extern const char *conv_cnote_cc_content(Lword, Conv_fmt_flags_t,
801 extern const char *conv_cnote_errno(int, Conv_fmt_flags_t,
803 extern const char *conv_cnote_fault(Word, Conv_fmt_flags_t,
806 Conv_fmt_flags_t, Conv_cnote_fltset_buf_t *);
807 extern const char *conv_cnote_old_pr_flags(int, Conv_fmt_flags_t,
809 extern const char *conv_cnote_pr_dmodel(Word, Conv_fmt_flags_t,
[all …]
/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c141 Conv_fmt_flags_t, conv_iter_cb_t, void *);
143 Conv_fmt_flags_t, conv_iter_cb_t, void *);
145 Conv_fmt_flags_t, conv_iter_cb_t, void *);
147 Conv_fmt_flags_t, conv_iter_cb_t, void *);

12