Home
last modified time | relevance | path

Searched refs:elfcap_to_str_func_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/common/elfcap/
H A Delfcap.h132 typedef elfcap_err_t elfcap_to_str_func_t(elfcap_style_t, elfcap_mask_t, char *, typedef
135 extern elfcap_to_str_func_t elfcap_hw1_to_str;
136 extern elfcap_to_str_func_t elfcap_hw2_to_str;
137 extern elfcap_to_str_func_t elfcap_sf1_to_str;
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dcap_machelf.c39 Conv_fmt_flags_t fmt_flags, elfcap_to_str_func_t *fptr) in conv_cap()