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