Searched refs:nbfd (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dopncls.c52 bfd *nbfd; local
54 nbfd = bfd_zmalloc (sizeof (bfd));
55 if (nbfd == NULL)
58 nbfd->id = _bfd_id_counter++;
60 nbfd->memory = objalloc_create ();
61 if (nbfd->memory == NULL)
64 free (nbfd);
68 nbfd->arch_info = &bfd_default_arch_struct;
70 nbfd->direction = no_direction;
71 nbfd
100 bfd *nbfd; local
183 bfd *nbfd; local
345 bfd *nbfd; local
513 bfd_openr_iovec(const char *filename, const char *target, void *(*open) (struct bfd *nbfd, void *open_closure), void *open_closure, file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf, file_ptr nbytes, file_ptr offset), int (*close) (struct bfd *nbfd, void *stream), int (*stat) (struct bfd *abfd, void *stream, struct stat *sb)) argument
528 bfd *nbfd; local
589 bfd *nbfd; local
758 bfd *nbfd; local
[all...]
H A Dcoff-alpha.c2122 bfd *nbfd = NULL;
2130 nbfd = _bfd_get_elt_at_filepos (archive, filepos);
2131 if (nbfd == NULL)
2134 if ((nbfd->flags & BFD_IN_MEMORY) != 0)
2137 return nbfd;
2140 tdata = (struct areltdata *) nbfd->arelt_data;
2143 return nbfd;
2153 if (bfd_seek (nbfd, (file_ptr) FILHSZ, SEEK_SET) != 0)
2157 if (bfd_bread (ab, (bfd_size_type) 8, nbfd) != 8)
2159 size = H_GET_64 (nbfd, a
2114 bfd *nbfd = NULL; local
[all...]
H A Delfcode.h1585 bfd *nbfd;
1767 nbfd = _bfd_new_bfd ();
1768 if (nbfd == NULL)
1775 nbfd->filename = "<in-memory>";
1776 nbfd->xvec = templ->xvec;
1779 nbfd->iostream = bim;
1780 nbfd->flags = BFD_IN_MEMORY;
1781 nbfd->direction = read_direction;
1782 nbfd->mtime = time (NULL);
1783 nbfd
1581 bfd *nbfd; local
[all...]
H A Dsimple.c88 bfd *nbfd ATTRIBUTE_UNUSED,
H A Dbfd-in2.h1000 void *(*open) (struct bfd *nbfd,
1003 file_ptr (*pread) (struct bfd *nbfd,
1008 int (*close) (struct bfd *nbfd,
H A Delf32-spu.c1168 ovl_mgr_open (struct bfd *nbfd ATTRIBUTE_UNUSED, void *stream)
/freebsd-11-stable/contrib/gdb/include/
H A Dbfdlink.h417 bfd *nbfd, asection *nsec, bfd_vma nval);
432 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h485 bfd *nbfd, asection *nsec, bfd_vma nval);
500 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c999 bfd *nbfd,
1017 nbfd, nsec, nval, name);
1041 bfd *nbfd,
1054 nbfd, name);
1064 nbfd, name);
1074 nbfd, name);
1081 nbfd, name);
1087 einfo (_("%B: warning: multiple common of `%T'\n"), nbfd, name);
992 multiple_definition(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *name, bfd *obfd, asection *osec, bfd_vma oval, bfd *nbfd, asection *nsec, bfd_vma nval) argument
1034 multiple_common(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *name, bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize, bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize) argument
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1006 void *(*open) (struct bfd *nbfd,
1009 file_ptr (*pread) (struct bfd *nbfd,
1014 int (*close) (struct bfd *nbfd,

Completed in 308 milliseconds