Lines Matching full:cached_size
1502 bfd_size_type cached_size;1513 cached_size = obj_aout_external_sym_count (abfd);1514 cached_size *= sizeof (aout_symbol_type);1515 cached = bfd_zmalloc (cached_size);1516 if (cached == NULL && cached_size != 0)