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

  /src/external/gpl3/binutils/dist/bfd/
coff-stgo32.c 117 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;
  /src/external/gpl3/binutils.old/dist/bfd/
coff-stgo32.c 117 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;
  /src/external/gpl3/gdb.old/dist/bfd/
coff-stgo32.c 117 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;
  /src/external/gpl3/gdb/dist/bfd/
coff-stgo32.c 117 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 107 milliseconds