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

  /toolchain/binutils/binutils-2.25/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
194 bfd *nbfd; local
381 bfd *nbfd; local
574 bfd *nbfd; local
641 bfd *nbfd; local
804 bfd *nbfd; local
    [all...]
coff-alpha.c 2059 bfd *nbfd = NULL; local
    [all...]
elfcode.h 1616 bfd *nbfd; local
    [all...]
simple.c 85 bfd *nbfd ATTRIBUTE_UNUSED,
archive.c 2724 bfd *nbfd; local
    [all...]
mach-o.c 5148 bfd *nbfd; local
    [all...]
bfd-in2.h     [all...]
elf32-spu.c     [all...]
  /toolchain/binutils/binutils-2.25/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.25/ld/
ldmain.c 919 bfd *nbfd,
969 if (nbfd == NULL)
971 nbfd = obfd;
977 nbfd, nsec, nval, name);
998 bfd *nbfd,
1038 nbfd, name);
1048 nbfd, name);
1058 nbfd, name);
1065 nbfd, name);
1071 einfo (_("%B: warning: multiple common of `%T'\n"), nbfd, name)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 532 NBFD is the new BFD, NSEC is the new section, and NVAL is the new
536 bfd *nbfd, asection *nsec, bfd_vma nval);
539 NBFD is the BFD of the new symbol. NTYPE is the type of the new
545 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 532 NBFD is the new BFD, NSEC is the new section, and NVAL is the new
536 bfd *nbfd, asection *nsec, bfd_vma nval);
539 NBFD is the BFD of the new symbol. NTYPE is the type of the new
545 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
bfd.h     [all...]
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 564 NBFD is the new BFD, NSEC is the new section, and NVAL is the new
568 bfd *nbfd, asection *nsec, bfd_vma nval);
571 NBFD is the BFD of the new symbol. NTYPE is the type of the new
577 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);

Completed in 4029 milliseconds