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

/macosx-10.9.5/cxxfilt-11/cxxfilt/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 109 milliseconds