Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcache.c52 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()
Dbfdwin.c159 f = bfd_cache_lookup (abfd); in bfd_get_file_window()
Dtrad-core.c112 FILE *stream = bfd_cache_lookup (abfd);
Dhppabsd-core.c140 FILE *stream = bfd_cache_lookup (abfd);
Dsco5-core.c129 FILE *stream = bfd_cache_lookup (abfd);
Dlibbfd.h768 #define bfd_cache_lookup(x) \ macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dcache.texi8 @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