Searched refs:ELFCAP_NUM_SF1 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.h | 116 #define ELFCAP_NUM_SF1 3 macro
|
H A D | elfcap.c | 91 static const elfcap_desc_t sf1[ELFCAP_NUM_SF1] = { 690 return (expand(style, val, &sf1[0], ELFCAP_NUM_SF1, str, len, fmt)); in elfcap_sf1_to_str() 754 return (value(style, str, &sf1[0], ELFCAP_NUM_SF1)); in elfcap_sf1_from_str()
|
/illumos-gate/usr/src/cmd/sgs/elfcap.chk/ |
H A D | elfcap_chk.c | 70 { ELFCAP_NUM_SF1, elfcap_getdesc_sf1 },
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | cap.c | 182 return (conv_iter_elfcap(elfcap_getdesc_sf1(), ELFCAP_NUM_SF1, in conv_iter_cap_val_sf1()
|