Searched refs:_H (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-stgo32.c108 #define _H(index) (H_GET_16 (abfd, (header+index*2))) macro
328 if (_H (0) != 0x5a4d) /* It is not an exe file. */
335 coff_start = (long) _H (2) * 512L;
336 if (_H (1))
337 coff_start += (long) _H (1) - 512L;
346 exe_start = _H (4) * 16;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-stgo32.c108 #define _H(index) (H_GET_16 (abfd, (header+index*2))) macro
328 if (_H (0) != 0x5a4d) /* It is not an exe file. */
335 coff_start = (long) _H (2) * 512L;
336 if (_H (1))
337 coff_start += (long) _H (1) - 512L;
346 exe_start = _H (4) * 16;

Completed in 116 milliseconds