Searched refs:elfcap_hw3_to_str (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.h | 149 extern elfcap_to_str_func_t elfcap_hw3_to_str;
|
H A D | elfcap.c | 655 elfcap_hw3_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw3_to_str() function 711 return (elfcap_hw3_to_str(style, val, str, len, fmt, mach)); in elfcap_tag_to_str()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | cap_machelf.c | 120 mach, fmt_flags, elfcap_hw3_to_str) == 0) in conv_cap_val_hw3()
|
/illumos-gate/usr/src/cmd/isainfo/ |
H A D | isainfo.c | 170 (void) elfcap_hw3_to_str(ELFCAP_STYLE_LC, cgh->cgh_hwcap[2], in report_hwcap()
|
/illumos-gate/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 763 (void) elfcap_hw3_to_str(ELFCAP_STYLE_UC, val, str, n, in at_hwcap3()
|