Home | History | Annotate | Download | only in bfd

Lines Matching refs:data_buffer

3624   bfd_byte *data_buffer;
3693 data_buffer = NULL;
3694 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);
3695 if (data_buffer == NULL)
3701 bfd_h_put_32 (abfd, val, &data_buffer[0x04]);
3703 bfd_h_put_32 (abfd, val, &data_buffer[0x14]);
3704 memcpy (&data_buffer[val], init, initsz);
3710 bfd_h_put_32 (abfd, val, &data_buffer[0x08]);
3712 bfd_h_put_32 (abfd, val, &data_buffer[0x2C]);
3713 memcpy (&data_buffer[val], fini, finisz);
3717 bfd_h_put_32 (abfd, val, &data_buffer[0x0C]);
3885 bfd_bwrite (data_buffer, data_buffer_size, abfd);
3890 free (data_buffer);
3891 data_buffer = NULL;