HomeSort by relevance Sort by last modified time
    Searched full:bfd_in_memory (Results 1 - 25 of 27) sorted by null

1 2

  /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...]
bfdwin.c 140 && (abfd->flags & BFD_IN_MEMORY) == 0)
cache.c 241 if ((abfd->flags & BFD_IN_MEMORY) != 0)
452 if ((abfd->flags & BFD_IN_MEMORY) != 0)
libbfd-in.h 48 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
51 struct bfd_in_memory struct
pef.c 534 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS)));
1113 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS)));
coff-alpha.c     [all...]
peicode.h 92 struct bfd_in_memory * bim;
808 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
    [all...]
bfd.c 149 . in memory. If this is set, iostream points to a bfd_in_memory
151 .#define BFD_IN_MEMORY 0x800
183 . (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_PLUGIN \
188 . (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \
    [all...]
elfcode.h     [all...]
libbfd.h 53 /* If BFD_IN_MEMORY is set for a BFD, then the iostream fields points
56 struct bfd_in_memory struct
    [all...]
riscix.c 594 && (abfd->flags & BFD_IN_MEMORY) == 0
archive.c     [all...]
ChangeLog-9697     [all...]
ChangeLog-2010 454 (bfd_preserve_save): Replace BFD_IN_MEMORY with BFD_FLAGS_SAVED.
    [all...]
bfd-in2.h     [all...]
mach-o.c     [all...]
xcofflink.c     [all...]
ChangeLog-2009     [all...]
ChangeLog-9899     [all...]
pdp11.c 631 && (abfd->flags & BFD_IN_MEMORY) == 0
    [all...]
ChangeLog-2008     [all...]
aoutx.h 647 && (abfd->flags & BFD_IN_MEMORY) == 0
    [all...]
ChangeLog-0203     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
bfd.info 436 in memory. If this is set, iostream points to a bfd_in_memory
438 #define BFD_IN_MEMORY 0x800
460 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_PLUGIN)
464 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \
    [all...]

Completed in 618 milliseconds

1 2