Searched refs:SEGMENT_SIZE (Results 1 – 4 of 4) sorted by relevance
82 #define N_ADDRADJ(x) (N_MAGIC(x) == ZMAGIC ? SEGMENT_SIZE : 0)86 #define N_TXTADDR(x) SEGMENT_SIZE92 #define SEGMENT_SIZE PAGE_SIZE macro138 #define _N_HDROFF(x) (SEGMENT_SIZE - sizeof (struct exec))183 #define SEGMENT_SIZE 0x2000 macro186 #define SEGMENT_SIZE 0x20000 macro193 #define SEGMENT_SIZE 0x400000 macro195 #ifndef SEGMENT_SIZE200 #define SEGMENT_SIZE PAGE_SIZE macro210 #define SEGSIZ SEGMENT_SIZE[all …]
79 #define SEGMENT_SIZE 1024 macro81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
86 #define SEGMENT_SIZE SPARC_PGSIZE macro88 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
140 #define SEGMENT_SIZE 1024 macro142 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))