/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | bfdio.c | 586 struct bfd_in_memory *bim; in memory_bread() 589 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bread() 606 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bwrite() 642 struct bfd_in_memory *bim; in memory_bseek() 644 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bseek() 695 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bclose() 713 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bstat()
|
H A D | opncls.c | 916 struct bfd_in_memory *bim; in bfd_make_writable() 924 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory)); in bfd_make_writable()
|
H A D | coff-alpha.c | 2059 struct bfd_in_memory *bim; in alpha_ecoff_get_elt_at_filepos() 2162 bim = ((struct bfd_in_memory *) in alpha_ecoff_get_elt_at_filepos() 2163 bfd_malloc ((bfd_size_type) sizeof (struct bfd_in_memory))); in alpha_ecoff_get_elt_at_filepos()
|
H A D | peicode.h | 92 struct bfd_in_memory * bim; 840 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim)); in pe_ILF_build_a_bfd()
|
H A D | elfcode.h | 1707 struct bfd_in_memory *bim; in NAME() 1921 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory)); in NAME()
|
H A D | libbfd-in.h | 53 struct bfd_in_memory struct
|
H A D | libbfd.h | 58 struct bfd_in_memory struct
|
H A D | coff-rs6000.c | 2260 struct bfd_in_memory *bim in xcoff_write_archive_contents_old() 2261 = (struct bfd_in_memory *) sub->iostream; in xcoff_write_archive_contents_old() 2496 struct bfd_in_memory *bim in xcoff_write_archive_contents_big() 2497 = (struct bfd_in_memory *) current_bfd->iostream; in xcoff_write_archive_contents_big()
|
H A D | archive.c | 1885 struct bfd_in_memory *bim = (struct bfd_in_memory *) member->iostream; in bfd_ar_hdr_from_filesystem()
|
H A D | mach-o.c | 3886 struct bfd_in_memory *b; in bfd_mach_o_read_symtab_strtab() 3888 b = (struct bfd_in_memory *) abfd->iostream; in bfd_mach_o_read_symtab_strtab()
|
H A D | xcofflink.c | 4262 struct bfd_in_memory *bim; in bfd_xcoff_link_generate_rtinit()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | bfdio.c | 681 struct bfd_in_memory *bim; in memory_bread() 684 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bread() 701 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bwrite() 737 struct bfd_in_memory *bim; in memory_bseek() 739 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bseek() 790 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bclose() 808 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bstat()
|
H A D | opncls.c | 1000 struct bfd_in_memory *bim; in bfd_make_writable() 1008 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory)); in bfd_make_writable()
|
H A D | peicode.h | 92 struct bfd_in_memory * bim; 854 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim)); in pe_ILF_build_a_bfd() 1166 struct bfd_in_memory *bim = abfd->iostream; in pe_ILF_cleanup()
|
H A D | coff-alpha.c | 2104 struct bfd_in_memory *bim; in alpha_ecoff_get_elt_at_filepos() 2207 bim = ((struct bfd_in_memory *) in alpha_ecoff_get_elt_at_filepos() 2208 bfd_malloc ((bfd_size_type) sizeof (struct bfd_in_memory))); in alpha_ecoff_get_elt_at_filepos()
|
H A D | elfcode.h | 1791 struct bfd_in_memory *bim; in NAME() 2005 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory)); in NAME()
|
H A D | libbfd-in.h | 49 struct bfd_in_memory struct
|
H A D | libbfd.h | 55 struct bfd_in_memory struct
|
H A D | coff-rs6000.c | 2353 struct bfd_in_memory *bim in xcoff_write_archive_contents_old() 2354 = (struct bfd_in_memory *) sub->iostream; in xcoff_write_archive_contents_old() 2589 struct bfd_in_memory *bim in xcoff_write_archive_contents_big() 2590 = (struct bfd_in_memory *) current_bfd->iostream; in xcoff_write_archive_contents_big()
|
H A D | archive.c | 1898 struct bfd_in_memory *bim = (struct bfd_in_memory *) member->iostream; in bfd_ar_hdr_from_filesystem()
|
H A D | mach-o.c | 3903 struct bfd_in_memory *b; in bfd_mach_o_read_symtab_strtab() 3905 b = (struct bfd_in_memory *) abfd->iostream; in bfd_mach_o_read_symtab_strtab()
|
H A D | xcofflink.c | 4253 struct bfd_in_memory *bim; in bfd_xcoff_link_generate_rtinit()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | bfdt.texi | 98 bfd_in_memory struct. */
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | bfdt.texi | 119 in memory. If this is set, iostream points to a bfd_in_memory
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-0001 | 9501 amount from a bfd_in_memory structure. 9502 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
|