Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c180 ! to_kill->cacheable; in close_one()
579 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
Dbfd-in.h485 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
Dopncls.c907 abfd->cacheable = FALSE; in bfd_make_readable()
Dbfd-in2.h492 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
6400 unsigned int cacheable : 1; member
6550 abfd->cacheable = val; in bfd_set_cacheable()
Dcoff-alpha.c2173 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.