Searched refs:rbuf (Results 1 – 2 of 2) sorted by relevance
3914 bfd_byte *rbuf; in ecoff_reloc_link_order() local4087 rbuf = (bfd_byte *) bfd_malloc (external_reloc_size); in ecoff_reloc_link_order()4088 if (rbuf == NULL) in ecoff_reloc_link_order()4091 (*ecoff_backend (output_bfd)->swap_reloc_out) (output_bfd, &in, (void *) rbuf); in ecoff_reloc_link_order()4096 && (bfd_bwrite ((void *) rbuf, external_reloc_size, output_bfd) in ecoff_reloc_link_order()4102 free (rbuf); in ecoff_reloc_link_order()
5409 unsigned char **rbuf, in bfd_mach_o_core_fetch_environment() argument5476 *rbuf = bfd_malloc (top - bottom); in bfd_mach_o_core_fetch_environment()5479 memcpy (*rbuf, buf + size - *rlen, *rlen); in bfd_mach_o_core_fetch_environment()