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

  /src/external/gpl3/binutils/dist/bfd/
coff-stgo32.c 269 bfd_size_type stubsize; local
291 stubsize = num_pages * 512;
293 stubsize += last_page_size - 512;
296 if (filesize != 0 && stubsize > filesize)
304 go32exe_temp_stub = bfd_malloc (stubsize);
307 if (bfd_read (go32exe_temp_stub, stubsize, abfd) != stubsize)
309 go32exe_temp_stub_size = stubsize;
319 abfd->origin = stubsize;
345 const bfd_size_type stubsize = coff_data (abfd)->stub_size local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-stgo32.c 269 bfd_size_type stubsize; local
291 stubsize = num_pages * 512;
293 stubsize += last_page_size - 512;
296 if (filesize != 0 && stubsize > filesize)
304 go32exe_temp_stub = bfd_malloc (stubsize);
307 if (bfd_read (go32exe_temp_stub, stubsize, abfd) != stubsize)
309 go32exe_temp_stub_size = stubsize;
319 abfd->origin = stubsize;
345 const bfd_size_type stubsize = coff_data (abfd)->stub_size local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-stgo32.c 269 bfd_size_type stubsize; local
291 stubsize = num_pages * 512;
293 stubsize += last_page_size - 512;
296 if (filesize != 0 && stubsize > filesize)
304 go32exe_temp_stub = bfd_malloc (stubsize);
307 if (bfd_read (go32exe_temp_stub, stubsize, abfd) != stubsize)
309 go32exe_temp_stub_size = stubsize;
319 abfd->origin = stubsize;
345 const bfd_size_type stubsize = coff_data (abfd)->stub_size local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-stgo32.c 269 bfd_size_type stubsize; local
291 stubsize = num_pages * 512;
293 stubsize += last_page_size - 512;
296 if (filesize != 0 && stubsize > filesize)
304 go32exe_temp_stub = bfd_malloc (stubsize);
307 if (bfd_read (go32exe_temp_stub, stubsize, abfd) != stubsize)
309 go32exe_temp_stub_size = stubsize;
319 abfd->origin = stubsize;
345 const bfd_size_type stubsize = coff_data (abfd)->stub_size local
    [all...]

Completed in 16 milliseconds