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

  /toolchain/binutils/binutils-2.25/bfd/
bfdio.c 471 struct bfd_in_memory *bim; local
474 bim = (struct bfd_in_memory *) abfd->iostream;
476 if (abfd->where + get > bim->size)
478 if (bim->size < (bfd_size_type) abfd->where)
481 get = bim->size - abfd->where;
484 memcpy (ptr, bim->buffer + abfd->where, (size_t) get);
491 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
493 if (abfd->where + size > bim->size)
497 oldsize = (bim->size + 127) & ~(bfd_size_type) 127;
498 bim->size = abfd->where + size
527 struct bfd_in_memory *bim; local
580 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
599 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
    [all...]
peicode.h 92 struct bfd_in_memory * bim; member in struct:__anon74981
618 BFD_ASSERT (vars->data + size < vars->bim->buffer + vars->bim->size);
640 BFD_ASSERT (vars->data <= vars->bim->buffer + vars->bim->size);
793 vars.bim
794 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
795 if (vars.bim == NULL)
799 vars.bim->buffer = ptr;
800 vars.bim->size = ILF_DATA_SIZE
    [all...]
opncls.c 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;
840 struct bfd_in_memory *bim; local
    [all...]
elfcode.h 1617 struct bfd_in_memory *bim; local
    [all...]
coff-alpha.c 2065 struct bfd_in_memory *bim; local
    [all...]
xcofflink.c 3978 struct bfd_in_memory *bim; local
    [all...]
archive.c 1886 struct bfd_in_memory *bim = (struct bfd_in_memory *) member->iostream; local
    [all...]
  /external/ImageMagick/www/api/
profile.php 292 <dd>the profile name, for example icc, exif, and 8bim (8bim is the Photoshop wrapper for iptc profiles). </dd>
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 296 milliseconds