Home | History | Annotate | Download | only in bfd

Lines Matching defs:stubsize

269   bfd_size_type stubsize;
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;
347 BFD_ASSERT (stubsize != 0);
355 if (bfd_write (coff_data (abfd)->stub, stubsize, abfd) != stubsize)
359 abfd->origin = stubsize;