Lines Matching refs:osabi
777 conv_ehdr_type(uchar_t osabi, Half etype, Conv_fmt_flags_t fmt_flags, in conv_ehdr_type() argument
780 return (conv_map_ds(osabi, EM_NONE, etype, in conv_ehdr_type()
785 conv_iter_ehdr_type(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags, in conv_iter_ehdr_type() argument
788 return (conv_iter_ds(osabi, EM_NONE, in conv_iter_ehdr_type()
1094 conv_ehdr_osabi(uchar_t osabi, Conv_fmt_flags_t fmt_flags, in conv_ehdr_osabi() argument
1097 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, osabi, in conv_ehdr_osabi()
1126 ehdr_abivers_strings(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags) in ehdr_abivers_strings() argument
1159 if ((osabi == ELFOSABI_SOLARIS) || (osabi == CONV_OSABI_ALL)) in ehdr_abivers_strings()
1167 conv_ehdr_abivers(uchar_t osabi, Word version, Conv_fmt_flags_t fmt_flags, in conv_ehdr_abivers() argument
1170 return (conv_map_ds(osabi, EM_NONE, version, in conv_ehdr_abivers()
1171 ehdr_abivers_strings(osabi, fmt_flags), fmt_flags, inv_buf)); in conv_ehdr_abivers()
1175 conv_iter_ehdr_abivers(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags, in conv_iter_ehdr_abivers() argument
1178 return (conv_iter_ds(osabi, EM_NONE, in conv_iter_ehdr_abivers()
1179 ehdr_abivers_strings(osabi, fmt_flags), func, uvalue)); in conv_iter_ehdr_abivers()