Searched refs:_N_HDROFF (Results 1 – 4 of 4) sorted by relevance
78 #undef _N_HDROFF79 #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
104 #undef _N_HDROFF105 #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) : \