Searched refs:hwcap (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 70 uint_t hwcap[2] = { 0, 0 }; local 167 hwcap[0] = (uint_t)auxv->a_un.a_val; 171 hwcap[1] = (uint_t)auxv->a_un.a_val; 244 aoutdyn, auxflags, hwcap)) == NULL) { 247 NULL, auxflags, hwcap)) == NULL) {
|
/titanic_41/usr/src/cmd/sgs/rtld/i386/ |
H A D | _setup.c | 67 uint_t hwcap[2] = { 0, 0 }; in _setup() local 156 hwcap[0] = (uint_t)auxv->a_un.a_val; in _setup() 160 hwcap[1] = (uint_t)auxv->a_un.a_val; in _setup() 239 hwcap)) == NULL) { in _setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 67 uint_t hwcap[2] = { 0, 0 }; in _setup() local 156 hwcap[0] = (uint_t)auxv->a_un.a_val; in _setup() 160 hwcap[1] = (uint_t)auxv->a_un.a_val; in _setup() 231 hwcap)) == NULL) { in _setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/amd64/ |
H A D | _setup.c | 62 uint_t hwcap[2] = { 0, 0 }; in _setup() local 151 hwcap[0] = (uint_t)auxv->a_un.a_val; in _setup() 155 hwcap[1] = (uint_t)auxv->a_un.a_val; in _setup() 239 hwcap)) == NULL) { in _setup()
|
/titanic_41/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 336 hwcap=`moe -v -32 $ZONEROOT/lib/libc.so.1 2>&1` 338 vlog "$f_hwcap_info" "$hwcap"
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 198 void *aoutdyn, int auxflags, uint_t *hwcap) in setup() argument 411 org_scapset->sc_hw_1 = (Xword)hwcap[0]; in setup() 412 org_scapset->sc_hw_2 = (Xword)hwcap[1]; in setup()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 373 elfcap_mask_t *hwcap; in hw_cap() local 377 hwcap = &ofl->ofl_ocapset.oc_hw_1.cm_val; in hw_cap() 380 hwcap = &ofl->ofl_ocapset.oc_hw_2.cm_val; in hw_cap() 408 *hwcap |= val; in hw_cap() 411 *hwcap, ld_targ.t_m.m_mach)); in hw_cap()
|
/titanic_41/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 713 #define FMT_AV(s, n, hwcap, mask, name) \ argument 714 if ((hwcap) & (mask)) \
|
/titanic_41/exception_lists/ |
H A D | check_rtime | 85 # configuration file. As the hwcap libraries can be loop-back mounted onto
|
/titanic_41/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 982 6226206 ld.so.1 failure when processing single segment hwcap filtee 1371 6541004 hwcap filter processing can leak memory 1608 6748925 moe returns wrong hwcap library in some circumstances
|