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