Home | History | Annotate | Download | only in bfd

Lines Matching refs:nbfd

1620   bfd *nbfd;
1834 nbfd = _bfd_new_bfd ();
1835 if (nbfd == NULL)
1841 nbfd->filename = xstrdup ("<in-memory>");
1842 nbfd->xvec = templ->xvec;
1845 nbfd->iostream = bim;
1846 nbfd->flags = BFD_IN_MEMORY;
1847 nbfd->iovec = &_bfd_memory_iovec;
1848 nbfd->origin = 0;
1849 nbfd->direction = read_direction;
1850 nbfd->mtime = time (NULL);
1851 nbfd->mtime_set = TRUE;
1855 return nbfd;