Searched refs:bfd_set_cacheable (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | solib.c | 253 bfd_set_cacheable (abfd, 1); in solib_map_sections()
|
| H A D | symfile.c | 1254 bfd_set_cacheable (sym_bfd, 1); in symfile_bfd_open()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | bfd-in.h | 564 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
|
| H A D | opncls.c | 234 (void) bfd_set_cacheable (nbfd, TRUE); in bfd_fopen()
|
| H A D | bfd-in2.h | 571 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
|
| H A D | ChangeLog-9193 | 835 * bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors.
|
| H A D | ChangeLog-9495 | 3019 (bfd_set_cacheable): Likewise.
|
| /freebsd-12.1/gnu/usr.bin/binutils/libbfd/ |
| H A D | bfd.h | 577 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
|