Lines Matching refs:SEGMENT_SIZE
82 #define N_ADDRADJ(x) (N_MAGIC(x) == ZMAGIC ? SEGMENT_SIZE : 0)
86 #define N_TXTADDR(x) SEGMENT_SIZE
92 #define SEGMENT_SIZE PAGE_SIZE macro
138 #define _N_HDROFF(x) (SEGMENT_SIZE - sizeof (struct exec))
183 #define SEGMENT_SIZE 0x2000 macro
186 #define SEGMENT_SIZE 0x20000 macro
193 #define SEGMENT_SIZE 0x400000 macro
195 #ifndef SEGMENT_SIZE
200 #define SEGMENT_SIZE PAGE_SIZE macro
210 #define SEGSIZ SEGMENT_SIZE
212 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))