HomeSort by relevance Sort by last modified time
    Searched refs:nbfd (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
opncls.c 59 bfd *nbfd; local
61 nbfd = (bfd *) bfd_zmalloc (sizeof (bfd));
62 if (nbfd == NULL)
67 nbfd->id = --bfd_reserved_id_counter;
71 nbfd->id = bfd_id_counter++;
73 nbfd->memory = objalloc_create ();
74 if (nbfd->memory == NULL)
77 free (nbfd);
81 nbfd->arch_info = &bfd_default_arch_struct;
83 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc
100 bfd *nbfd; local
196 bfd *nbfd; local
383 bfd *nbfd; local
576 bfd *nbfd; local
643 bfd *nbfd; local
806 bfd *nbfd; local
    [all...]
coff-alpha.c 2046 bfd *nbfd = NULL; local
    [all...]
elfcode.h 1622 bfd *nbfd; local
    [all...]
simple.c 80 bfd *nbfd ATTRIBUTE_UNUSED,
archive.c 2835 bfd *nbfd; local
    [all...]
mach-o.c 5259 bfd *nbfd; local
    [all...]
bfd-in2.h     [all...]
elf32-spu.c     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
bfdtest2.c 32 iovec_open (struct bfd *nbfd ATTRIBUTE_UNUSED, void *open_closure)
37 static file_ptr iovec_read (struct bfd *nbfd ATTRIBUTE_UNUSED,
  /toolchain/binutils/binutils-2.27/ld/
ldmain.c 926 bfd *nbfd,
976 if (nbfd == NULL)
978 nbfd = obfd;
984 nbfd, nsec, nval, name);
1003 bfd *nbfd,
1043 nbfd, name);
1053 nbfd, name);
1063 nbfd, name);
1070 nbfd, name);
1076 einfo (_("%B: warning: multiple common of `%T'\n"), nbfd, name)
    [all...]
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 629 NBFD is the new BFD, NSEC is the new section, and NVAL is the new
633 bfd *nbfd, asection *nsec, bfd_vma nval);
636 NBFD is the BFD of the new symbol. NTYPE is the type of the new
642 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
    [all...]

Completed in 848 milliseconds