Lines Matching refs:dynobj
987 bfd *dynobj;
989 dynobj = elf_hash_table (info)->dynobj;
991 g = score_elf_got_info (dynobj, NULL);
1094 /* Returns the dynamic relocation section for DYNOBJ. */
1097 score_elf_rel_dyn_section (bfd *dynobj, bool create_p)
1102 sreloc = bfd_get_linker_section (dynobj, dname);
1105 sreloc = bfd_make_section_anyway_with_flags (dynobj, dname,
1114 SCORE_ELF_LOG_FILE_ALIGN (dynobj)))
1152 bfd *dynobj;
1158 dynobj = elf_hash_table (info)->dynobj;
1159 sreloc = score_elf_rel_dyn_section (dynobj, false);
1408 g = score_elf_got_info (elf_hash_table (info)->dynobj, &sgot);
1423 bfd *dynobj;
1433 dynobj = elf_hash_table (info)->dynobj;
1434 if (dynobj != NULL && force_local)
1436 got = score_elf_got_section (dynobj, false);
1451 e.abfd = dynobj;
1591 g = score_elf_got_info (elf_hash_table (info)->dynobj, &sgot);
1630 score_elf_got_offset_from_index (bfd *dynobj,
1638 score_elf_got_info (dynobj, &sgot);
1963 g = score_elf_global_got_index (elf_hash_table (info)->dynobj,
1973 bfd *tmpbfd = elf_hash_table (info)->dynobj;
1993 g = score_elf_got_offset_from_index (elf_hash_table (info)->dynobj,
2166 value = score_elf_got_offset_from_index (elf_hash_table (info)->dynobj,
2580 bfd *dynobj;
2593 dynobj = elf_hash_table (info)->dynobj;
2598 if (dynobj == NULL)
2605 sgot = score_elf_got_section (dynobj, false);
2652 if (dynobj == NULL || sgot == NULL)
2658 if (dynobj == NULL)
2659 elf_hash_table (info)->dynobj = dynobj = abfd;
2660 if (!score_elf_create_got_section (dynobj, info, false))
2662 g = score_elf_got_info (dynobj, &sgot);
2666 if (dynobj == NULL
2669 elf_hash_table (info)->dynobj = dynobj = abfd;
2717 sreloc = score_elf_rel_dyn_section (dynobj, true);
2727 score_elf_allocate_dynamic_relocations (dynobj, 1);
2754 if (dynobj == NULL)
2755 elf_hash_table (info)->dynobj = dynobj = abfd;
2756 if (! score_elf_create_got_section (dynobj, info, true))
2758 g = score_elf_got_info (dynobj, &sgot);
2886 bfd *dynobj;
2890 dynobj = elf_hash_table (info)->dynobj;
2893 BFD_ASSERT (dynobj != NULL
2906 score_elf_allocate_dynamic_relocations (dynobj, hscore->possibly_dynamic_relocs);
2926 s = bfd_get_linker_section (dynobj, SCORE_ELF_STUB_SECTION_NAME);
2975 bfd *dynobj;
2983 dynobj = elf_hash_table (info)->dynobj;
2984 if (dynobj == NULL)
2988 g = score_elf_got_info (dynobj, &s);
3052 bfd *dynobj;
3056 dynobj = elf_hash_table (info)->dynobj;
3057 if (dynobj == NULL)
3065 s = bfd_get_linker_section (dynobj, ".interp");
3076 for (s = dynobj->sections; s != NULL; s = s->next)
3084 of the dynobj section names depend upon the input files. */
3145 s->contents = bfd_zalloc (dynobj, s->size);
3176 if (score_elf_rel_dyn_section (dynobj, false))
3233 if (!score_elf_rel_dyn_section (elf_hash_table (info)->dynobj, true))
3280 bfd *dynobj;
3285 dynobj = elf_hash_table (info)->dynobj;
3295 s = bfd_get_linker_section (dynobj, SCORE_ELF_STUB_SECTION_NAME);
3329 sgot = score_elf_got_section (dynobj, false);
3343 offset = score_elf_global_got_index (dynobj, h);
3374 bfd *dynobj;
3380 dynobj = elf_hash_table (info)->dynobj;
3382 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
3384 sgot = score_elf_got_section (dynobj, false);
3403 b += SCORE_ELF_DYN_SIZE (dynobj))
3411 (*get_elf_backend_data (dynobj)->s->swap_dyn_in) (dynobj, b, &dyn);
3419 dyn.d_un.d_val = SCORE_ELF_REL_SIZE (dynobj);
3464 s = bfd_get_linker_section (dynobj, name);
3478 (*get_elf_backend_data (dynobj)->s->swap_dyn_out) (dynobj, &dyn, b);
3497 s = score_elf_rel_dyn_section (dynobj, false);