Home
last modified time | relevance | path

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

12345

/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcache.c243 if ((abfd->flags & BFD_IN_MEMORY) != 0) in bfd_cache_lookup_worker()
496 if ((abfd->flags & BFD_IN_MEMORY) != 0) in cache_bmmap()
Dformat.c178 && (abfd->flags & BFD_IN_MEMORY) != 0 in io_reinit()
180 && (preserve->flags & BFD_IN_MEMORY) == 0) in io_reinit()
Dbfdwin.c194 && (abfd->flags & BFD_IN_MEMORY) == 0) in bfd_get_file_window()
Dopncls.c141 if ((obfd->flags & BFD_IN_MEMORY) != 0) in _bfd_new_bfd_contained_in()
1016 abfd->flags |= BFD_IN_MEMORY; in bfd_make_writable()
1044 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY)) in bfd_make_readable()
Dpef.c540 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS))); in bfd_pef_scan()
1114 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS))); in bfd_pef_xlib_scan()
Dcoff-alpha.c2112 if ((nbfd->flags & BFD_IN_MEMORY) != 0) in alpha_ecoff_get_elt_at_filepos()
2217 nbfd->flags |= BFD_IN_MEMORY; in alpha_ecoff_get_elt_at_filepos()
Dpeicode.h1127 abfd->flags |= BFD_IN_MEMORY | HAS_SYMS; in pe_ILF_build_a_bfd()
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.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcache.c235 if ((abfd->flags & BFD_IN_MEMORY) != 0) in possibly_cached()
511 if ((abfd->flags & BFD_IN_MEMORY) != 0) in cache_bmmap()
Dformat.c185 && (abfd->flags & BFD_IN_MEMORY) != 0 in io_reinit()
187 && (preserve->flags & BFD_IN_MEMORY) == 0) in io_reinit()
Dopncls.c141 if ((obfd->flags & BFD_IN_MEMORY) != 0) in _bfd_new_bfd_contained_in()
1040 abfd->flags |= BFD_IN_MEMORY; in bfd_make_writable()
1068 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY)) in bfd_make_readable()
Dpef.c539 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS))); in bfd_pef_scan()
1112 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS))); in bfd_pef_xlib_scan()
Dcoff-alpha.c2110 if ((nbfd->flags & BFD_IN_MEMORY) != 0) in alpha_ecoff_get_elt_at_filepos()
2215 nbfd->flags |= BFD_IN_MEMORY; in alpha_ecoff_get_elt_at_filepos()
Dpeicode.h1127 abfd->flags |= BFD_IN_MEMORY | HAS_SYMS; in pe_ILF_build_a_bfd()
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.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcorefile.c50 gdb_assert ((exec_bfd->flags & BFD_IN_MEMORY) == 0); in reopen_exec_file()
Dgcore.c445 && !(bfd_get_file_flags (abfd) & BFD_IN_MEMORY)) in gcore_create_callback()
Dobjfiles.c927 && (bfd_get_file_flags (abfd) & BFD_IN_MEMORY) == 0) in insert_section_p()
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Dbfdt.texi99 #define BFD_IN_MEMORY 0x800
141 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \
Dopncls.texi228 by converting the BFD to BFD_IN_MEMORY. It's assumed that
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/armeb/
Dbfd.h6545 #define BFD_IN_MEMORY 0x800 macro
6580 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \
6586 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/coldfire/
Dbfd.h6652 #define BFD_IN_MEMORY 0x800 macro
6677 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_PLUGIN \
6682 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sh3eb/
Dbfd.h2044 #define BFD_IN_MEMORY 0x800 macro
2086 (BFD_IN_MEMORY | BFD_COMPRESS | BFD_DECOMPRESS | BFD_LINKER_CREATED \

12345