Home | History | Annotate | Download | only in bfd

Lines Matching refs:sgotplt

2464   asection *sgotplt;
2620 htab->sgotplt = bfd_get_linker_section (dynobj, ".got.plt");
2622 if (! htab->sgot || ! htab->sgotplt || ! htab->srelgot)
3011 htab->sgotplt->size += 4;
3013 htab->sgotplt->size += 8;
3494 BFD_ASSERT (htab->sgotplt && htab->sgotplt->size == 12);
3495 htab->sgotplt->size = 0;
3506 htab->root.hgot->root.u.def.value = htab->sgotplt->size;
3507 htab->sgotplt->size += 12;
3524 || s == htab->sgotplt
3676 return (htab->sgot->output_offset - htab->sgotplt->output_offset
3826 asection *sgotplt = NULL;
3841 sgotplt = htab->sgotplt;
4470 BFD_ASSERT (sgotplt != NULL);
4471 relocation = (sgotplt->output_offset
4678 BFD_ASSERT (sgotplt != NULL);
4680 relocation -= sgotplt->output_section->vma + sgotplt->output_offset
4708 BFD_ASSERT (sgotplt != NULL);
4709 relocation = sgotplt->output_section->vma + sgotplt->output_offset;
5046 + sgotplt->output_offset);
5184 if (sgot == NULL || sgotplt == NULL)
5381 if (sgot == NULL || sgotplt == NULL)
6701 asection *sgotplt;
6716 sgotplt = htab->sgotplt;
6718 BFD_ASSERT (splt != NULL && sgotplt != NULL && srelplt != NULL);
6736 got_offset = plt_index * 8 + 12 - sgotplt->size;
6774 (sgotplt->output_section->vma
6775 + sgotplt->output_offset
6840 sgotplt->contents + got_offset);
6845 sgotplt->contents + got_offset + 4);
6848 rel.r_offset = (sgotplt->output_section->vma
6849 + sgotplt->output_offset
6882 rel.r_offset = (sgotplt->output_section->vma
6883 + sgotplt->output_offset
7061 asection *sgotplt;
7068 sgotplt = htab->sgotplt;
7076 BFD_ASSERT (sgotplt != NULL && sdyn != NULL);
7175 (sgotplt->output_section->vma
7176 + sgotplt->output_offset
7227 if (sgotplt && sgotplt->size > 0 && !htab->fdpic_p)
7230 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents);
7234 sgotplt->contents);
7235 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 4);
7236 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 8);
7239 if (sgotplt && sgotplt->size > 0)
7240 elf_section_data (sgotplt->output_section)->this_hdr.sh_entsize = 4;