Lines Matching refs:dynobj

766 create_got_section (dynobj, info)
767 bfd *dynobj;
772 if (! _bfd_elf_create_got_section (dynobj, info))
776 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
777 htab->sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");
781 htab->srelgot = bfd_make_section_with_flags (dynobj, ".rela.got",
788 || ! bfd_set_section_alignment (dynobj, htab->srelgot, 3))
798 elf_s390_create_dynamic_sections (dynobj, info)
799 bfd *dynobj;
805 if (!htab->sgot && !create_got_section (dynobj, info))
808 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
811 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
812 htab->srelplt = bfd_get_section_by_name (dynobj, ".rela.plt");
813 htab->sdynbss = bfd_get_section_by_name (dynobj, ".dynbss");
815 htab->srelbss = bfd_get_section_by_name (dynobj, ".rela.bss");
1023 if (htab->elf.dynobj == NULL)
1024 htab->elf.dynobj = abfd;
1025 if (!create_got_section (htab->elf.dynobj, info))
1242 Create a reloc section in dynobj and make room for
1247 bfd *dynobj;
1265 if (htab->elf.dynobj == NULL)
1266 htab->elf.dynobj = abfd;
1268 dynobj = htab->elf.dynobj;
1269 sreloc = bfd_get_section_by_name (dynobj, name);
1278 sreloc = bfd_make_section_with_flags (dynobj,
1282 || ! bfd_set_section_alignment (dynobj, sreloc, 3))
1317 bfd_alloc (htab->elf.dynobj, amt));
1957 bfd *dynobj;
1963 dynobj = htab->elf.dynobj;
1964 if (dynobj == NULL)
1972 s = bfd_get_section_by_name (dynobj, ".interp");
2062 for (s = dynobj->sections; s != NULL; s = s->next)
2075 else if (CONST_STRNEQ (bfd_get_section_name (dynobj, s), ".rela"))
2114 s->contents = (bfd_byte *) bfd_zalloc (dynobj, s->size);
3277 bfd *dynobj;
3281 dynobj = htab->elf.dynobj;
3282 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
3298 bfd_elf64_swap_dyn_in (dynobj, dyncon, &dyn);