Searched refs:sv_protect (Results 1 – 3 of 3) sorted by relevance
152 void (*sv_protect)(struct image_params *, int); member
105 .sv_protect = arm64_exec_protect,
865 if (p->p_sysent->sv_protect != NULL) in __elfN()866 p->p_sysent->sv_protect(imgp, SVP_INTERP); in __elfN()1381 if (sv->sv_protect != NULL) in __CONCAT()1382 sv->sv_protect(imgp, SVP_IMAGE); in __CONCAT()