char **ev;
};
-struct exec_archhandler {
- char path[MAXPATHLEN];
- uint32_t fsid;
- uint64_t fileid;
-};
-
-extern struct exec_archhandler exec_archhandler_ppc;
-int set_archhandler(struct proc *, int);
int grade_binary(cpu_type_t, cpu_subtype_t);
+boolean_t pie_required(cpu_type_t, cpu_subtype_t);
#if defined (__i386__) || defined(__x86_64__)
#include "i386/exec.h"