Lines Matching defs:fmt_flags

64 conv_sym_other_vis_strings(Conv_fmt_flags_t fmt_flags)
100 switch (CONV_TYPE_FMT_ALT(fmt_flags)) {
111 conv_sym_other_vis(uchar_t value, Conv_fmt_flags_t fmt_flags,
115 conv_sym_other_vis_strings(fmt_flags), fmt_flags, inv_buf));
119 conv_iter_sym_other_vis(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func,
123 conv_sym_other_vis_strings(fmt_flags), func, uvalue));
127 conv_sym_info_type_strings(Half mach, Conv_fmt_flags_t fmt_flags)
180 switch (CONV_TYPE_FMT_ALT(fmt_flags)) {
204 conv_sym_info_type(Half mach, uchar_t type, Conv_fmt_flags_t fmt_flags,
208 conv_sym_info_type_strings(mach, fmt_flags), fmt_flags, inv_buf));
212 conv_iter_sym_info_type(Half mach, Conv_fmt_flags_t fmt_flags,
216 conv_sym_info_type_strings(mach, fmt_flags), func, uvalue));
220 conv_sym_info_bind_strings(Conv_fmt_flags_t fmt_flags)
252 switch (CONV_TYPE_FMT_ALT(fmt_flags)) {
263 conv_sym_info_bind(uchar_t bind, Conv_fmt_flags_t fmt_flags,
267 conv_sym_info_bind_strings(fmt_flags), fmt_flags, inv_buf));
271 conv_iter_sym_info_bind(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func,
275 conv_sym_info_bind_strings(fmt_flags), func, uvalue));
279 conv_sym_shndx_strings(Conv_fmt_flags_t fmt_flags)
354 switch (CONV_TYPE_FMT_ALT(fmt_flags)) {
371 conv_sym_shndx(uchar_t osabi, Half mach, Half shndx, Conv_fmt_flags_t fmt_flags,
375 conv_sym_shndx_strings(fmt_flags), fmt_flags, inv_buf));
380 Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, void *uvalue)
401 if (conv_iter_ds(osabi, mach, conv_sym_shndx_strings(fmt_flags),
411 switch (CONV_TYPE_FMT_ALT(fmt_flags)) {