Home
last modified time | relevance | path

Searched refs:rpl_hwcap (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c1105 if ((rpl_hwcap == NULL) && (rpl_sfcap == NULL) && in cap_alternative()
1127 if (rpl_hwcap && (cap_modify(CA_SUNW_HW_1, rpl_hwcap) == 0)) in cap_alternative()
1169 rpl_hwcap = rpl_sfcap = rpl_machcap = rpl_platcap = in cap_alternative()
H A Dglobals.c164 const char *rpl_hwcap = NULL; /* replaceable hwcap str */ variable
H A D_rtld.h632 extern const char *rpl_hwcap; /* replaceable hwcap str */
H A Dutil.c1622 &rpl_hwcap : &prm_hwcap; in ld_generic_env()