Home
last modified time | relevance | path

Searched refs:cacheable (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcache.c198 ! to_kill->cacheable; in close_one()
599 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
Dbfd-in.h498 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
Dopncls.c909 abfd->cacheable = FALSE; in bfd_make_readable()
Dbfd-in2.h505 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
6694 unsigned int cacheable : 1; member
6860 abfd->cacheable = val; in bfd_set_cacheable()
Dcoff-alpha.c2160 BFD_ASSERT (! nbfd->cacheable); in alpha_ecoff_get_elt_at_filepos()
DChangeLog-20082567 * bfd.c (bfd): Change cacheable, target_defaulted, opened_once,
DChangeLog-20052101 * opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.