Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dsolib.c253 bfd_set_cacheable (abfd, 1); in solib_map_sections()
H A Dsymfile.c1254 bfd_set_cacheable (sym_bfd, 1); in symfile_bfd_open()
/freebsd-12.1/contrib/binutils/bfd/
H A Dbfd-in.h564 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
H A Dopncls.c234 (void) bfd_set_cacheable (nbfd, TRUE); in bfd_fopen()
H A Dbfd-in2.h571 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
H A DChangeLog-9193835 * bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors.
H A DChangeLog-94953019 (bfd_set_cacheable): Likewise.
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h577 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro