Lines Matching refs:osabi
420 conv_dyn_tag_strings(conv_iter_osabi_t osabi, Half mach,
747 * DT_LOPROC - DT_HIPROC range: Solaris osabi, all hardware
777 osabi_solaris = (osabi == ELFOSABI_NONE) ||
778 (osabi == ELFOSABI_SOLARIS) || (osabi == CONV_OSABI_ALL);
779 osabi_linux = (osabi == ELFOSABI_LINUX) || (osabi == CONV_OSABI_ALL);
785 * apply to the current osabi. Note that we order these items such
877 conv_iter_dyn_tag(conv_iter_osabi_t osabi, Half mach,
880 return (conv_iter_ds(osabi, mach,
881 conv_dyn_tag_strings(osabi, mach, fmt_flags), func, uvalue));