Lines Matching refs:srofixup

2468   asection *srofixup;  member
2642 htab->srofixup = bfd_make_section_anyway_with_flags (dynobj, ".rofixup", in create_got_section()
2648 if (htab->srofixup == NULL in create_got_section()
2649 || ! bfd_set_section_alignment (dynobj, htab->srofixup, 2)) in create_got_section()
3070 htab->srofixup->size += 4; in allocate_dynrelocs()
3085 htab->srofixup->size += 4; in allocate_dynrelocs()
3097 htab->srofixup->size += 4; in allocate_dynrelocs()
3139 htab->srofixup->size += eh->abs_funcdesc_refcount * 4; in allocate_dynrelocs()
3163 htab->srofixup->size += 8; in allocate_dynrelocs()
3266 htab->srofixup->size -= 4 * (p->count - p->pc_count); in allocate_dynrelocs()
3393 htab->srofixup->size -= 4 * (p->count - p->pc_count); in sh_elf_size_dynamic_sections()
3424 htab->srofixup->size += 4; in sh_elf_size_dynamic_sections()
3463 htab->srofixup->size += 8; in sh_elf_size_dynamic_sections()
3506 if (htab->fdpic_p && htab->srofixup != NULL) in sh_elf_size_dynamic_sections()
3507 htab->srofixup->size += 4; in sh_elf_size_dynamic_sections()
3521 || s == htab->srofixup in sh_elf_size_dynamic_sections()
3655 sh_elf_add_rofixup (bfd *output_bfd, asection *srofixup, bfd_vma offset) in sh_elf_add_rofixup() argument
3659 fixup_offset = srofixup->reloc_count++ * 4; in sh_elf_add_rofixup()
3660 BFD_ASSERT (fixup_offset < srofixup->size); in sh_elf_add_rofixup()
3661 bfd_put_32 (output_bfd, offset, srofixup->contents + fixup_offset); in sh_elf_add_rofixup()
3745 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_initialize_funcdesc()
3749 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_initialize_funcdesc()
4424 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_relocate_section()
4552 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_relocate_section()
4629 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_relocate_section()
4901 sh_elf_add_rofixup (output_bfd, htab->srofixup, in sh_elf_relocate_section()
5796 sh_elf_hash_table (info)->srofixup->size -= 4; in sh_elf_gc_sweep_hook()
5811 sh_elf_hash_table (info)->srofixup->size -= 4; in sh_elf_gc_sweep_hook()
6322 htab->srofixup->size += 4; in sh_elf_check_relocs()
6521 htab->srofixup->size += 4; in sh_elf_check_relocs()
7237 if (htab->fdpic_p && htab->srofixup != NULL) in sh_elf_finish_dynamic_sections()
7244 sh_elf_add_rofixup (output_bfd, htab->srofixup, got_value); in sh_elf_finish_dynamic_sections()
7247 BFD_ASSERT (htab->srofixup->reloc_count * 4 == htab->srofixup->size); in sh_elf_finish_dynamic_sections()