HomeSort by: relevance | last modified time | path
    Searched defs:_H (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coff-stgo32.c 77 #define _H(index) (H_GET_16 (abfd, (header + index * 2)))
157 if (_H (0) != 0x5a4d) /* It is not an exe file. */
164 coff_start = (long) _H (2) * 512L;
165 if (_H (1))
166 coff_start += (long) _H (1) - 512L;
168 exe_start = _H (4) * 16;
  /src/external/gpl3/binutils.old/dist/bfd/
coff-stgo32.c 77 #define _H(index) (H_GET_16 (abfd, (header + index * 2)))
157 if (_H (0) != 0x5a4d) /* It is not an exe file. */
164 coff_start = (long) _H (2) * 512L;
165 if (_H (1))
166 coff_start += (long) _H (1) - 512L;
168 exe_start = _H (4) * 16;
  /src/external/gpl3/gdb.old/dist/bfd/
coff-stgo32.c 77 #define _H(index) (H_GET_16 (abfd, (header + index * 2)))
157 if (_H (0) != 0x5a4d) /* It is not an exe file. */
164 coff_start = (long) _H (2) * 512L;
165 if (_H (1))
166 coff_start += (long) _H (1) - 512L;
168 exe_start = _H (4) * 16;
  /src/external/gpl3/gdb/dist/bfd/
coff-stgo32.c 77 #define _H(index) (H_GET_16 (abfd, (header + index * 2)))
157 if (_H (0) != 0x5a4d) /* It is not an exe file. */
164 coff_start = (long) _H (2) * 512L;
165 if (_H (1))
166 coff_start += (long) _H (1) - 512L;
168 exe_start = _H (4) * 16;

Completed in 91 milliseconds