Searched refs:nbfd (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | opncls.c | 59 bfd *nbfd; in _bfd_new_bfd() local 61 nbfd = (bfd *) bfd_zmalloc (sizeof (bfd)); in _bfd_new_bfd() 62 if (nbfd == NULL) in _bfd_new_bfd() 67 nbfd->id = --bfd_reserved_id_counter; in _bfd_new_bfd() 71 nbfd->id = bfd_id_counter++; in _bfd_new_bfd() 73 nbfd->memory = objalloc_create (); in _bfd_new_bfd() 74 if (nbfd->memory == NULL) in _bfd_new_bfd() 77 free (nbfd); in _bfd_new_bfd() 81 nbfd->arch_info = &bfd_default_arch_struct; in _bfd_new_bfd() 83 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc, in _bfd_new_bfd() [all …]
|
D | coff-alpha.c | 2059 bfd *nbfd = NULL; in alpha_ecoff_get_elt_at_filepos() local 2068 nbfd = _bfd_get_elt_at_filepos (archive, filepos); in alpha_ecoff_get_elt_at_filepos() 2069 if (nbfd == NULL) in alpha_ecoff_get_elt_at_filepos() 2072 if ((nbfd->flags & BFD_IN_MEMORY) != 0) in alpha_ecoff_get_elt_at_filepos() 2075 return nbfd; in alpha_ecoff_get_elt_at_filepos() 2078 tdata = (struct areltdata *) nbfd->arelt_data; in alpha_ecoff_get_elt_at_filepos() 2081 return nbfd; in alpha_ecoff_get_elt_at_filepos() 2091 if (bfd_seek (nbfd, (file_ptr) FILHSZ, SEEK_SET) != 0) in alpha_ecoff_get_elt_at_filepos() 2095 if (bfd_bread (ab, (bfd_size_type) 8, nbfd) != 8) in alpha_ecoff_get_elt_at_filepos() 2097 size = H_GET_64 (nbfd, ab); in alpha_ecoff_get_elt_at_filepos() [all …]
|
D | elfcode.h | 1616 bfd *nbfd; in NAME() local 1830 nbfd = _bfd_new_bfd (); in NAME() 1831 if (nbfd == NULL) in NAME() 1837 nbfd->filename = xstrdup ("<in-memory>"); in NAME() 1838 nbfd->xvec = templ->xvec; in NAME() 1841 nbfd->iostream = bim; in NAME() 1842 nbfd->flags = BFD_IN_MEMORY; in NAME() 1843 nbfd->iovec = &_bfd_memory_iovec; in NAME() 1844 nbfd->origin = 0; in NAME() 1845 nbfd->direction = read_direction; in NAME() [all …]
|
D | archive.c | 2724 bfd *nbfd; in _bfd_archive_close_and_cleanup() local 2729 for (nbfd = abfd->nested_archives; nbfd; nbfd = next) in _bfd_archive_close_and_cleanup() 2731 next = nbfd->archive_next; in _bfd_archive_close_and_cleanup() 2732 bfd_close (nbfd); in _bfd_archive_close_and_cleanup()
|
D | simple.c | 85 bfd *nbfd ATTRIBUTE_UNUSED, in simple_dummy_multiple_definition()
|
D | mach-o.c | 5148 bfd *nbfd; in bfd_mach_o_openr_next_archived_file() local 5188 nbfd = _bfd_new_bfd_contained_in (archive); in bfd_mach_o_openr_next_archived_file() 5189 if (nbfd == NULL) in bfd_mach_o_openr_next_archived_file() 5195 bfd_mach_o_fat_member_init (nbfd, arch_type, arch_subtype, entry); in bfd_mach_o_openr_next_archived_file() 5197 bfd_set_arch_mach (nbfd, arch_type, arch_subtype); in bfd_mach_o_openr_next_archived_file() 5199 return nbfd; in bfd_mach_o_openr_next_archived_file()
|
D | bfd-in2.h | 1037 void *(*open_func) (struct bfd *nbfd, 1040 file_ptr (*pread_func) (struct bfd *nbfd, 1045 int (*close_func) (struct bfd *nbfd,
|
D | elf32-spu.c | 1801 ovl_mgr_open (struct bfd *nbfd ATTRIBUTE_UNUSED, void *stream) in ovl_mgr_open()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | bfdtest2.c | 32 iovec_open (struct bfd *nbfd ATTRIBUTE_UNUSED, void *open_closure) in iovec_open() 37 static file_ptr iovec_read (struct bfd *nbfd ATTRIBUTE_UNUSED, in iovec_read()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmain.c | 917 bfd *nbfd, in multiple_definition() argument 967 if (nbfd == NULL) in multiple_definition() 969 nbfd = obfd; in multiple_definition() 975 nbfd, nsec, nval, name); in multiple_definition() 996 bfd *nbfd, in multiple_common() argument 1036 nbfd, name); in multiple_common() 1046 nbfd, name); in multiple_common() 1056 nbfd, name); in multiple_common() 1063 nbfd, name); in multiple_common() 1069 einfo (_("%B: warning: multiple common of `%T'\n"), nbfd, name); in multiple_common()
|
D | ChangeLog-2011 | 613 passing NULL nbfd.
|
/toolchain/binutils/binutils-2.25/include/ |
D | bfdlink.h | 566 bfd *nbfd, asection *nsec, bfd_vma nval); 575 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
|