Searched refs:AOUT_LDPGSZ (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/loader/
H A Dexec_aout.h41 #define N_PAGSIZ(ex) (AOUT_LDPGSZ)
51 ((x) + AOUT_LDPGSZ - 1) & ~(AOUT_LDPGSZ - 1) : (x))
/gem5/src/arch/alpha/
H A Daout_machdep.h55 #define AOUT_LDPGSZ 8192 macro

Completed in 5 milliseconds