Home | History | Annotate | Download | only in include

Lines Matching defs:cacheable

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