Home
last modified time | relevance | path

Searched refs:bfd_in_memory (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dbfdio.c473 struct bfd_in_memory *bim; in memory_bread()
476 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bread()
493 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bwrite()
529 struct bfd_in_memory *bim; in memory_bseek()
531 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bseek()
582 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bclose()
601 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bstat()
Dopncls.c842 struct bfd_in_memory *bim; in bfd_make_writable()
850 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory)); in bfd_make_writable()
Dcoff-alpha.c2052 struct bfd_in_memory *bim; in alpha_ecoff_get_elt_at_filepos()
2146 bim = ((struct bfd_in_memory *) in alpha_ecoff_get_elt_at_filepos()
2147 bfd_malloc ((bfd_size_type) sizeof (struct bfd_in_memory))); in alpha_ecoff_get_elt_at_filepos()
Dpeicode.h92 struct bfd_in_memory * bim;
806 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim)); in pe_ILF_build_a_bfd()
Delfcode.h1623 struct bfd_in_memory *bim; in NAME()
1830 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory)); in NAME()
Dlibbfd-in.h51 struct bfd_in_memory struct
Dlibbfd.h56 struct bfd_in_memory struct
Darchive.c1924 struct bfd_in_memory *bim = (struct bfd_in_memory *) member->iostream; in bfd_ar_hdr_from_filesystem()
Dmach-o.c3729 struct bfd_in_memory *b; in bfd_mach_o_read_symtab_strtab()
3731 b = (struct bfd_in_memory *) abfd->iostream; in bfd_mach_o_read_symtab_strtab()
Dxcofflink.c3976 struct bfd_in_memory *bim; in bfd_xcoff_link_generate_rtinit()
DChangeLog-00019501 amount from a bfd_in_memory structure.
9502 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
DChangeLog-96976613 * libbfd-in.h (struct bfd_in_memory): Define.