Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/aout/
Dhp.h78 #undef _N_HDROFF
79 #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.h104 #undef _N_HDROFF
105 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) macro
/toolchain/binutils/binutils-2.27/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) : \