Home | History | Annotate | Download | only in include

Lines Matching defs:cacheable

503 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
535 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
5689 unsigned int cacheable : 1;