Searched refs:srela (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/binutils/bfd/
H A Delf32-vax.c1735 asection *srela;
1748 srela = elf_hash_table (info)->srelplt;
1749 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1790 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1804 asection *srela;
1811 srela = elf_hash_table (info)->srelgot;
1812 BFD_ASSERT (sgot != NULL && srela != NULL);
1821 loc = srela->contents;
1822 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
1734 asection *srela; local
1803 asection *srela; local
H A Delf32-or1k.c1809 asection *srela; local
1822 srela = htab->root.srelplt;
1823 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1881 loc = srela->contents;
1898 asection *srela; local
1904 srela = htab->root.srelgot;
1905 BFD_ASSERT (sgot != NULL && srela != NULL);
1931 loc = srela->contents;
1932 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
1934 ++srela
[all...]
H A Delf32-m68k.c3448 asection *srela,
3453 loc = srela->contents;
3454 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
3533 asection *srela)
3577 elf_m68k_install_rela (output_bfd, srela, &outrel);
3599 asection *srela;
3610 srela = NULL;
3821 srela = elf_hash_table (info)->srelgot;
3822 BFD_ASSERT (srela != NULL);
3830 srela);
3445 elf_m68k_install_rela(bfd *output_bfd, asection *srela, Elf_Internal_Rela *rela) argument
3525 elf_m68k_init_got_entry_local_shared(struct bfd_link_info *info, bfd *output_bfd, enum elf_m68k_reloc_type r_type, asection *sgot, bfd_vma got_entry_offset, bfd_vma relocation, asection *srela) argument
3597 asection *srela; local
4204 asection *srela; local
4277 asection *srela; local
[all...]
H A Delf32-microblaze.c3148 asection *srela;
3161 srela = htab->elf.srelplt;
3163 BFD_ASSERT (splt != NULL && srela != NULL && sgotplt != NULL);
3198 loc = srela->contents;
3217 asection *srela;
3224 srela = htab->elf.srelgot;
3225 BFD_ASSERT (sgot != NULL && srela != NULL);
3241 srela, srela->reloc_count++,
3251 srela, srel
3144 asection *srela; local
3213 asection *srela; local
[all...]
H A Delf32-m32r.c3099 asection *srela;
3112 srela = htab->root.srelplt;
3113 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
3185 loc = srela->contents;
3200 asection *srela;
3207 srela = htab->root.srelgot;
3208 BFD_ASSERT (sgot != NULL && srela != NULL);
3238 loc = srela->contents;
3239 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
3241 ++srela
3094 asection *srela; local
3195 asection *srela; local
[all...]
H A Delf32-lm32.c1551 asection *srela; local
1563 srela = htab->root.srelplt;
1564 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1601 loc = srela->contents;
1617 asection *srela; local
1623 srela = htab->root.srelgot;
1624 BFD_ASSERT (sgot != NULL && srela != NULL);
1654 loc = srela->contents;
1655 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
1657 ++srela
[all...]
H A Delf32-cris.c2102 asection *srela;
2142 srela = htab->root.srelplt;
2144 && (! has_gotplt || srela != NULL));
2195 loc = srela->contents + rela_plt_index * sizeof (Elf32_External_Rela);
2232 asection *srela;
2240 srela = htab->root.srelgot;
2241 BFD_ASSERT (sgot != NULL && srela != NULL);
2268 loc = srela->contents;
2269 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
2095 asection *srela; local
2225 asection *srela; local
H A Delfxx-tilegx.c4097 asection *srela;
4112 srela = htab->elf.srelplt;
4115 if (splt == NULL || srela == NULL)
4135 loc = srela->contents + rela_index * TILEGX_ELF_RELA_BYTES (htab);
4157 asection *srela;
4163 srela = htab->elf.srelgot;
4164 BFD_ASSERT (sgot != NULL && srela != NULL);
4193 tilegx_elf_append_rela (output_bfd, srela, &rela);
4094 asection *srela; local
4154 asection *srela; local
H A Delf32-tilepro.c3710 asection *srela;
3723 srela = htab->elf.srelplt;
3726 if (splt == NULL || srela == NULL)
3745 loc = srela->contents + rela_index * sizeof (Elf32_External_Rela);
3767 asection *srela;
3773 srela = htab->elf.srelgot;
3774 BFD_ASSERT (sgot != NULL && srela != NULL);
3803 tilepro_elf_append_rela_32 (output_bfd, srela, &rela);
3707 asection *srela; local
3764 asection *srela; local
H A Delf32-tic6x.c1678 elf32_tic6x_install_rela (bfd *output_bfd, asection *srela, argument
1682 bfd_vma off = srela->reloc_count++ * sizeof (Elf32_External_Rela);
1683 loc = srela->contents + off;
1684 BFD_ASSERT (off < srela->size);
1823 asection *srela; local
1829 srela = htab->elf.srelgot;
1830 BFD_ASSERT (sgot != NULL && srela != NULL);
1856 elf32_tic6x_install_rela (output_bfd, srela, &outrel);
H A Delf32-nios2.c5108 asection *srela; local
5120 srela = htab->root.srelplt;
5121 BFD_ASSERT (splt != NULL && sgotplt != NULL && srela != NULL);
5168 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
5193 asection *srela; local
5201 srela = htab->root.srelgot;
5202 BFD_ASSERT (sgot != NULL && srela != NULL);
5229 loc = srela->contents;
5230 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delfxx-sparc.c4368 asection *srela;
4379 srela = htab->elf.srelplt;
4384 srela = htab->elf.irelplt;
4387 if (splt == NULL || srela == NULL)
4484 loc = srela->contents;
4507 asection *srela;
4513 srela = htab->elf.srelgot;
4514 BFD_ASSERT (sgot != NULL && srela != NULL);
4560 sparc_elf_append_rela (output_bfd, srela, &rela);
4363 asection *srela; local
4502 asection *srela; local
H A Delfnn-riscv.c2362 asection *srela; local
2368 srela = htab->elf.srelgot;
2369 BFD_ASSERT (sgot != NULL && srela != NULL);
2397 riscv_elf_append_rela (output_bfd, srela, &rela);
H A Delf32-bfin.c5103 asection *srela;
5111 srela = elf_hash_table (info)->srelgot;
5112 BFD_ASSERT (sgot != NULL && srela != NULL);
5144 loc = srela->contents;
5145 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
5097 asection *srela; local
H A Delf32-s390.c2072 asection *srela; local
2095 srela = elf_section_data (p->sec)->sreloc;
2096 srela->size += p->count * sizeof (Elf32_External_Rela);
2112 srela = htab->elf.srelgot;
2122 srela->size += sizeof (Elf32_External_Rela);
H A Delf64-s390.c2013 asection *srela; local
2036 srela = elf_section_data (p->sec)->sreloc;
2037 srela->size += p->count * sizeof (Elf64_External_Rela);
2053 srela = htab->elf.srelgot;
2063 srela->size += sizeof (Elf64_External_Rela);
H A Delf32-metag.c3074 asection *srela; local
3087 srela = htab->etab.srelplt;
3088 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-m68k.c1932 asection *srela;
1945 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1946 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
2020 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
2034 asection *srela;
2042 srela = bfd_get_section_by_name (dynobj, ".rela.got");
2043 BFD_ASSERT (sgot != NULL && srela != NULL);
2073 loc = srela->contents;
2074 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
1931 asection *srela; local
2033 asection *srela; local
H A Delf32-vax.c1827 asection *srela;
1840 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1841 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1882 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1896 asection *srela;
1903 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1904 BFD_ASSERT (sgot != NULL && srela != NULL);
1928 loc = srela->contents;
1929 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
1826 asection *srela; local
1895 asection *srela; local
H A Delf32-cris.c1588 asection *srela;
1623 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1625 && (! has_gotplt || srela != NULL));
1676 loc = srela->contents + gotplt_index * sizeof (Elf32_External_Rela);
1712 asection *srela;
1720 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1721 BFD_ASSERT (sgot != NULL && srela != NULL);
1748 loc = srela->contents;
1749 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
1581 asection *srela; local
1705 asection *srela; local
H A Delf32-m32r.c3194 asection *srela;
3207 srela = htab->srelplt;
3208 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
3280 loc = srela->contents;
3295 asection *srela;
3302 srela = htab->srelgot;
3303 BFD_ASSERT (sgot != NULL && srela != NULL);
3333 loc = srela->contents;
3334 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
3336 ++srela
3189 asection *srela; local
3290 asection *srela; local
[all...]
H A Delfxx-sparc.c3648 asection *srela;
3659 srela = htab->srelplt;
3660 BFD_ASSERT (splt != NULL && srela != NULL);
3712 loc = srela->contents;
3745 asection *srela;
3751 srela = htab->srelgot;
3752 BFD_ASSERT (sgot != NULL && srela != NULL);
3781 SPARC_ELF_APPEND_RELA (htab, output_bfd, srela, &rela);
3643 asection *srela; local
3740 asection *srela; local
H A Delf32-bfin.c5017 asection *srela;
5025 srela = bfd_get_section_by_name (dynobj, ".rela.got");
5026 BFD_ASSERT (sgot != NULL && srela != NULL);
5057 loc = srela->contents;
5058 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
5014 asection *srela; local
H A Delf32-s390.c2043 asection *srela; local
2064 srela = elf_section_data (p->sec)->sreloc;
2065 srela->size += p->count * sizeof (Elf32_External_Rela);
2081 srela = htab->srelgot;
2091 srela->size += sizeof (Elf32_External_Rela);
H A Delf64-s390.c2015 asection *srela; local
2036 srela = elf_section_data (p->sec)->sreloc;
2037 srela->size += p->count * sizeof (Elf64_External_Rela);
2053 srela = htab->srelgot;
2063 srela->size += sizeof (Elf64_External_Rela);

Completed in 693 milliseconds

12