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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-stgo32.c117 unsigned long coff_start; local
164 coff_start = (long) _H (2) * 512L;
166 coff_start += (long) _H (1) - 512L;
185 coff_data (abfd)->stub = bfd_alloc (abfd, (bfd_size_type) coff_start);
192 if ((unsigned long) read (f, coff_data (abfd)->stub, coff_start)
193 != coff_start)
199 coff_data (abfd)->stub_size = coff_start;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoff-stgo32.c117 unsigned long coff_start; local
164 coff_start = (long) _H (2) * 512L;
166 coff_start += (long) _H (1) - 512L;
185 coff_data (abfd)->stub = bfd_alloc (abfd, (bfd_size_type) coff_start);
192 if ((unsigned long) read (f, coff_data (abfd)->stub, coff_start)
193 != coff_start)
199 coff_data (abfd)->stub_size = coff_start;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-stgo32.c117 unsigned long coff_start; local
164 coff_start = (long) _H (2) * 512L;
166 coff_start += (long) _H (1) - 512L;
185 coff_data (abfd)->stub = bfd_alloc (abfd, (bfd_size_type) coff_start);
192 if ((unsigned long) read (f, coff_data (abfd)->stub, coff_start)
193 != coff_start)
199 coff_data (abfd)->stub_size = coff_start;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-stgo32.c117 unsigned long coff_start; local
164 coff_start = (long) _H (2) * 512L;
166 coff_start += (long) _H (1) - 512L;
185 coff_data (abfd)->stub = bfd_alloc (abfd, (bfd_size_type) coff_start);
192 if ((unsigned long) read (f, coff_data (abfd)->stub, coff_start)
193 != coff_start)
199 coff_data (abfd)->stub_size = coff_start;

Completed in 98 milliseconds