Searched refs:execprot (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/arch/powerpc/
H A Dexec_prot_support.c42 int execprot = 0; local
43 size_t len = sizeof(execprot);
45 if (sysctlbyname("machdep.execprot", &execprot, &len, NULL, 0) < 0)
48 if (execprot)

Completed in 54 milliseconds