Searched refs:bfd_cache_lookup (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cache.c | 52 return real_ftell (bfd_cache_lookup (abfd)); in cache_btell() 58 return real_fseek (bfd_cache_lookup (abfd), offset, whence); in cache_bseek() 87 nread = read (fileno (bfd_cache_lookup (abfd)), buf, nbytes); in cache_bread() 97 nread = fread (buf, 1, nbytes, bfd_cache_lookup (abfd)); in cache_bread() 101 if (nread < nbytes && ferror (bfd_cache_lookup (abfd))) in cache_bread() 113 file_ptr nwrite = fwrite (where, 1, nbytes, bfd_cache_lookup (abfd)); in cache_bwrite() 114 if (nwrite < nbytes && ferror (bfd_cache_lookup (abfd))) in cache_bwrite() 131 int sts = fflush (bfd_cache_lookup (abfd)); in cache_bflush() 140 int sts = fstat (fileno (bfd_cache_lookup (abfd)), sb); in cache_bstat()
|
| D | bfdwin.c | 159 f = bfd_cache_lookup (abfd); in bfd_get_file_window()
|
| D | trad-core.c | 112 FILE *stream = bfd_cache_lookup (abfd);
|
| D | hppabsd-core.c | 140 FILE *stream = bfd_cache_lookup (abfd);
|
| D | sco5-core.c | 129 FILE *stream = bfd_cache_lookup (abfd);
|
| D | libbfd.h | 768 #define bfd_cache_lookup(x) \ macro
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | cache.texi | 8 @code{bfd_cache_lookup}, which runs around and makes sure that 30 used by the @code{bfd_cache_lookup} macro in @file{libbfd.h} to 33 @findex bfd_cache_lookup 34 @subsubsection @code{bfd_cache_lookup} 41 #define bfd_cache_lookup(x) \ 104 Called when the macro @code{bfd_cache_lookup} fails to find a
|