Home | History | Annotate | Download | only in bfd

Lines Matching defs:srelgot

1504 		      asection *srelgot;
1509 srelgot = htab->root.srelgot;
1510 BFD_ASSERT (srelgot != NULL);
1515 loc = srelgot->contents;
1516 loc += (srelgot->reloc_count
1519 ++srelgot->reloc_count;
1703 asection *srelgot;
1709 srelgot = htab->root.srelgot;
1775 BFD_ASSERT (srelgot->contents != NULL);
1792 loc = srelgot->contents;
1793 loc += (srelgot->reloc_count++
1813 BFD_ASSERT (srelgot->contents != NULL);
1828 loc = srelgot->contents;
1829 loc += srelgot->reloc_count++ * sizeof (Elf32_External_Rela);
2582 asection *srelgot;
2588 srelgot = htab->root.srelgot;
2589 BFD_ASSERT (sgot != NULL && srelgot != NULL);
2615 loc = srelgot->contents;
2616 loc += srelgot->reloc_count * sizeof (Elf32_External_Rela);
2618 ++srelgot->reloc_count;
2949 &sgot->size, &htab->root.srelgot->size);
3127 srel = htab->root.srelgot;