HomeSort by relevance Sort by last modified time
    Searched refs:bfd_in_memory (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
bfdio.c 473 struct bfd_in_memory *bim;
476 bim = (struct bfd_in_memory *) abfd->iostream;
493 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
529 struct bfd_in_memory *bim;
531 bim = (struct bfd_in_memory *) abfd->iostream;
582 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
601 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream
    [all...]
opncls.c 833 by converting the BFD to BFD_IN_MEMORY. It's assumed that
843 struct bfd_in_memory *bim;
851 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
859 abfd->flags |= BFD_IN_MEMORY;
888 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY))
911 abfd->flags |= BFD_IN_MEMORY;
    [all...]
coff-alpha.c     [all...]
elfcode.h     [all...]
libbfd-in.h 48 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
51 struct bfd_in_memory struct
libbfd.h 53 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
56 struct bfd_in_memory struct
    [all...]
peicode.h 92 struct bfd_in_memory * bim;
808 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
    [all...]
archive.c     [all...]
mach-o.c     [all...]
xcofflink.c     [all...]

Completed in 124 milliseconds