Lines Matching refs:dynobj
1637 sections in DYNOBJ, and set up shortcuts to them in our hash
1641 elf32_tic6x_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info)
1650 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
1656 htab->dsbt = bfd_make_section_anyway_with_flags (dynobj, ".dsbt",
1659 || ! bfd_set_section_alignment (dynobj, htab->dsbt, 2)
1660 || ! bfd_set_section_alignment (dynobj, htab->elf.splt, 5))
1663 htab->sdynbss = bfd_get_linker_section (dynobj, ".dynbss");
1665 htab->srelbss = bfd_get_linker_section (dynobj, ".rela.bss");
1738 bfd *dynobj;
1742 dynobj = htab->elf.dynobj;
1842 sgot = bfd_get_linker_section (dynobj, ".got");
1843 srela = bfd_get_linker_section (dynobj, ".rela.got");
2077 bfd *dynobj;
2080 dynobj = elf_hash_table (info)->dynobj;
2083 BFD_ASSERT (dynobj != NULL
2893 if (htab->elf.dynobj == NULL)
2894 htab->elf.dynobj = abfd;
2895 if (!_bfd_elf_create_got_section (htab->elf.dynobj, info))
2944 Create a reloc section in dynobj and make room for
2948 if (htab->elf.dynobj == NULL)
2949 htab->elf.dynobj = abfd;
2952 (sec, htab->elf.dynobj, 2, abfd, /*rela? */ TRUE);
2984 p = bfd_alloc (htab->elf.dynobj, amt);
3288 bfd *dynobj;
3294 dynobj = htab->elf.dynobj;
3295 if (dynobj == NULL)
3303 s = bfd_get_linker_section (dynobj, ".interp");
3381 for (s = dynobj->sections; s != NULL; s = s->next)
3408 else if (CONST_STRNEQ (bfd_get_section_name (dynobj, s), ".rela"))
3448 s->contents = bfd_zalloc (dynobj, s->size);
3528 bfd *dynobj;
3532 dynobj = htab->elf.dynobj;
3533 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
3550 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);