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