Home
last modified time | relevance | path

Searched refs:bfd_set_cacheable (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib.c290 bfd_set_cacheable (abfd, 1); in solib_map_sections()
Dsymfile.c1383 bfd_set_cacheable (sym_bfd, 1); in symfile_bfd_open()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dbfd-in.h528 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
Dopncls.c208 bfd_set_cacheable (nbfd, TRUE); in bfd_fopen()
Dbfd-in2.h535 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dopncls.texi60 call bfd_set_cacheable(bfd, 1) on the returned BFD. The default