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 bfd_put_32 (output_bfd, Rvalue, sgot
1095 Rvalue = sgot->output_offset + off;
2507 asection * sgot;
2513 sgot = elf_hash_table (info)->sgot;
2515 BFD_ASSERT (sgot != NULL && srel != NULL);
2517 rel.r_offset = (sgot->output_section->vma
2518 + sgot->output_offset
2537 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
2588 asection * sgot;
2593 sgot = elf_hash_table (info)->sgotplt;
2594 BFD_ASSERT (sgot != NULL);
2641 if (sgot->size > 0)
2644 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
2648 sgot->contents);
2651 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;