Lines Matching refs:fmt_flags

64 conv_sym_other_vis_strings(Conv_fmt_flags_t fmt_flags)  in conv_sym_other_vis_strings()  argument
100 switch (CONV_TYPE_FMT_ALT(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() argument
115 conv_sym_other_vis_strings(fmt_flags), fmt_flags, inv_buf)); 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() argument
123 conv_sym_other_vis_strings(fmt_flags), func, uvalue)); 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() argument
191 switch (CONV_TYPE_FMT_ALT(fmt_flags)) { in conv_sym_info_type_strings()
220 conv_sym_info_type(Half mach, uchar_t type, Conv_fmt_flags_t fmt_flags, in conv_sym_info_type() argument
224 conv_sym_info_type_strings(mach, fmt_flags), fmt_flags, inv_buf)); in conv_sym_info_type()
228 conv_iter_sym_info_type(Half mach, Conv_fmt_flags_t fmt_flags, in conv_iter_sym_info_type() argument
232 conv_sym_info_type_strings(mach, fmt_flags), func, uvalue)); in conv_iter_sym_info_type()
236 conv_sym_info_bind_strings(Conv_fmt_flags_t fmt_flags) in conv_sym_info_bind_strings() argument
276 switch (CONV_TYPE_FMT_ALT(fmt_flags)) { in conv_sym_info_bind_strings()
289 conv_sym_info_bind(uchar_t bind, Conv_fmt_flags_t fmt_flags, in conv_sym_info_bind() argument
293 conv_sym_info_bind_strings(fmt_flags), fmt_flags, inv_buf)); in conv_sym_info_bind()
297 conv_iter_sym_info_bind(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_sym_info_bind() argument
301 conv_sym_info_bind_strings(fmt_flags), func, uvalue)); in conv_iter_sym_info_bind()
305 conv_sym_shndx_strings(Conv_fmt_flags_t fmt_flags) in conv_sym_shndx_strings() argument
380 switch (CONV_TYPE_FMT_ALT(fmt_flags)) { in conv_sym_shndx_strings()
397 conv_sym_shndx(uchar_t osabi, Half mach, Half shndx, Conv_fmt_flags_t fmt_flags, in conv_sym_shndx() argument
401 conv_sym_shndx_strings(fmt_flags), fmt_flags, inv_buf)); in conv_sym_shndx()
406 Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, void *uvalue) in conv_iter_sym_shndx() argument
427 if (conv_iter_ds(osabi, mach, conv_sym_shndx_strings(fmt_flags), in conv_iter_sym_shndx()
437 switch (CONV_TYPE_FMT_ALT(fmt_flags)) { in conv_iter_sym_shndx()