Searched refs:elfcap_desc_t (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.h | 84 } elfcap_desc_t; typedef in typeref:struct:__anon39 164 extern const elfcap_desc_t *elfcap_getdesc_hw1_sparc(void); 165 extern const elfcap_desc_t *elfcap_getdesc_hw1_386(void); 166 extern const elfcap_desc_t *elfcap_getdesc_sf1(void);
|
H A D | elfcap.c | 48 * The items in the elfcap_desc_t arrays are required to be 89 static const elfcap_desc_t sf1[ELFCAP_NUM_SF1] = { 110 static const elfcap_desc_t hw1_sparc[ELFCAP_NUM_HW1_SPARC] = { 185 static const elfcap_desc_t hw1_386[ELFCAP_NUM_HW1_386] = { 310 static const elfcap_desc_t hw2_386[ELFCAP_NUM_HW2_386] = { 363 get_str_desc(elfcap_style_t style, const elfcap_desc_t *cdp, 389 expand(elfcap_style_t style, elfcap_mask_t val, const elfcap_desc_t *cdp, 524 value(elfcap_style_t style, const char *str, const elfcap_desc_t *cdp, 606 const elfcap_desc_t * 612 const elfcap_desc_t * [all...] |
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | cap.c | 76 * Given an array of elfcap_desc_t, and a count, call the specified 80 conv_iter_elfcap(const elfcap_desc_t *cdp, uint_t cnum,
|
Completed in 59 milliseconds