Home
last modified time | relevance | path

Searched refs:reloc_buff (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/binutils/bfd/
HDecoff.c2342 void * reloc_buff = NULL; in _bfd_ecoff_write_object_contents() local
2629 reloc_buff = bfd_alloc (abfd, amt); in _bfd_ecoff_write_object_contents()
2630 if (reloc_buff == NULL) in _bfd_ecoff_write_object_contents()
2635 out_ptr = (char *) reloc_buff; in _bfd_ecoff_write_object_contents()
2714 if (bfd_bwrite (reloc_buff, amt, abfd) != amt) in _bfd_ecoff_write_object_contents()
2716 bfd_release (abfd, reloc_buff); in _bfd_ecoff_write_object_contents()
2717 reloc_buff = NULL; in _bfd_ecoff_write_object_contents()
2752 if (reloc_buff != NULL) in _bfd_ecoff_write_object_contents()
2753 bfd_release (abfd, reloc_buff); in _bfd_ecoff_write_object_contents()
2758 if (reloc_buff != NULL) in _bfd_ecoff_write_object_contents()
[all …]