Home
last modified time | relevance | path

Searched refs:bfd_cache_close (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c390 return bfd_cache_close (abfd) - 1; in cache_bclose()
522 bfd_cache_close (bfd *abfd) in bfd_cache_close() function
556 ret &= bfd_cache_close (bfd_last_cache); in bfd_cache_close_all()
Dbfd-in.h517 extern bfd_boolean bfd_cache_close
Dlibbfd.h894 bfd_boolean bfd_cache_close (bfd *abfd);
Dopncls.c775 ret = bfd_cache_close (abfd); in bfd_close_all_done()
Dpeicode.h1014 bfd_cache_close (abfd); in pe_ILF_build_a_bfd()
Dbfd-in2.h524 extern bfd_boolean bfd_cache_close
DChangeLog-20043627 * cache.c (bfd_cache_close): Check for a previously closed file.
3709 (bfd_cache_init, bfd_cache_close): Set/test the bfd's iovec.
DChangeLog-91934935 libbfd.h: bfd_cache_close now returns a boolean.
4937 (bfd_cache_close): return bfd_cache_delete return value.
4939 bfd_cache_close.
Dvms-alpha.c8973 if (bfd_cache_close (abfd) != TRUE) in vms_close_and_cleanup()
DChangeLog-96976620 * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
DChangeLog-00014577 * bfd-in.h (bfd_cache_close): Declare newly exported function.
/toolchain/binutils/binutils-2.25/binutils/
Darsup.c442 bfd_cache_close (obfd); in ar_end()
Dar.c419 bfd_cache_close (output_bfd); in remove_output()
DChangeLog-2004717 * ar.c (remove_output): Use bfd_cache_close.
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-20041273 * ldmain.c (remove_output): Call bfd_cache_close.