Searched refs:BFD_IN_MEMORY (Results 1 – 22 of 22) sorted by relevance
223 if ((abfd->flags & BFD_IN_MEMORY) != 0) in bfd_cache_lookup_worker()433 if ((abfd->flags & BFD_IN_MEMORY) != 0) in cache_bmmap()
856 abfd->flags |= BFD_IN_MEMORY; in bfd_make_writable()885 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY)) in bfd_make_readable()908 abfd->flags |= BFD_IN_MEMORY; in bfd_make_readable()
140 && (abfd->flags & BFD_IN_MEMORY) == 0) in bfd_get_file_window()
531 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS))); in bfd_pef_scan()1110 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS))); in bfd_pef_xlib_scan()
597 && (abfd->flags & BFD_IN_MEMORY) == 0 in riscix_some_aout_object_p()
2072 if ((nbfd->flags & BFD_IN_MEMORY) != 0) in alpha_ecoff_get_elt_at_filepos()2169 nbfd->flags |= BFD_IN_MEMORY; in alpha_ecoff_get_elt_at_filepos()
1017 abfd->flags |= BFD_IN_MEMORY /* | HAS_LOCALS */; in pe_ILF_build_a_bfd()
6369 #define BFD_IN_MEMORY 0x800 macro6391 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_PLUGIN)6395 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \
6612 * bfd-in.h (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.
454 (bfd_preserve_save): Replace BFD_IN_MEMORY with BFD_FLAGS_SAVED.1930 (bfd_bread): Move code for BFD_IN_MEMORY...1946 * peicode.h (pe_ILF_build_a_bfd): Use BFD_IN_MEMORY.1948 * opncls.c (bfd_close): Do not handle BFD_IN_MEMORY case.
1842 nbfd->flags = BFD_IN_MEMORY; in NAME()
1883 if (member && (member->flags & BFD_IN_MEMORY) != 0) in bfd_ar_hdr_from_filesystem()
3625 if (abfd->flags & BFD_IN_MEMORY) in bfd_mach_o_read_symtab_strtab()4809 abfd->flags = abfd->flags & BFD_IN_MEMORY; in bfd_mach_o_scan()
638 && (abfd->flags & BFD_IN_MEMORY) == 0 in NAME()
647 && (abfd->flags & BFD_IN_MEMORY) == 0 in NAME()
1159 * opncls.c (bfd_close): Until BFD_IN_MEMORY has an iovec,2989 for BFD_IN_MEMORY is cleared.
3990 abfd->flags = BFD_IN_MEMORY; in bfd_xcoff_link_generate_rtinit()
3388 * archive.c (bfd_ar_hdr_from_filesystem): support BFD_IN_MEMORY3391 * libbfd.c (bfd_write): Allow writing to BFD_IN_MEMORY bfds by
2563 BFD_IS_RELAXABLE, BFD_TRADITIONAL_FORMAT, BFD_IN_MEMORY,
527 * opncls.c (bfd_close): Return TRUE for BFD_IN_MEMORY.
5576 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.6739 * bfd-in.h: Add BFD_IN_MEMORY flag.
7432 out a structure that is BFD_IN_MEMORY.