Searched refs:elfcap_mask_t (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.h | 41 typedef uint32_t elfcap_mask_t; typedef 81 elfcap_mask_t c_val; /* Bit value */ 138 elfcap_mask_t, char *, size_t, elfcap_fmt_t, ushort_t); 144 typedef elfcap_err_t elfcap_to_str_func_t(elfcap_style_t, elfcap_mask_t, char *, 156 typedef elfcap_mask_t elfcap_from_str_func_t(elfcap_style_t, 163 extern elfcap_mask_t elfcap_tag_from_str(elfcap_style_t, uint64_t,
|
H A D | elfcap.c | 563 expand(elfcap_style_t style, elfcap_mask_t val, const elfcap_desc_t *cdp, in expand() 608 elfcap_hw1_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw1_to_str() 634 elfcap_hw2_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw2_to_str() 655 elfcap_hw3_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw3_to_str() 680 elfcap_sf1_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_sf1_to_str() 697 elfcap_tag_to_str(elfcap_style_t style, uint64_t tag, elfcap_mask_t val, in elfcap_tag_to_str() 721 static elfcap_mask_t 751 elfcap_mask_t 757 elfcap_mask_t 769 elfcap_mask_t [all …]
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 1120 elfcap_mask_t sc_hw_1; /* CA_SUNW_HW_1 capabilities */ 1121 elfcap_mask_t sc_sf_1; /* CA_SUNW_SF_1 capabilities */ 1122 elfcap_mask_t sc_hw_2; /* CA_SUNW_HW_2 capabilities */ 1123 elfcap_mask_t sc_hw_3; /* CA_SUNW_HW_3 capabilities */
|
H A D | libld.h | 192 elfcap_mask_t cm_val; /* bitmask value */ 193 elfcap_mask_t cm_exc; /* bits to exclude from final object */ 226 elfcap_mask_t cm_value; /* Bitmask value */ 227 elfcap_mask_t cm_exclude; /* Bits to remove from final object */
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 247 elfcap_mask_t omsk; in elf_obj_fini()
|
H A D | cap.c | 894 elfcap_mask_t cs_val[3]; /* value settings, and indicator for */ 896 elfcap_mask_t *cs_aval; /* alternative variable for final */
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map_support.c | 222 elfcap_mask_t mask; in ld_map_cap_sanitize()
|
H A D | map.c | 78 elfcap_mask_t value = 0; in map_cap()
|
H A D | map_v2.c | 244 Word type, elfcap_mask_t value, Boolean title) in set_capmask() 953 elfcap_mask_t value = 0; in parse_cap_mask()
|
H A D | sections.c | 1442 elfcap_mask_t omsk, smsk; in is_cap_redundant()
|
H A D | files.c | 390 elfcap_mask_t *hwcap; in hw_cap()
|