Home
last modified time | relevance | path

Searched refs:bfd_cache_lookup (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dcache.c192 #define bfd_cache_lookup(x, flag) \ macro
245 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()
DChangeLog-94953203 * libbfd.c (bfd_stat): If bfd_cache_lookup returns an error,