HomeSort by: relevance | last modified time | path
    Searched defs:ahdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/stand/common/
exec_sub.c 251 struct exec *ahdr; local in function:xk_load
263 ahdr = buf;
266 if (N_GETMAGIC(*ahdr) == NMAGIC) {
278 if ((u = N_GETMID(*ahdr)) != MID_M68K)
285 xk_aout(xarg, ahdr);
exec_sub.c 251 struct exec *ahdr; local in function:xk_load
263 ahdr = buf;
266 if (N_GETMAGIC(*ahdr) == NMAGIC) {
278 if ((u = N_GETMID(*ahdr)) != MID_M68K)
285 xk_aout(xarg, ahdr);

Completed in 22 milliseconds