Searched refs:hwcap2_check (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 153 hwcap2_check(Syscapset *scapset, Xword val, Rej_desc *rej) in hwcap2_check() function 333 if (hwcap2_check(scapset, val, rej) == 0) in cap_check() 1236 if (hwcap2_check(scapset, val, NULL) == 0) in sym_cap_check()
|
H A D | object.c | 272 (hwcap2_check(scapset, omsk, &rej) == 0)) || in elf_obj_fini()
|
H A D | _rtld.h | 713 extern int hwcap2_check(Syscapset *, Xword, Rej_desc *);
|