Home | History | Annotate | Download | only in bfd

Lines Matching defs:sgot

590   if (htab->sgot != NULL)
612 htab->sgot= s;
708 asection * sgot;
711 sgot = NULL;
763 sgot = elf_hash_table (info)->sgot;
765 BFD_ASSERT (sgot != NULL && srelgot != NULL);
773 h->got.offset = sgot->size;
809 local_got_offsets[r_symndx] = sgot->size;
818 sgot->size += 4;
1024 asection *sgot = elf_hash_table (info)->sgot;
1042 bfd_put_32 (output_bfd, Rvalue, sgot->contents + off);
1047 bfd_put_32 (output_bfd, Rvalue, sgot->contents + off);
1050 Rvalue = sgot->output_offset + off;
1066 asection *sgot = elf_hash_table (info)->sgot;
1086 bfd_put_32 (output_bfd, Rvalue, sgot->contents + off);
1092 sgot->contents + off);
1095 Rvalue = sgot->output_offset + off;
2517 asection * sgot;
2523 sgot = elf_hash_table (info)->sgot;
2525 BFD_ASSERT (sgot != NULL && srel != NULL);
2527 rel.r_offset = (sgot->output_section->vma
2528 + sgot->output_offset
2547 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
2597 asection * sgot;
2602 sgot = elf_hash_table (info)->sgotplt;
2603 BFD_ASSERT (sgot != NULL);
2650 if (sgot->size > 0)
2653 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
2657 sgot->contents);
2660 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;