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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsolib.c253 bfd_set_cacheable (abfd, 1);
H A Dsymfile.c1255 bfd_set_cacheable (sym_bfd, 1);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h570 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
564 #define bfd_set_cacheable macro
H A Dopncls.c234 (void) bfd_set_cacheable (nbfd, TRUE);
288 call bfd_set_cacheable(bfd, 1) on the returned BFD. The default
H A Dbfd-in2.h577 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
571 #define bfd_set_cacheable macro
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h583 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
577 #define bfd_set_cacheable macro

Completed in 193 milliseconds