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