Home | History | Annotate | Download | only in bfd

Lines Matching full:bfd_in_memory

6612 	* bfd-in.h (BFD_IN_MEMORY): Define.
6613 * libbfd-in.h (struct bfd_in_memory): Define.
6614 * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
6615 (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
6616 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
6617 (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
6619 (bfd_get_size): Handle BFD_IN_MEMORY flag.
6620 * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
6622 (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
6627 BFD_IN_MEMORY is not set.