Searched refs:_N_HDROFF (Results 1 – 4 of 4) sorted by relevance
138 #define _N_HDROFF(x) (SEGMENT_SIZE - sizeof (struct exec)) macro140 #define _N_HDROFF(x) (- sizeof (struct exec)) macro145 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : sizeof (struct exec))
65 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) macro67 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) \
68 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) macro
124 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) macro