Home | History | Annotate | Download | only in bfd

Lines Matching defs:sgot

1597   if (htab->sgot
1862 s = htab->sgot;
2046 s = htab->sgot;
2075 || s == htab->sgot
2177 asection *sgot, *splt, *sreloc;
2185 sgot = htab->sgot;
2439 BFD_ASSERT (sgot != NULL);
2441 relocation = -(relocation - sgot->output_section->vma);
2448 BFD_ASSERT (sgot != NULL);
2450 relocation -= sgot->output_section->vma;
2461 relocation = sgot->output_section->vma;
2477 relocation = sgot->output_section->vma;
2494 BFD_ASSERT (sgot != NULL);
2531 sgot->contents + off);
2536 relocation = sgot->output_offset + off;
2555 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
2567 outrel.r_offset = (sgot->output_section->vma
2568 + sgot->output_offset
2581 relocation = sgot->output_offset + off;
2892 asection *sgot;
2905 sgot = htab->sgotplt;
2907 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
2925 + (((sgot->output_section->vma
2926 + sgot->output_offset
2931 + ((sgot->output_section->vma
2932 + sgot->output_offset
2971 sgot->contents + got_offset);
2974 rela.r_offset = (sgot->output_section->vma
2975 + sgot->output_offset
2993 asection *sgot;
3000 sgot = htab->sgot;
3002 BFD_ASSERT (sgot != NULL && srela != NULL);
3004 rela.r_offset = (sgot->output_section->vma
3005 + sgot->output_offset
3027 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
3081 asection *sgot;
3093 sgot = htab->sgotplt;
3101 BFD_ASSERT (sgot != NULL && sdyn != NULL);
3152 addr = sgot->output_section->vma + sgot->output_offset + 4;
3170 if (sgot && sgot->size > 0)
3173 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
3177 sgot->contents);
3178 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
3179 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
3181 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
3393 if (htab->sgot == NULL)