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

  /src/sys/arch/m68k/include/
aout_machdep.h 38 * Override the N_PAGSIZ() macro.
41 #undef N_PAGSIZ
42 #define N_PAGSIZ(ex) (N_GETMID((ex)) == MID_M68K4K ? 4096 : AOUT_LDPGSZ)
  /src/tools/m68k-elf2aout/machine/
aout_machdep.h 38 * Override the N_PAGSIZ() macro.
41 #undef N_PAGSIZ
42 #define N_PAGSIZ(ex) (N_GETMID((ex)) == MID_M68K4K ? 4096 : AOUT_LDPGSZ)
  /src/sys/sys/
exec_aout.h 36 #ifndef N_PAGSIZ
37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ)
  /src/tools/arm-elf2aout/sys/
exec_aout.h 36 #ifndef N_PAGSIZ
37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ)
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 36 #ifndef N_PAGSIZ
37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ)

Completed in 13 milliseconds