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

/netbsd-current/sys/compat/sunos32/
H A Dsunos32_exec_aout.c64 error = netbsd32_exec_aout_prep_zmagic(l, epp);
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_exec.h56 int netbsd32_exec_aout_prep_zmagic(struct lwp *, struct exec_package *);
H A Dnetbsd32_exec_aout.c120 error = netbsd32_exec_aout_prep_zmagic(l, epp);
146 * netbsd32_exec_aout_prep_zmagic(): Prepare a 'native' ZMAGIC binary's
157 netbsd32_exec_aout_prep_zmagic(struct lwp *l, struct exec_package *epp) function
450 return netbsd32_exec_aout_prep_zmagic(l, epp);

Completed in 147 milliseconds