Lines Matching defs:dynobj
731 /* Create .got, .gotplt, and .rela.got sections in DYNOBJ, and set up
735 create_got_section (bfd *dynobj,
740 if (! _bfd_elf_create_got_section (dynobj, info))
747 htab->elf.sgot = bfd_get_linker_section (dynobj, ".got");
748 htab->elf.sgotplt = bfd_get_linker_section (dynobj, ".got.plt");
749 htab->elf.srelgot = bfd_get_linker_section (dynobj, ".rela.got");
756 .rela.bss sections in DYNOBJ, and set up shortcuts to them in our
760 elf_s390_create_dynamic_sections (bfd *dynobj,
769 if (!htab->elf.sgot && !create_got_section (dynobj, info))
772 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
775 htab->elf.splt = bfd_get_linker_section (dynobj, ".plt");
776 htab->elf.srelplt = bfd_get_linker_section (dynobj, ".rela.plt");
777 htab->sdynbss = bfd_get_linker_section (dynobj, ".dynbss");
779 htab->srelbss = bfd_get_linker_section (dynobj, ".rela.bss");
944 if (htab->elf.dynobj == NULL)
945 htab->elf.dynobj = abfd;
947 if (!s390_elf_create_ifunc_sections (htab->elf.dynobj, info))
1015 if (htab->elf.dynobj == NULL)
1016 htab->elf.dynobj = abfd;
1017 if (!create_got_section (htab->elf.dynobj, info))
1024 if (htab->elf.dynobj == NULL)
1025 htab->elf.dynobj = abfd;
1026 if (!s390_elf_create_ifunc_sections (htab->elf.dynobj, info))
1271 Create a reloc section in dynobj and make room for
1275 if (htab->elf.dynobj == NULL)
1276 htab->elf.dynobj = abfd;
1279 (sec, htab->elf.dynobj, 3, abfd, /*rela?*/ TRUE);
1317 bfd_alloc (htab->elf.dynobj, amt));
1976 bfd *dynobj;
1985 dynobj = htab->elf.dynobj;
1986 if (dynobj == NULL)
1994 s = bfd_get_linker_section (dynobj, ".interp");
2100 for (s = dynobj->sections; s != NULL; s = s->next)
2116 else if (CONST_STRNEQ (bfd_get_section_name (dynobj, s), ".rela"))
2155 s->contents = (bfd_byte *) bfd_zalloc (dynobj, s->size);
3626 bfd *dynobj;
3635 dynobj = htab->elf.dynobj;
3636 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
3652 bfd_elf64_swap_dyn_in (dynobj, dyncon, &dyn);