Home | History | Annotate | Download | only in bfd

Lines Matching defs:srelgot

996   asection *srelgot;
1011 srelgot = NULL;
1290 srelgot = htab->root.srelgot;
1291 BFD_ASSERT (srelgot != NULL);
1298 loc = srelgot->contents;
1299 loc += srelgot->reloc_count++ * sizeof (Elf32_External_Rela);
1621 srelgot = htab->root.srelgot;
1622 BFD_ASSERT (srelgot != NULL);
1623 loc = srelgot->contents;
1624 loc += srelgot->reloc_count++ * sizeof (Elf32_External_Rela);
1765 srelgot = htab->root.srelgot;
1766 BFD_ASSERT (srelgot != NULL);
1786 loc = srelgot->contents;
1787 loc += srelgot->reloc_count++ * sizeof (Elf32_External_Rela);
1790 if (srelgot->contents != NULL)
1897 srelgot = htab->root.srelgot;
1898 BFD_ASSERT (srelgot != NULL);
1922 loc = srelgot->contents;
1923 loc += srelgot->reloc_count++ * sizeof (Elf32_External_Rela);
1925 if (srelgot->contents != NULL)
2246 srela = htab->root.srelgot;
2567 asection *srelgot;
2570 srelgot = elf_hash_table (info)->srelgot;
2581 BFD_ASSERT (sgot != NULL && srelgot != NULL);
2587 srelgot->size += sizeof (Elf32_External_Rela);
2966 asection *srelgot;
2982 srelgot = NULL;
3075 srelgot = elf_hash_table (info)->srelgot;
3211 srelgot->size += sizeof (Elf32_External_Rela);
3224 srelgot->size += sizeof (Elf32_External_Rela);
3237 srelgot->size += sizeof (Elf32_External_Rela);
3259 srelgot->size += sizeof (Elf32_External_Rela);
3556 s = htab->root.srelgot;
3749 asection *srelgot = elf_hash_table (info)->srelgot;
3752 BFD_ASSERT (srelgot != NULL);
3754 srelgot->size -= sizeof (Elf32_External_Rela);