HomeSort by: relevance | last modified time | path
    Searched refs:bfd_in_memory (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
bfdio.c 770 struct bfd_in_memory *bim;
773 bim = (struct bfd_in_memory *) abfd->iostream;
790 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
826 struct bfd_in_memory *bim;
828 bim = (struct bfd_in_memory *) abfd->iostream;
879 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
897 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream
    [all...]
opncls.c 124 if ((obfd->flags & BFD_IN_MEMORY) != 0)
955 by converting the BFD to BFD_IN_MEMORY. It's assumed that
964 struct bfd_in_memory *bim;
972 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
980 abfd->flags |= BFD_IN_MEMORY;
1008 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY))
peicode.h 97 struct bfd_in_memory * bim;
869 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
1151 abfd->flags |= BFD_IN_MEMORY | HAS_SYMS;
1191 struct bfd_in_memory *bim = abfd->iostream;
elfcode.h 1794 struct bfd_in_memory *bim;
2008 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
2026 nbfd->flags = BFD_IN_MEMORY;
libbfd-in.h 39 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
42 struct bfd_in_memory struct
coff-rs6000.c 2340 if ((sub->flags & BFD_IN_MEMORY) != 0)
2343 struct bfd_in_memory *bim
2344 = (struct bfd_in_memory *) sub->iostream;
2576 if ((current_bfd->flags & BFD_IN_MEMORY) != 0)
2579 struct bfd_in_memory *bim
2580 = (struct bfd_in_memory *) current_bfd->iostream;
libbfd.h 45 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
48 struct bfd_in_memory struct
  /src/external/gpl3/binutils.old/dist/bfd/
bfdio.c 759 struct bfd_in_memory *bim;
762 bim = (struct bfd_in_memory *) abfd->iostream;
779 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
815 struct bfd_in_memory *bim;
817 bim = (struct bfd_in_memory *) abfd->iostream;
868 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
886 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream
    [all...]
opncls.c 124 if ((obfd->flags & BFD_IN_MEMORY) != 0)
957 by converting the BFD to BFD_IN_MEMORY. It's assumed that
966 struct bfd_in_memory *bim;
974 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
982 abfd->flags |= BFD_IN_MEMORY;
1010 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY))
peicode.h 92 struct bfd_in_memory * bim;
864 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
1146 abfd->flags |= BFD_IN_MEMORY | HAS_SYMS;
1186 struct bfd_in_memory *bim = abfd->iostream;
coff-alpha.c 2117 struct bfd_in_memory *bim;
2125 if ((nbfd->flags & BFD_IN_MEMORY) != 0)
2220 bim = ((struct bfd_in_memory *)
2221 bfd_malloc ((bfd_size_type) sizeof (struct bfd_in_memory)));
2230 nbfd->flags |= BFD_IN_MEMORY;
elfcode.h 1795 struct bfd_in_memory *bim;
2009 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
2027 nbfd->flags = BFD_IN_MEMORY;
libbfd-in.h 46 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
49 struct bfd_in_memory struct
  /src/external/gpl3/gdb.old/dist/bfd/
bfdio.c 759 struct bfd_in_memory *bim;
762 bim = (struct bfd_in_memory *) abfd->iostream;
779 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
815 struct bfd_in_memory *bim;
817 bim = (struct bfd_in_memory *) abfd->iostream;
868 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
886 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream
    [all...]
opncls.c 126 if ((obfd->flags & BFD_IN_MEMORY) != 0)
1001 by converting the BFD to BFD_IN_MEMORY. It's assumed that
1010 struct bfd_in_memory *bim;
1018 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
1026 abfd->flags |= BFD_IN_MEMORY;
1054 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY))
peicode.h 92 struct bfd_in_memory * bim;
870 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
1147 abfd->flags |= BFD_IN_MEMORY | HAS_SYMS;
1186 struct bfd_in_memory *bim = abfd->iostream;
coff-alpha.c 2110 struct bfd_in_memory *bim;
2118 if ((nbfd->flags & BFD_IN_MEMORY) != 0)
2213 bim = ((struct bfd_in_memory *)
2214 bfd_malloc ((bfd_size_type) sizeof (struct bfd_in_memory)));
2223 nbfd->flags |= BFD_IN_MEMORY;
elfcode.h 1795 struct bfd_in_memory *bim;
2009 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
2027 nbfd->flags = BFD_IN_MEMORY;
libbfd-in.h 46 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
49 struct bfd_in_memory struct
  /src/external/gpl3/gdb/dist/bfd/
bfdio.c 760 struct bfd_in_memory *bim;
763 bim = (struct bfd_in_memory *) abfd->iostream;
780 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
816 struct bfd_in_memory *bim;
818 bim = (struct bfd_in_memory *) abfd->iostream;
869 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
887 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream
    [all...]
opncls.c 124 if ((obfd->flags & BFD_IN_MEMORY) != 0)
957 by converting the BFD to BFD_IN_MEMORY. It's assumed that
966 struct bfd_in_memory *bim;
974 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
982 abfd->flags |= BFD_IN_MEMORY;
1010 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY))
peicode.h 92 struct bfd_in_memory * bim;
864 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
1146 abfd->flags |= BFD_IN_MEMORY | HAS_SYMS;
1186 struct bfd_in_memory *bim = abfd->iostream;
coff-alpha.c 2115 struct bfd_in_memory *bim;
2123 if ((nbfd->flags & BFD_IN_MEMORY) != 0)
2218 bim = ((struct bfd_in_memory *)
2219 bfd_malloc ((bfd_size_type) sizeof (struct bfd_in_memory)));
2228 nbfd->flags |= BFD_IN_MEMORY;
elfcode.h 1795 struct bfd_in_memory *bim;
2009 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
2027 nbfd->flags = BFD_IN_MEMORY;
libbfd-in.h 46 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
49 struct bfd_in_memory struct

Completed in 100 milliseconds

1 2