Lines Matching refs:mach
435 size_t len, elfcap_fmt_t fmt, ushort_t mach)
444 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64))
448 if ((mach == EM_SPARC) || (mach == EM_SPARC32PLUS) ||
449 (mach == EM_SPARCV9))
461 size_t len, elfcap_fmt_t fmt, ushort_t mach)
470 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64))
479 * common across all platforms. The use of "mach" is therefore redundant, but
486 size_t len, elfcap_fmt_t fmt, ushort_t mach)
503 char *str, size_t len, elfcap_fmt_t fmt, ushort_t mach)
507 return (elfcap_hw1_to_str(style, val, str, len, fmt, mach));
510 return (elfcap_sf1_to_str(style, val, str, len, fmt, mach));
513 return (elfcap_hw2_to_str(style, val, str, len, fmt, mach));
554 elfcap_sf1_from_str(elfcap_style_t style, const char *str, ushort_t mach)
560 elfcap_hw1_from_str(elfcap_style_t style, const char *str, ushort_t mach)
562 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64))
565 if ((mach == EM_SPARC) || (mach == EM_SPARC32PLUS) ||
566 (mach == EM_SPARCV9))
572 elfcap_hw2_from_str(elfcap_style_t style, const char *str, ushort_t mach)
574 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64))
586 ushort_t mach)
590 return (elfcap_hw1_from_str(style, str, mach));
593 return (elfcap_sf1_from_str(style, str, mach));
596 return (elfcap_hw2_from_str(style, str, mach));