Searched refs:elfcap_mask_t (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/common/elfcap/ |
H A D | elfcap.h | 40 typedef uint32_t elfcap_mask_t; typedef 80 elfcap_mask_t c_val; /* Bit value */ 126 elfcap_mask_t, char *, size_t, elfcap_fmt_t, ushort_t); 132 typedef elfcap_err_t elfcap_to_str_func_t(elfcap_style_t, elfcap_mask_t, char *, 143 typedef elfcap_mask_t elfcap_from_str_func_t(elfcap_style_t, 150 extern elfcap_mask_t elfcap_tag_from_str(elfcap_style_t, uint64_t,
|
H A D | elfcap.c | 381 expand(elfcap_style_t style, elfcap_mask_t val, const elfcap_desc_t *cdp, in expand() 426 elfcap_hw1_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw1_to_str() 452 elfcap_hw2_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw2_to_str() 477 elfcap_sf1_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_sf1_to_str() 494 elfcap_tag_to_str(elfcap_style_t style, uint64_t tag, elfcap_mask_t val, in elfcap_tag_to_str() 515 static elfcap_mask_t 545 elfcap_mask_t 551 elfcap_mask_t 563 elfcap_mask_t 576 elfcap_mask_t
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 1119 elfcap_mask_t sc_hw_1; /* CA_SUNW_HW_1 capabilities */ 1120 elfcap_mask_t sc_sf_1; /* CA_SUNW_SF_1 capabilities */ 1121 elfcap_mask_t sc_hw_2; /* CA_SUNW_HW_2 capabilities */
|
H A D | libld.h | 191 elfcap_mask_t cm_val; /* bitmask value */ 192 elfcap_mask_t cm_exc; /* bits to exclude from final object */ 224 elfcap_mask_t cm_value; /* Bitmask value */ 225 elfcap_mask_t cm_exclude; /* Bits to remove from final object */
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 249 elfcap_mask_t omsk; in elf_obj_fini()
|
H A D | cap.c | 841 elfcap_mask_t cs_val[3]; /* value settings, and indicator for */ 843 elfcap_mask_t *cs_aval; /* alternative variable for final */
|
/titanic_41/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 | 238 Word type, elfcap_mask_t value, Boolean title) in set_capmask() 885 elfcap_mask_t value = 0; in parse_cap_mask()
|
H A D | sections.c | 1432 elfcap_mask_t omsk, smsk; in is_cap_redundant()
|
H A D | files.c | 373 elfcap_mask_t *hwcap; in hw_cap()
|