Home
last modified time | relevance | path

Searched refs:_N_HDROFF (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dhp.h77 #undef _N_HDROFF
78 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
Dencap.h119 #undef _N_HDROFF
123 #define _N_HDROFF(x) ((N_FLAGS(x) & N_FLAGS_COFF_ENCAPSULATE) ? \ macro
Dhp300hpux.h89 #undef _N_HDROFF
90 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Daout_gnu.h177 #ifndef _N_HDROFF
178 #define _N_HDROFF(x) (N_SEGSIZE(x) - sizeof (struct exec)) macro
183 _N_HDROFF((x)) + sizeof (struct exec) : \