Home | History | Annotate | Download | only in bfd

Lines Matching defs:dynobj

743   /* A section in dynobj.  */
987 bfd *dynobj;
1002 dynobj = htab->root.dynobj;
1013 if (dynobj != NULL)
1469 (dynobj, input_section, /*rela?*/ true);
2324 bfd *dynobj;
2328 dynobj = elf_hash_table (info)->dynobj;
2332 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
2349 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
2672 bfd *dynobj;
2681 dynobj = htab->root.dynobj;
2684 BFD_ASSERT (dynobj != NULL
2692 = (bfd_get_mach (dynobj) == bfd_mach_cris_v32
2961 bfd *dynobj;
2978 dynobj = elf_hash_table (info)->dynobj;
3048 if (dynobj == NULL)
3050 elf_hash_table (info)->dynobj = dynobj = abfd;
3054 that, we must insist on dynobj being a specific mach. */
3055 if (bfd_get_mach (dynobj) == bfd_mach_cris_v10_v32)
3068 /* We may have a dynobj but no .got section, if machine-
3070 a dynobj. We want to create the .got section now, so we
3071 can assume it's always present whenever there's a dynobj.
3073 if (!_bfd_elf_create_got_section (dynobj, info))
3373 /* We may need to create a reloc section in the dynobj and made room
3378 (sec, dynobj, 2, abfd, /*rela?*/ true);
3442 /* We may need to create a reloc section in the dynobj and made room
3447 (sec, dynobj, 2, abfd, /*rela?*/ true);
3473 bfd_alloc (dynobj, (bfd_size_type) sizeof *p));
3523 bfd *dynobj;
3531 dynobj = htab->root.dynobj;
3532 if (dynobj == NULL)
3583 for (s = dynobj->sections; s != NULL; s = s->next)
3591 of the dynobj section names depend upon the input files. */
3656 s->contents = (bfd_byte *) bfd_zalloc (dynobj, s->size);
3692 ->dynobj,
3750 bfd *dynobj = elf_hash_table (info)->dynobj;
3753 BFD_ASSERT (dynobj != NULL);