Lines Matching refs:dynobj

811 create_got_section (dynobj, info)
812 bfd *dynobj;
817 if (! _bfd_elf_create_got_section (dynobj, info))
821 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
822 htab->sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");
826 htab->srelgot = bfd_make_section_with_flags (dynobj, ".rela.got",
833 || ! bfd_set_section_alignment (dynobj, htab->srelgot, 2))
843 elf_s390_create_dynamic_sections (dynobj, info)
844 bfd *dynobj;
850 if (!htab->sgot && !create_got_section (dynobj, info))
853 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
856 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
857 htab->srelplt = bfd_get_section_by_name (dynobj, ".rela.plt");
858 htab->sdynbss = bfd_get_section_by_name (dynobj, ".dynbss");
860 htab->srelbss = bfd_get_section_by_name (dynobj, ".rela.bss");
1064 if (htab->elf.dynobj == NULL)
1065 htab->elf.dynobj = abfd;
1066 if (!create_got_section (htab->elf.dynobj, info))
1275 Create a reloc section in dynobj and make room for
1280 bfd *dynobj;
1298 if (htab->elf.dynobj == NULL)
1299 htab->elf.dynobj = abfd;
1301 dynobj = htab->elf.dynobj;
1302 sreloc = bfd_get_section_by_name (dynobj, name);
1311 sreloc = bfd_make_section_with_flags (dynobj,
1315 || ! bfd_set_section_alignment (dynobj, sreloc, 2))
1350 bfd_alloc (htab->elf.dynobj, amt));
1983 bfd *dynobj;
1989 dynobj = htab->elf.dynobj;
1990 if (dynobj == NULL)
1998 s = bfd_get_section_by_name (dynobj, ".interp");
2088 for (s = dynobj->sections; s != NULL; s = s->next)
2101 else if (CONST_STRNEQ (bfd_get_section_name (dynobj, s), ".rela"))
2140 s->contents = (bfd_byte *) bfd_zalloc (dynobj, s->size);
3371 bfd *dynobj;
3375 dynobj = htab->elf.dynobj;
3376 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
3392 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);