Searched refs:bfd_cache_lookup (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | cache.c | 207 #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()
|
D | ChangeLog-2005 | 482 (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.
|
D | ChangeLog-2004 | 3361 of bfd_cache_lookup(). 3367 * cache.c (bfd_cache_lookup): Improve formatting.
|
D | ChangeLog-9495 | 3203 * libbfd.c (bfd_stat): If bfd_cache_lookup returns an error,
|