Home
last modified time | relevance | path

Searched defs:bfd_set_cacheable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dbfd-in.h564 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
H A Dbfd-in2.h571 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h577 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) macro