Lines Matching refs:mach
127 conv_sym_info_type_strings(Half mach, Conv_fmt_flags_t fmt_flags) in conv_sym_info_type_strings() argument
177 is_sparc = (mach == EM_SPARC) || (mach == EM_SPARCV9) || in conv_sym_info_type_strings()
178 (mach == EM_SPARC32PLUS) || (mach == CONV_MACH_ALL); 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() argument
207 return (conv_map_ds(ELFOSABI_NONE, mach, type, in conv_sym_info_type()
208 conv_sym_info_type_strings(mach, fmt_flags), fmt_flags, inv_buf)); 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() argument
215 return (conv_iter_ds(ELFOSABI_NONE, mach, in conv_iter_sym_info_type()
216 conv_sym_info_type_strings(mach, fmt_flags), func, uvalue)); in conv_iter_sym_info_type()
371 conv_sym_shndx(uchar_t osabi, Half mach, Half shndx, Conv_fmt_flags_t fmt_flags, in conv_sym_shndx() argument
374 return (conv_map_ds(osabi, mach, shndx, in conv_sym_shndx()
379 conv_iter_sym_shndx(conv_iter_osabi_t osabi, Half mach, in conv_iter_sym_shndx() argument
401 if (conv_iter_ds(osabi, mach, conv_sym_shndx_strings(fmt_flags), in conv_iter_sym_shndx()
408 if (mach == EM_AMD64) { in conv_iter_sym_shndx()
422 return (conv_iter_ds(ELFOSABI_NONE, mach, ds, func, uvalue)); in conv_iter_sym_shndx()