Lines Matching defs:sgotplt
2684 htab->root.sgotplt->size += 4;
2686 htab->root.sgotplt->size += 8;
3123 BFD_ASSERT (htab->root.sgotplt && htab->root.sgotplt->size == 12);
3124 htab->root.sgotplt->size = 0;
3135 htab->root.hgot->root.u.def.value = htab->root.sgotplt->size;
3136 htab->root.sgotplt->size += 12;
3153 || s == htab->root.sgotplt
3251 return (htab->root.sgot->output_offset - htab->root.sgotplt->output_offset
3400 asection *sgotplt = NULL;
3418 sgotplt = htab->root.sgotplt;
4015 BFD_ASSERT (sgotplt != NULL);
4016 relocation = (sgotplt->output_offset
4164 BFD_ASSERT (sgotplt != NULL);
4166 relocation -= sgotplt->output_section->vma + sgotplt->output_offset
4188 BFD_ASSERT (sgotplt != NULL);
4189 relocation = sgotplt->output_section->vma + sgotplt->output_offset;
4514 + sgotplt->output_offset);
4724 if (sgot == NULL || sgotplt == NULL)
4931 if (sgot == NULL || sgotplt == NULL)
5961 asection *sgotplt;
5976 sgotplt = htab->root.sgotplt;
5978 BFD_ASSERT (splt != NULL && sgotplt != NULL && srelplt != NULL);
5996 got_offset = plt_index * 8 + 12 - sgotplt->size;
6034 (sgotplt->output_section->vma
6035 + sgotplt->output_offset
6100 sgotplt->contents + got_offset);
6104 sgotplt->contents + got_offset + 4);
6107 rel.r_offset = (sgotplt->output_section->vma
6108 + sgotplt->output_offset
6141 rel.r_offset = (sgotplt->output_section->vma
6142 + sgotplt->output_offset
6259 asection *sgotplt;
6266 sgotplt = htab->root.sgotplt;
6274 BFD_ASSERT (sgotplt != NULL && sdyn != NULL);
6327 (sgotplt->output_section->vma
6328 + sgotplt->output_offset
6379 if (sgotplt && sgotplt->size > 0 && !htab->fdpic_p)
6382 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents);
6386 sgotplt->contents);
6387 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 4);
6388 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 8);
6391 if (sgotplt && sgotplt->size > 0)
6392 elf_section_data (sgotplt->output_section)->this_hdr.sh_entsize = 4;