Home | History | Annotate | Download | only in bfd

Lines Matching refs:bim

841   struct bfd_in_memory *bim;
849 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
850 if (bim == NULL)
852 abfd->iostream = bim;
854 bim->size = 0;
855 bim->buffer = 0;