Searched refs:M_SEGSIZE (Results 1 – 3 of 3) sorted by relevance
70 #ifndef M_SEGSIZE71 #define M_SEGSIZE ELF_SPARC_MAXPGSZ macro73 #define M_STRUNC(X) ((X) & ~(M_SEGSIZE - 1))74 #define M_SROUND(X) (((X) + M_SEGSIZE - 1) & ~(M_SEGSIZE - 1))
72 #define M_SEGSIZE ELF_AMD64_MAXPGSZ macro74 #define M_SEGSIZE ELF_386_MAXPGSZ77 #define M_STRUNC(X) ((X) & ~(M_SEGSIZE - 1))78 #define M_SROUND(X) (((X) + M_SEGSIZE - 1) & ~(M_SEGSIZE - 1))
88 #ifndef M_SEGSIZE89 #define M_SEGSIZE 0x2000 /* 8k */ macro