HomeSort by: relevance | last modified time | path
    Searched defs:cached_size (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
aoutx.h 1734 bfd_size_type cached_size;
1745 cached_size = obj_aout_external_sym_count (abfd);
1746 if (cached_size == 0)
1749 cached_size *= sizeof (aout_symbol_type);
1750 cached = (aout_symbol_type *) bfd_zmalloc (cached_size);
1732 bfd_size_type cached_size; local
pdp11.c 1607 bfd_size_type cached_size;
1618 cached_size = obj_aout_external_sym_count (abfd);
1619 cached_size *= sizeof (aout_symbol_type);
1620 cached = bfd_zmalloc (cached_size);
1621 if (cached == NULL && cached_size != 0)
1605 bfd_size_type cached_size; local
  /src/external/gpl3/binutils.old/dist/bfd/
aoutx.h 1734 bfd_size_type cached_size;
1745 cached_size = obj_aout_external_sym_count (abfd);
1746 if (cached_size == 0)
1749 cached_size *= sizeof (aout_symbol_type);
1750 cached = (aout_symbol_type *) bfd_zmalloc (cached_size);
1732 bfd_size_type cached_size; local
pdp11.c 1607 bfd_size_type cached_size;
1618 cached_size = obj_aout_external_sym_count (abfd);
1619 cached_size *= sizeof (aout_symbol_type);
1620 cached = bfd_zmalloc (cached_size);
1621 if (cached == NULL && cached_size != 0)
1605 bfd_size_type cached_size; local
  /src/external/gpl3/gdb/dist/bfd/
aoutx.h 1734 bfd_size_type cached_size;
1745 cached_size = obj_aout_external_sym_count (abfd);
1746 if (cached_size == 0)
1749 cached_size *= sizeof (aout_symbol_type);
1750 cached = (aout_symbol_type *) bfd_zmalloc (cached_size);
1732 bfd_size_type cached_size; local
pdp11.c 1607 bfd_size_type cached_size;
1618 cached_size = obj_aout_external_sym_count (abfd);
1619 cached_size *= sizeof (aout_symbol_type);
1620 cached = bfd_zmalloc (cached_size);
1621 if (cached == NULL && cached_size != 0)
1605 bfd_size_type cached_size; local
  /src/external/gpl3/gdb.old/dist/bfd/
aoutx.h 1742 bfd_size_type cached_size;
1753 cached_size = obj_aout_external_sym_count (abfd);
1754 if (cached_size == 0)
1757 cached_size *= sizeof (aout_symbol_type);
1758 cached = (aout_symbol_type *) bfd_zmalloc (cached_size);
1740 bfd_size_type cached_size; local
pdp11.c 1614 bfd_size_type cached_size;
1625 cached_size = obj_aout_external_sym_count (abfd);
1626 cached_size *= sizeof (aout_symbol_type);
1627 cached = bfd_zmalloc (cached_size);
1628 if (cached == NULL && cached_size != 0)
1612 bfd_size_type cached_size; local

Completed in 61 milliseconds