Searched refs:_N_HDROFF (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Dencap.h118 The _N_HDROFF gets sizeof struct exec added to it, so we have
121 #undef _N_HDROFF
125 #define _N_HDROFF(x) ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
119 #undef _N_HDROFF macro
123 #define _N_HDROFF macro
H A Dhp.h77 #undef _N_HDROFF macro
78 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
H A Dhp300hpux.h89 #undef _N_HDROFF macro
90 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dencap.h117 The _N_HDROFF gets sizeof struct exec added to it, so we have
120 #undef _N_HDROFF
124 #define _N_HDROFF(x) ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \
118 #undef _N_HDROFF macro
122 #define _N_HDROFF macro
H A Dhp.h77 #undef _N_HDROFF macro
78 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
H A Dhp300hpux.h89 #undef _N_HDROFF macro
90 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Daout_gnu.h178 #ifndef _N_HDROFF
179 #define _N_HDROFF(x) (N_SEGSIZE(x) - sizeof (struct exec)) macro
184 _N_HDROFF((x)) + sizeof (struct exec) : \
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h178 #ifndef _N_HDROFF
179 #define _N_HDROFF(x) (N_SEGSIZE(x) - sizeof (struct exec)) macro
184 _N_HDROFF((x)) + sizeof (struct exec) : \

Completed in 223 milliseconds