Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-stgo32.c109 #define _H(index) (H_GET_16 (abfd, (header + index * 2))) macro
315 if (_H (0) != 0x5a4d) /* It is not an exe file. */ in create_go32_stub()
322 coff_start = (long) _H (2) * 512L; in create_go32_stub()
323 if (_H (1)) in create_go32_stub()
324 coff_start += (long) _H (1) - 512L; in create_go32_stub()
333 exe_start = _H (4) * 16; in create_go32_stub()
/toolchain/binutils/binutils-2.25/libiberty/
DChangeLog6375 inclusions inside HAVE_*_H macros. Include ansidecl.h when not