Searched refs:_N_HDROFF (Results 1 – 2 of 2) sorted by relevance
65 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) macro67 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \
82 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) macro86 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \