Home
last modified time | relevance | path

Searched refs:BFD_IN_MEMORY (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c223 if ((abfd->flags & BFD_IN_MEMORY) != 0) in bfd_cache_lookup_worker()
433 if ((abfd->flags & BFD_IN_MEMORY) != 0) in cache_bmmap()
Dopncls.c856 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()
Dbfdwin.c140 && (abfd->flags & BFD_IN_MEMORY) == 0) in bfd_get_file_window()
Dpef.c531 | (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()
Driscix.c597 && (abfd->flags & BFD_IN_MEMORY) == 0 in riscix_some_aout_object_p()
Dcoff-alpha.c2072 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()
Dpeicode.h1017 abfd->flags |= BFD_IN_MEMORY /* | HAS_LOCALS */; in pe_ILF_build_a_bfd()
Dbfd-in2.h6369 #define BFD_IN_MEMORY 0x800 macro
6391 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_PLUGIN)
6395 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \
DChangeLog-96976612 * 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.
DChangeLog-2010454 (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.
Delfcode.h1842 nbfd->flags = BFD_IN_MEMORY; in NAME()
Darchive.c1883 if (member && (member->flags & BFD_IN_MEMORY) != 0) in bfd_ar_hdr_from_filesystem()
Dmach-o.c3625 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()
Dpdp11.c638 && (abfd->flags & BFD_IN_MEMORY) == 0 in NAME()
Daoutx.h647 && (abfd->flags & BFD_IN_MEMORY) == 0 in NAME()
DChangeLog-20091159 * opncls.c (bfd_close): Until BFD_IN_MEMORY has an iovec,
2989 for BFD_IN_MEMORY is cleared.
Dxcofflink.c3990 abfd->flags = BFD_IN_MEMORY; in bfd_xcoff_link_generate_rtinit()
DChangeLog-98993388 * archive.c (bfd_ar_hdr_from_filesystem): support BFD_IN_MEMORY
3391 * libbfd.c (bfd_write): Allow writing to BFD_IN_MEMORY bfds by
DChangeLog-20082563 BFD_IS_RELAXABLE, BFD_TRADITIONAL_FORMAT, BFD_IN_MEMORY,
DChangeLog-2004527 * opncls.c (bfd_close): Return TRUE for BFD_IN_MEMORY.
DChangeLog-02035576 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
6739 * bfd-in.h: Add BFD_IN_MEMORY flag.
DChangeLog-00017432 out a structure that is BFD_IN_MEMORY.