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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-stgo32.c304 unsigned long coff_start; local
335 coff_start = (long) _H (2) * 512L;
337 coff_start += (long) _H (1) - 512L;
341 if (coff_start != 2048)
364 = (PTR) bfd_alloc (abfd, (bfd_size_type) coff_start);
371 if ((unsigned long) read (f, bfd_coff_go32stub (abfd), coff_start)
372 != coff_start)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-stgo32.c304 unsigned long coff_start; local
335 coff_start = (long) _H (2) * 512L;
337 coff_start += (long) _H (1) - 512L;
341 if (coff_start != 2048)
364 = (PTR) bfd_alloc (abfd, (bfd_size_type) coff_start);
371 if ((unsigned long) read (f, bfd_coff_go32stub (abfd), coff_start)
372 != coff_start)

Completed in 224 milliseconds