Searched refs:ELFCAP_STYLE_UC (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.h | 54 ELFCAP_STYLE_UC = 2, /* Informal upper case (e.g. SSE) */ enumerator
|
H A D | elfcap.c | 544 case ELFCAP_STYLE_UC: in get_str_desc()
|
/illumos-gate/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 731 (void) elfcap_hw1_to_str(ELFCAP_STYLE_UC, val, str, n, in at_hwcap() 735 (void) elfcap_hw1_to_str(ELFCAP_STYLE_UC, val, str, n, in at_hwcap() 747 (void) elfcap_hw2_to_str(ELFCAP_STYLE_UC, val, str, n, in at_hwcap2() 751 (void) elfcap_hw2_to_str(ELFCAP_STYLE_UC, val, str, n, in at_hwcap2() 763 (void) elfcap_hw3_to_str(ELFCAP_STYLE_UC, val, str, n, in at_hwcap3()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | cap_machelf.c | 59 if ((*fptr)(ELFCAP_STYLE_UC, val, str, len, ELFCAP_FMT_SNGSPACE, in conv_cap()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 497 (void) elfcap_tag_to_str(ELFCAP_STYLE_UC, in process_shdr()
|