HomeSort by relevance Sort by last modified time
    Searched defs:auxv_hwcap (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
getisax.c 51 static uint32_t auxv_hwcap; local
53 if (auxv_hwcap == 0)
54 auxv_hwcap = (uint32_t)___getauxval(AT_SUN_HWCAP);
58 array[0] = auxv_hwcap;
62 return (auxv_hwcap == 0 ? 0 : 1);
  /onnv/onnv-gate/usr/src/uts/common/os/
exec.c 87 uint_t auxv_hwcap = 0; /* auxv AT_SUN_HWCAP value; determined on the fly */ variable
89 uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */
    [all...]

Completed in 60 milliseconds