Home | History | Annotate | Download | only in bfd

Lines Matching defs:sgot

1597   if (htab->sgot == NULL
1862 s = htab->sgot;
2046 s = htab->sgot;
2075 || s == htab->sgot
2177 asection *sgot, *splt, *sreloc;
2185 sgot = htab->sgot;
2438 BFD_ASSERT (sgot != NULL);
2440 relocation = -(relocation - sgot->output_section->vma);
2447 BFD_ASSERT (sgot != NULL);
2449 relocation -= sgot->output_section->vma;
2460 relocation = sgot->output_section->vma;
2476 relocation = sgot->output_section->vma;
2493 BFD_ASSERT (sgot != NULL);
2530 sgot->contents + off);
2535 relocation = sgot->output_offset + off;
2554 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
2566 outrel.r_offset = (sgot->output_section->vma
2567 + sgot->output_offset
2580 relocation = sgot->output_offset + off;
2891 asection *sgot;
2904 sgot = htab->sgotplt;
2906 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
2924 + (((sgot->output_section->vma
2925 + sgot->output_offset
2930 + ((sgot->output_section->vma
2931 + sgot->output_offset
2970 sgot->contents + got_offset);
2973 rela.r_offset = (sgot->output_section->vma
2974 + sgot->output_offset
2992 asection *sgot;
2999 sgot = htab->sgot;
3001 BFD_ASSERT (sgot != NULL && srela != NULL);
3003 rela.r_offset = (sgot->output_section->vma
3004 + sgot->output_offset
3026 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
3079 asection *sgot;
3091 sgot = htab->sgotplt;
3099 BFD_ASSERT (sgot != NULL && sdyn != NULL);
3150 addr = sgot->output_section->vma + sgot->output_offset + 4;
3168 if (sgot && sgot->size > 0)
3171 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
3175 sgot->contents);
3176 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
3177 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
3179 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
3392 if (htab->sgot == NULL)