Home | History | Annotate | Download | only in include

Lines Matching refs:cacheable

494 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
526 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
5026 unsigned int cacheable : 1;