Home
last modified time | relevance | path

Searched refs:bfd_cache_close_all (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Doutput-file.c62 res = bfd_cache_close_all (); in output_file_close()
DChangeLog-2011624 * output-file.c (output_file_close): Call bfd_cache_close_all
/toolchain/binutils/binutils-2.25/bfd/
Dcache.c551 bfd_cache_close_all () in bfd_cache_close_all() function
Dbfd-in.h521 extern bfd_boolean bfd_cache_close_all (void);
Dbfd-in2.h528 extern bfd_boolean bfd_cache_close_all (void);
DChangeLog-20042939 * bfd-in.h (bfd_cache_close_all): New function declaration.
2941 * cache.c (bfd_cache_close_all): New function definition.
/toolchain/binutils/binutils-2.25/ld/
Dldmain.c168 bfd_cache_close_all (); in ld_cleanup()
DChangeLog-2011928 (ld_cleanup): ..this. Call bfd_cache_close_all and plugin_call_cleanup.