Lines Matching defs:mach
439 size_t len, elfcap_fmt_t fmt, ushort_t mach)
448 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64))
452 if ((mach == EM_SPARC) || (mach == EM_SPARC32PLUS) ||
453 (mach == EM_SPARCV9))
465 size_t len, elfcap_fmt_t fmt, ushort_t mach)
474 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64))
483 * common across all platforms. The use of "mach" is therefore redundant, but
490 size_t len, elfcap_fmt_t fmt, ushort_t mach)
507 char *str, size_t len, elfcap_fmt_t fmt, ushort_t mach)
511 return (elfcap_hw1_to_str(style, val, str, len, fmt, mach));
514 return (elfcap_sf1_to_str(style, val, str, len, fmt, mach));
517 return (elfcap_hw2_to_str(style, val, str, len, fmt, mach));
558 elfcap_sf1_from_str(elfcap_style_t style, const char *str, ushort_t mach)
564 elfcap_hw1_from_str(elfcap_style_t style, const char *str, ushort_t mach)
566 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64))
569 if ((mach == EM_SPARC) || (mach == EM_SPARC32PLUS) ||
570 (mach == EM_SPARCV9))
576 elfcap_hw2_from_str(elfcap_style_t style, const char *str, ushort_t mach)
578 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64))
590 ushort_t mach)
594 return (elfcap_hw1_from_str(style, str, mach));
597 return (elfcap_sf1_from_str(style, str, mach));
600 return (elfcap_hw2_from_str(style, str, mach));