Lines Matching refs:srofixup
2163 asection *srofixup; member
2325 htab->srofixup = bfd_make_section_anyway_with_flags (dynobj, ".rofixup", in create_got_section()
2331 if (htab->srofixup == NULL in create_got_section()
2332 || !bfd_set_section_alignment (htab->srofixup, 2)) in create_got_section()
2743 htab->srofixup->size += 4; in allocate_dynrelocs()
2760 htab->srofixup->size += 4; in allocate_dynrelocs()
2774 htab->srofixup->size += 4; in allocate_dynrelocs()
2790 htab->srofixup->size += eh->abs_funcdesc_refcount * 4; in allocate_dynrelocs()
2814 htab->srofixup->size += 8; in allocate_dynrelocs()
2918 htab->srofixup->size -= 4 * (p->count - p->pc_count); in allocate_dynrelocs()
3024 htab->srofixup->size -= 4 * (p->count - p->pc_count); in sh_elf_size_dynamic_sections()
3051 htab->srofixup->size += 4; in sh_elf_size_dynamic_sections()
3090 htab->srofixup->size += 8; in sh_elf_size_dynamic_sections()
3133 if (htab->fdpic_p && htab->srofixup != NULL) in sh_elf_size_dynamic_sections()
3134 htab->srofixup->size += 4; in sh_elf_size_dynamic_sections()
3148 || s == htab->srofixup in sh_elf_size_dynamic_sections()
3227 sh_elf_add_rofixup (bfd *output_bfd, asection *srofixup, bfd_vma offset) in sh_elf_add_rofixup() argument
3231 fixup_offset = srofixup->reloc_count++ * 4; in sh_elf_add_rofixup()
3232 BFD_ASSERT (fixup_offset < srofixup->size); in sh_elf_add_rofixup()
3233 bfd_put_32 (output_bfd, offset, srofixup->contents + fixup_offset); in sh_elf_add_rofixup()
3317 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_initialize_funcdesc()
3321 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_initialize_funcdesc()
3973 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_relocate_section()
4069 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_relocate_section()
4122 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_relocate_section()
4369 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_relocate_section()
5541 htab->srofixup->size += 4; in sh_elf_check_relocs()
5715 htab->srofixup->size += 4; in sh_elf_check_relocs()
6377 if (htab->fdpic_p && htab->srofixup != NULL) in sh_elf_finish_dynamic_sections()
6384 sh_elf_add_rofixup (output_bfd, htab->srofixup, got_value); in sh_elf_finish_dynamic_sections()
6387 BFD_ASSERT (htab->srofixup->reloc_count * 4 == htab->srofixup->size); in sh_elf_finish_dynamic_sections()