Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c207 #define bfd_cache_lookup(x, flag) \ macro
260 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_btell()
269 FILE *f = bfd_cache_lookup (abfd, whence != SEEK_CUR ? CACHE_NO_SEEK : CACHE_NORMAL); in cache_bseek()
299 f = bfd_cache_lookup (abfd, CACHE_NORMAL); in cache_bread_1()
374 FILE *f = bfd_cache_lookup (abfd, CACHE_NORMAL); in cache_bwrite()
397 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_bflush()
411 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_SEEK_ERROR); in cache_bstat()
443 f = bfd_cache_lookup (abfd, CACHE_NO_SEEK_ERROR); in cache_bmmap()
DChangeLog-2005482 (bfd_cache_lookup): Add flag arg, adjust all users.
491 using bfd_cache_lookup.
494 (bfd_last_cache, bfd_cache_lookup, bfd_cache_lookup_worker): Likewise.
509 bfd_cache_lookup failure.
DChangeLog-20043361 of bfd_cache_lookup().
3367 * cache.c (bfd_cache_lookup): Improve formatting.
DChangeLog-94953203 * libbfd.c (bfd_stat): If bfd_cache_lookup returns an error,