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

/netbsd-current/sys/arch/m68k/include/
H A Daout_machdep.h38 * Override the N_PAGSIZ() macro.
41 #undef N_PAGSIZ macro
42 #define N_PAGSIZ(ex) (N_GETMID((ex)) == MID_M68K4K ? 4096 : AOUT_LDPGSZ) macro
/netbsd-current/tools/m68k-elf2aout/machine/
H A Daout_machdep.h38 * Override the N_PAGSIZ() macro.
41 #undef N_PAGSIZ macro
42 #define N_PAGSIZ(ex) (N_GETMID((ex)) == MID_M68K4K ? 4096 : AOUT_LDPGSZ) macro
/netbsd-current/usr.sbin/mdsetimage/
H A Dexec_aout.c77 if (N_TXTADDR(*execp) + (execp->a_entry & (N_PAGSIZ(*execp)-1)) !=
80 (execp->a_entry & (N_PAGSIZ(*execp)-1)) - execp->a_entry;
/netbsd-current/sys/sys/
H A Dexec_aout.h36 #ifndef N_PAGSIZ
37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ) macro
/netbsd-current/tools/m68k-elf2aout/sys/
H A Dexec_aout.h36 #ifndef N_PAGSIZ
37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ) macro
/netbsd-current/tools/arm-elf2aout/sys/
H A Dexec_aout.h36 #ifndef N_PAGSIZ
37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ) macro

Completed in 88 milliseconds