Lines Matching refs:sgotloc

599   asection *sgotloc;  member
1431 htab->sgotloc = bfd_make_section_anyway_with_flags (dynobj, ".got.loc", in elf_xtensa_create_dynamic_sections()
1433 if (htab->sgotloc == NULL in elf_xtensa_create_dynamic_sections()
1434 || ! bfd_set_section_alignment (dynobj, htab->sgotloc, 2)) in elf_xtensa_create_dynamic_sections()
1605 asection *s, *srelplt, *splt, *sgotplt, *srelgot, *spltlittbl, *sgotloc; in elf_xtensa_size_dynamic_sections() local
1628 && htab->sgotloc != NULL); in elf_xtensa_size_dynamic_sections()
1701 sgotloc = htab->sgotloc; in elf_xtensa_size_dynamic_sections()
1702 sgotloc->size = spltlittbl->size; in elf_xtensa_size_dynamic_sections()
1712 sgotloc->size += s->size; in elf_xtensa_size_dynamic_sections()
3152 asection *sgotloc) in elf_xtensa_combine_prop_entries() argument
3164 sgotloc_size = sgotloc->size; in elf_xtensa_combine_prop_entries()
3246 memcpy (sgotloc->contents, contents, section_size); in elf_xtensa_combine_prop_entries()
3262 asection *sdyn, *srelplt, *sgot, *sxtlit, *sgotloc; in elf_xtensa_finish_dynamic_sections() local
3391 sgotloc = htab->sgotloc; in elf_xtensa_finish_dynamic_sections()
3392 BFD_ASSERT (sgotloc); in elf_xtensa_finish_dynamic_sections()
3396 elf_xtensa_combine_prop_entries (output_bfd, sxtlit, sgotloc); in elf_xtensa_finish_dynamic_sections()
3419 dyn.d_un.d_ptr = htab->sgotloc->output_section->vma; in elf_xtensa_finish_dynamic_sections()
3724 asection *sgotloc = elf_xtensa_hash_table (info)->sgotloc; in elf_xtensa_discard_info_for_section() local
3725 if (sgotloc) in elf_xtensa_discard_info_for_section()
3726 sgotloc->size -= removed_bytes; in elf_xtensa_discard_info_for_section()
10116 asection *sgotloc = elf_xtensa_hash_table (link_info)->sgotloc; in relax_property_section() local
10117 if (sgotloc) in relax_property_section()
10118 sgotloc->size -= removed_bytes; in relax_property_section()