HomeSort by relevance Sort by last modified time
    Searched defs:obfd (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
arsup.c 43 static bfd *obfd; variable
159 obfd = bfd_openw (tname, NULL);
161 if (!obfd)
196 ptr = &(obfd->archive_head);
207 bfd_set_format (obfd, bfd_archive);
209 obfd->has_armap = 1;
210 obfd->is_thin_archive = 0;
221 abfd->archive_next = obfd->archive_head;
222 obfd->archive_head = abfd;
228 if (obfd == NULL
    [all...]
ar.c 1133 bfd *obfd;
1146 obfd = bfd_openw (new_name, bfd_get_target (iarch));
1148 if (obfd == NULL)
1151 output_bfd = obfd;
1153 bfd_set_format (obfd, bfd_archive);
1157 obfd->has_armap = write_armap >= 0;
1163 obfd->flags |= BFD_TRADITIONAL_FORMAT;
1167 obfd->flags |= BFD_DETERMINISTIC_OUTPUT;
1170 bfd_is_thin_archive (obfd) = 1;
1172 if (!bfd_set_archive_head (obfd, contents_head)
1130 bfd *obfd; local
    [all...]
objcopy.c 2255 bfd *obfd; member in struct:name_list
2508 bfd *obfd; local
2534 bfd *obfd; local
2686 bfd *obfd = (bfd *) obfdarg; local
2892 bfd *obfd = (bfd *) obfdarg; local
2974 bfd *obfd = (bfd *) obfdarg; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 924 bfd *obfd;
936 obfd = h->u.def.section->owner;
941 obfd = NULL;
971 nbfd = obfd;
974 obfd = NULL;
978 if (obfd != NULL)
979 einfo (_("%D: first defined here\n"), obfd, osec, oval);
1003 bfd *obfd;
1014 obfd = h->u.c.p->section->owner;
1020 obfd = h->u.def.section->owner
922 bfd *obfd; local
1001 bfd *obfd; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
linker.c 777 _bfd_generic_link_hash_table_free (bfd *obfd)
781 BFD_ASSERT (obfd->is_linker_output && obfd->link.hash);
782 ret = (struct generic_link_hash_table *) obfd->link.hash;
785 obfd->link.hash = NULL;
786 obfd->is_linker_output = FALSE;
3087 bfd *obfd = (bfd *) data; local
    [all...]
elf32-bfin.c 4413 bfd *obfd = NULL; local
    [all...]
elf32-frv.c 5586 bfd *obfd = NULL; local
    [all...]
elf32-tic6x.c 57 bfd *obfd; member in struct:elf32_tic6x_link_hash_table
    [all...]
elf32-spu.c 1915 bfd *obfd; local
    [all...]
elf64-ia64-vms.c 683 bfd *obfd = sec->output_section->owner; local
684 gp = _bfd_get_gp_value (obfd);
687 if (!elf64_ia64_choose_gp (obfd, link_info, FALSE))
689 gp = _bfd_get_gp_value (obfd);
1026 elf64_ia64_link_hash_table_free (bfd *obfd)
1029 = (struct elf64_ia64_link_hash_table *) obfd->link.hash;
1040 _bfd_elf_link_hash_table_free (obfd);
    [all...]
elfnn-ia64.c 731 bfd *obfd = sec->output_section->owner;
732 gp = _bfd_get_gp_value (obfd);
735 if (!elfNN_ia64_choose_gp (obfd, link_info, FALSE))
737 gp = _bfd_get_gp_value (obfd);
728 bfd *obfd = sec->output_section->owner; local
    [all...]
elfnn-aarch64.c 1846 bfd *obfd; member in struct:elf_aarch64_link_hash_table
    [all...]
elf32-arm.c 3043 bfd * obfd; member in struct:elf32_arm_link_hash_table
    [all...]
elf64-ppc.c 10224 bfd *obfd = htab->params->stub_bfd; local
10412 bfd *obfd = htab->params->stub_bfd; local
    [all...]
elflink.c 12406 bfd *obfd = info->output_bfd; local
12477 bfd *obfd = gofarg->info->output_bfd; local
    [all...]
elfxx-mips.c 191 bfd *obfd; member in struct:mips_elf_got_per_bfd_arg
    [all...]

Completed in 488 milliseconds