Searched refs:_N_HDROFF (Results 1 – 4 of 4) sorted by relevance
77 #undef _N_HDROFF78 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
119 #undef _N_HDROFF123 #define _N_HDROFF(x) ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \ macro
89 #undef _N_HDROFF90 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
177 #ifndef _N_HDROFF178 #define _N_HDROFF(x) (N_SEGSIZE(x) - sizeof (struct exec)) macro183 _N_HDROFF((x)) + sizeof (struct exec) : \