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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Decoff.c2494 PTR reloc_buff = NULL;
2779 reloc_buff = bfd_alloc (abfd, amt);
2780 if (reloc_buff == NULL)
2785 out_ptr = (char *) reloc_buff;
2856 if (bfd_bwrite (reloc_buff, amt, abfd) != amt)
2858 bfd_release (abfd, reloc_buff);
2859 reloc_buff = NULL;
2894 if (reloc_buff != NULL)
2895 bfd_release (abfd, reloc_buff);
2900 if (reloc_buff !
2486 PTR reloc_buff = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Decoff.c2349 void * reloc_buff = NULL;
2636 reloc_buff = bfd_alloc (abfd, amt);
2637 if (reloc_buff == NULL)
2642 out_ptr = (char *) reloc_buff;
2721 if (bfd_bwrite (reloc_buff, amt, abfd) != amt)
2723 bfd_release (abfd, reloc_buff);
2724 reloc_buff = NULL;
2759 if (reloc_buff != NULL)
2760 bfd_release (abfd, reloc_buff);
2765 if (reloc_buff !
2342 void * reloc_buff = NULL; local
[all...]

Completed in 166 milliseconds