Searched refs:bfd_cache_lookup (Results 1 – 2 of 2) sorted by relevance
192 #define bfd_cache_lookup(x, flag) \ macro245 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_btell()254 FILE *f = bfd_cache_lookup (abfd, whence != SEEK_CUR ? CACHE_NO_SEEK : 0); in cache_bseek()284 f = bfd_cache_lookup (abfd, 0); in cache_bread()318 FILE *f = bfd_cache_lookup (abfd, 0); in cache_bwrite()340 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_bflush()353 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_SEEK_ERROR); in cache_bstat()
3203 * libbfd.c (bfd_stat): If bfd_cache_lookup returns an error,