Searched refs:sv_protect (Results 1 – 3 of 3) sorted by relevance
155 void (*sv_protect)(struct image_params *, int); member
117 .sv_protect = arm64_exec_protect,
885 if (imgp->proc->p_sysent->sv_protect != NULL) in __elfN()886 imgp->proc->p_sysent->sv_protect(imgp, SVP_INTERP); in __elfN()1417 if (sv->sv_protect != NULL) in __CONCAT()1418 sv->sv_protect(imgp, SVP_IMAGE); in __CONCAT()