Home | History | Annotate | Download | only in bfd

Lines Matching refs:dynobj

805   bfd *dynobj;
813 dynobj = htab->root.dynobj;
965 srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
1109 sreloc = bfd_get_section_by_name (dynobj, ".rela.got");
1361 /* Create .got, .gotplt, and .rela.got sections in DYNOBJ, and set up
1365 create_got_section (bfd *dynobj, struct bfd_link_info *info)
1371 s = bfd_get_section_by_name (dynobj, ".got");
1379 if (! _bfd_elf_create_got_section (dynobj, info))
1382 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
1383 htab->sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");
1384 htab->srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
1389 if (! bfd_set_section_flags (dynobj, htab->srelgot, SEC_ALLOC
1395 || ! bfd_set_section_alignment (dynobj, htab->srelgot, 2))
1415 bfd *dynobj;
1428 dynobj = htab->root.dynobj;
1534 if (dynobj == NULL)
1535 htab->root.dynobj = dynobj = abfd;
1536 if (! create_got_section (dynobj, info))
1624 section in dynobj and make room for the reloc. */
1644 if (htab->root.dynobj == NULL)
1645 htab->root.dynobj = abfd;
1646 dynobj = htab->root.dynobj;
1648 sreloc = bfd_get_section_by_name (dynobj, name);
1652 (sec, dynobj, 2, abfd, /*rela?*/ TRUE);
1692 bfd_alloc (htab->root.dynobj, amt));
1720 bfd *dynobj;
1728 dynobj = htab->root.dynobj;
1731 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
1748 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
2069 bfd *dynobj;
2072 dynobj = elf_hash_table (info)->dynobj;
2075 BFD_ASSERT (dynobj != NULL
2429 bfd *dynobj;
2438 dynobj = htab->root.dynobj;
2439 BFD_ASSERT (dynobj != NULL);
2446 s = bfd_get_section_by_name (dynobj, ".interp");
2539 for (s = dynobj->sections; s != NULL; s = s->next)
2552 else if (CONST_STRNEQ (bfd_get_section_name (dynobj, s), ".rela"))
2588 s->contents = bfd_zalloc (dynobj, s->size);
2648 or1k_elf_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info)
2656 if (!htab->sgot && !create_got_section (dynobj, info))
2659 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
2662 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
2663 htab->srelplt = bfd_get_section_by_name (dynobj, ".rela.plt");
2664 htab->sdynbss = bfd_get_section_by_name (dynobj, ".dynbss");
2666 htab->srelbss = bfd_get_section_by_name (dynobj, ".rela.bss");