Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c860 #define ELFCAP_STYLE ELFCAP_STYLE_LC | ELFCAP_STYLE_F_ICMP macro
945 if ((val = (Xword)elfcap_hw3_from_str(ELFCAP_STYLE, in cap_modify()
950 if ((val = (Xword)elfcap_hw2_from_str(ELFCAP_STYLE, in cap_modify()
955 if ((val = (Xword)elfcap_hw1_from_str(ELFCAP_STYLE, in cap_modify()
967 if ((val = (Xword)elfcap_sf1_from_str(ELFCAP_STYLE, in cap_modify()
1055 #undef ELFCAP_STYLE
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c48 #define ELFCAP_STYLE ELFCAP_STYLE_LC | ELFCAP_STYLE_F_ICMP macro
962 if ((v = (* elfcap_from_str_func)(ELFCAP_STYLE, in parse_cap_mask()
1076 if ((v = elfcap_hw1_from_str(ELFCAP_STYLE, in at_cap_hw()
1081 if ((v = elfcap_hw2_from_str(ELFCAP_STYLE, in at_cap_hw()
1087 if ((v = elfcap_hw3_from_str(ELFCAP_STYLE, in at_cap_hw()
1161 if ((v = elfcap_sf1_from_str(ELFCAP_STYLE, in at_cap_sf()