HomeSort by: relevance | last modified time | path
    Searched defs:srelgot (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/bfd/
elf32-cr16.c 709 asection * srelgot; local
712 srelgot = NULL;
764 srelgot = elf_hash_table (info)->srelgot;
765 BFD_ASSERT (sgot != NULL && srelgot != NULL);
782 srelgot->size += sizeof (Elf32_External_Rela);
815 srelgot->size += sizeof (Elf32_External_Rela);
2416 s = elf_hash_table (info)->srelgot;
2514 srel = elf_hash_table (info)->srelgot;
elf32-vax.c 1027 s = elf_hash_table (info)->srelgot;
1192 asection *srelgot;
1202 srelgot = elf_hash_table (info)->srelgot;
1223 srelgot->size += sizeof (Elf32_External_Rela);
1721 srela = elf_hash_table (info)->srelgot;
1191 asection *srelgot; local
elf-m10300.c 1060 asection * srelgot; local
1065 srelgot = NULL;
1174 srelgot = htab->root.srelgot;
1175 BFD_ASSERT (sgot != NULL && srelgot != NULL);
1217 srelgot->size += sizeof (Elf32_External_Rela);
1219 srelgot->size += sizeof (Elf32_External_Rela);
1255 srelgot->size += sizeof (Elf32_External_Rela);
1259 srelgot->size += sizeof (Elf32_External_Rela);
1798 asection *srelgot = htab->root.srelgot local
1875 asection *srelgot = htab->root.srelgot;; local
    [all...]
elf32-cris.c 996 asection *srelgot;
1011 srelgot = NULL;
1291 srelgot = htab->root.srelgot;
1292 BFD_ASSERT (srelgot != NULL);
1299 loc = srelgot->contents;
1300 loc += srelgot->reloc_count++ * sizeof (Elf32_External_Rela);
1622 srelgot = htab->root.srelgot;
1623 BFD_ASSERT (srelgot != NULL)
990 asection *srelgot; local
2560 asection *srelgot; local
2959 asection *srelgot; local
3742 asection *srelgot = elf_hash_table (info)->srelgot; local
    [all...]
elf32-lm32.c 77 (lm32_elf_hash_table (info)->root.srelgot)
931 asection *srelgot; local
936 srelgot = htab->root.srelgot;
937 BFD_ASSERT (srelgot != NULL);
944 loc = srelgot->contents;
945 loc += srelgot->reloc_count * sizeof (Elf32_External_Rela);
947 ++srelgot->reloc_count;
1508 srela = htab->root.srelgot;
1811 htab->root.srelgot->size += sizeof (Elf32_External_Rela)
    [all...]
elf32-m32r.c 1868 htab->srelgot->size += sizeof (Elf32_External_Rela);
2047 srel = htab->srelgot;
2559 asection *srelgot;
2564 srelgot = htab->srelgot;
2565 BFD_ASSERT (srelgot != NULL);
2572 loc = srelgot->contents;
2573 loc += srelgot->reloc_count * sizeof (Elf32_External_Rela);
2575 ++srelgot->reloc_count;
3001 srela = htab->srelgot;
2554 asection *srelgot; local
    [all...]
elf32-or1k.c 1505 asection *srelgot; local
1510 srelgot = htab->root.srelgot;
1511 BFD_ASSERT (srelgot != NULL);
1516 loc = srelgot->contents;
1517 loc += (srelgot->reloc_count
1520 ++srelgot->reloc_count;
1704 asection *srelgot; local
1710 srelgot = htab->root.srelgot;
2584 asection *srelgot; local
    [all...]
elf32-s390.c 1673 htab->elf.srelgot->size += sizeof (Elf32_External_Rela);
1675 htab->elf.srelgot->size += 2 * sizeof (Elf32_External_Rela);
1679 htab->elf.srelgot->size += sizeof (Elf32_External_Rela);
1853 srela = htab->elf.srelgot;
1889 htab->elf.srelgot->size += sizeof (Elf32_External_Rela);
2322 asection *srelgot; local
2326 srelgot = htab->elf.srelgot;
2327 if (srelgot == NULL)
2335 loc = srelgot->contents
    [all...]
elfxx-x86.c 360 htab->elf.srelgot->size += 2 * htab->sizeof_reloc;
363 htab->elf.srelgot->size += htab->sizeof_reloc;
365 htab->elf.srelgot->size += 2 * htab->sizeof_reloc;
374 htab->elf.srelgot->size += htab->sizeof_reloc;
1468 asection *srelgot = htab->elf.srelgot; local
1586 srel = srelgot;
2086 asection *srelgot = htab->elf.srelgot; local
2092 srel = srelgot;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-cr16.c 709 asection * srelgot; local
712 srelgot = NULL;
764 srelgot = elf_hash_table (info)->srelgot;
765 BFD_ASSERT (sgot != NULL && srelgot != NULL);
782 srelgot->size += sizeof (Elf32_External_Rela);
815 srelgot->size += sizeof (Elf32_External_Rela);
2426 s = elf_hash_table (info)->srelgot;
2524 srel = elf_hash_table (info)->srelgot;
elf32-vax.c 1027 s = elf_hash_table (info)->srelgot;
1192 asection *srelgot;
1202 srelgot = elf_hash_table (info)->srelgot;
1223 srelgot->size += sizeof (Elf32_External_Rela);
1720 srela = elf_hash_table (info)->srelgot;
1191 asection *srelgot; local
elf-m10300.c 1060 asection * srelgot; local
1065 srelgot = NULL;
1174 srelgot = htab->root.srelgot;
1175 BFD_ASSERT (sgot != NULL && srelgot != NULL);
1217 srelgot->size += sizeof (Elf32_External_Rela);
1219 srelgot->size += sizeof (Elf32_External_Rela);
1255 srelgot->size += sizeof (Elf32_External_Rela);
1259 srelgot->size += sizeof (Elf32_External_Rela);
1798 asection *srelgot = htab->root.srelgot local
1875 asection *srelgot = htab->root.srelgot;; local
    [all...]
elf32-cris.c 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)
990 asection *srelgot; local
2558 asection *srelgot; local
2957 asection *srelgot; local
3740 asection *srelgot = elf_hash_table (info)->srelgot; local
    [all...]
elf32-lm32.c 77 (lm32_elf_hash_table (info)->root.srelgot)
930 asection *srelgot; local
935 srelgot = htab->root.srelgot;
936 BFD_ASSERT (srelgot != NULL);
943 loc = srelgot->contents;
944 loc += srelgot->reloc_count * sizeof (Elf32_External_Rela);
946 ++srelgot->reloc_count;
1506 srela = htab->root.srelgot;
1809 htab->root.srelgot->size += sizeof (Elf32_External_Rela)
    [all...]
elf32-m32r.c 1868 htab->srelgot->size += sizeof (Elf32_External_Rela);
2047 srel = htab->srelgot;
2558 asection *srelgot;
2563 srelgot = htab->srelgot;
2564 BFD_ASSERT (srelgot != NULL);
2571 loc = srelgot->contents;
2572 loc += srelgot->reloc_count * sizeof (Elf32_External_Rela);
2574 ++srelgot->reloc_count;
3000 srela = htab->srelgot;
2553 asection *srelgot; local
    [all...]
elf32-or1k.c 1504 asection *srelgot; local
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; local
1709 srelgot = htab->root.srelgot;
2582 asection *srelgot; local
    [all...]
elf32-s390.c 1674 htab->elf.srelgot->size += sizeof (Elf32_External_Rela);
1676 htab->elf.srelgot->size += 2 * sizeof (Elf32_External_Rela);
1680 htab->elf.srelgot->size += sizeof (Elf32_External_Rela);
1854 srela = htab->elf.srelgot;
1890 htab->elf.srelgot->size += sizeof (Elf32_External_Rela);
2314 asection *srelgot; local
2318 srelgot = htab->elf.srelgot;
2319 if (srelgot == NULL)
2327 loc = srelgot->contents
    [all...]
elfxx-x86.c 352 htab->elf.srelgot->size += 2 * htab->sizeof_reloc;
355 htab->elf.srelgot->size += htab->sizeof_reloc;
357 htab->elf.srelgot->size += 2 * htab->sizeof_reloc;
366 htab->elf.srelgot->size += htab->sizeof_reloc;
1462 asection *srelgot = htab->elf.srelgot; local
1580 srel = srelgot;
2078 asection *srelgot = htab->elf.srelgot; local
2084 srel = srelgot;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-cr16.c 709 asection * srelgot; local
712 srelgot = NULL;
764 srelgot = elf_hash_table (info)->srelgot;
765 BFD_ASSERT (sgot != NULL && srelgot != NULL);
782 srelgot->size += sizeof (Elf32_External_Rela);
815 srelgot->size += sizeof (Elf32_External_Rela);
2425 s = elf_hash_table (info)->srelgot;
2522 srel = elf_hash_table (info)->srelgot;
elf32-vax.c 1002 s = elf_hash_table (info)->srelgot;
1165 asection *srelgot;
1175 srelgot = elf_hash_table (info)->srelgot;
1193 srelgot->size += sizeof (Elf32_External_Rela);
1686 srela = elf_hash_table (info)->srelgot;
1164 asection *srelgot; local
elf-m10300.c 1060 asection * srelgot; local
1065 srelgot = NULL;
1174 srelgot = htab->root.srelgot;
1175 BFD_ASSERT (sgot != NULL && srelgot != NULL);
1217 srelgot->size += sizeof (Elf32_External_Rela);
1219 srelgot->size += sizeof (Elf32_External_Rela);
1255 srelgot->size += sizeof (Elf32_External_Rela);
1259 srelgot->size += sizeof (Elf32_External_Rela);
1798 asection *srelgot = htab->root.srelgot local
1875 asection *srelgot = htab->root.srelgot;; local
    [all...]
elf32-cris.c 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)
990 asection *srelgot; local
2558 asection *srelgot; local
2957 asection *srelgot; local
3738 asection *srelgot = elf_hash_table (info)->srelgot; local
    [all...]
elf32-lm32.c 77 (lm32_elf_hash_table (info)->root.srelgot)
930 asection *srelgot; local
935 srelgot = htab->root.srelgot;
936 BFD_ASSERT (srelgot != NULL);
943 loc = srelgot->contents;
944 loc += srelgot->reloc_count * sizeof (Elf32_External_Rela);
946 ++srelgot->reloc_count;
1506 srela = htab->root.srelgot;
1809 htab->root.srelgot->size += sizeof (Elf32_External_Rela)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-cr16.c 709 asection * srelgot; local
712 srelgot = NULL;
764 srelgot = elf_hash_table (info)->srelgot;
765 BFD_ASSERT (sgot != NULL && srelgot != NULL);
782 srelgot->size += sizeof (Elf32_External_Rela);
815 srelgot->size += sizeof (Elf32_External_Rela);
2427 s = elf_hash_table (info)->srelgot;
2525 srel = elf_hash_table (info)->srelgot;
elf32-vax.c 1002 s = elf_hash_table (info)->srelgot;
1167 asection *srelgot;
1177 srelgot = elf_hash_table (info)->srelgot;
1195 srelgot->size += sizeof (Elf32_External_Rela);
1689 srela = elf_hash_table (info)->srelgot;
1166 asection *srelgot; local

Completed in 66 milliseconds

1 2 3