Lines Matching refs:osabi
522 conv_ehdr_type(uchar_t osabi, Half etype, Conv_fmt_flags_t fmt_flags, in conv_ehdr_type() argument
525 return (conv_map_ds(osabi, EM_NONE, etype, in conv_ehdr_type()
530 conv_iter_ehdr_type(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags, in conv_iter_ehdr_type() argument
533 return (conv_iter_ds(osabi, EM_NONE, in conv_iter_ehdr_type()
833 conv_ehdr_osabi(uchar_t osabi, Conv_fmt_flags_t fmt_flags, in conv_ehdr_osabi() argument
836 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, osabi, in conv_ehdr_osabi()
865 ehdr_abivers_strings(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags) in ehdr_abivers_strings() argument
898 if ((osabi == ELFOSABI_SOLARIS) || (osabi == CONV_OSABI_ALL)) in ehdr_abivers_strings()
906 conv_ehdr_abivers(uchar_t osabi, Word version, Conv_fmt_flags_t fmt_flags, in conv_ehdr_abivers() argument
909 return (conv_map_ds(osabi, EM_NONE, version, in conv_ehdr_abivers()
910 ehdr_abivers_strings(osabi, fmt_flags), fmt_flags, inv_buf)); in conv_ehdr_abivers()
914 conv_iter_ehdr_abivers(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags, in conv_iter_ehdr_abivers() argument
917 return (conv_iter_ds(osabi, EM_NONE, in conv_iter_ehdr_abivers()
918 ehdr_abivers_strings(osabi, fmt_flags), func, uvalue)); in conv_iter_ehdr_abivers()