Searched defs:M_SEGSIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Da.out.h88 #ifndef M_SEGSIZE
89 #define M_SEGSIZE 0x2000 /* 8k */ macro
/illumos-gate/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h72 #define M_SEGSIZE ELF_AMD64_MAXPGSZ macro
74 #define M_SEGSIZE ELF_386_MAXPGSZ macro
77 #define M_STRUNC(X) ((X) & ~(M_SEGSIZE - 1))
78 #define M_SROUND(X) (((X) + M_SEGSIZE - 1) & ~(M_SEGSIZE - 1))
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h70 #ifndef M_SEGSIZE
71 #define M_SEGSIZE ELF_SPARC_MAXPGSZ macro
73 #define M_STRUNC(X) ((X) & ~(M_SEGSIZE - 1))
74 #define M_SROUND(X) (((X) + M_SEGSIZE - 1) & ~(M_SEGSIZE - 1))

Completed in 50 milliseconds