Home
last modified time | relevance | path

Searched refs:srela (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-vax.c1874 asection *srela; local
1887 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1888 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1929 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1943 asection *srela; local
1950 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1951 BFD_ASSERT (sgot != NULL && srela != NULL);
1975 loc = srela->contents;
1976 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf32-m88k.c1790 asection *srela; local
1804 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1805 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1856 srela->contents
1870 asection *srela; local
1878 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1879 BFD_ASSERT (sgot != NULL && srela != NULL);
1909 loc = srela->contents;
1910 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf32-m68k.c1779 asection *srela; local
1792 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1793 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1856 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1870 asection *srela; local
1878 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1879 BFD_ASSERT (sgot != NULL && srela != NULL);
1909 loc = srela->contents;
1910 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf32-cris.c1424 asection *srela; local
1459 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1461 && (! has_gotplt || srela != NULL));
1511 loc = srela->contents + gotplt_index * sizeof (Elf32_External_Rela);
1548 asection *srela; local
1556 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1557 BFD_ASSERT (sgot != NULL && srela != NULL);
1584 loc = srela->contents;
1585 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf64-sparc.c2704 asection *srela; local
2713 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
2714 BFD_ASSERT (splt != NULL && srela != NULL);
2738 loc = srela->contents;
2760 asection *srela; local
2767 srela = bfd_get_section_by_name (dynobj, ".rela.got");
2768 BFD_ASSERT (sgot != NULL && srela != NULL);
2797 loc = srela->contents;
2798 loc += srela->reloc_count++ * sizeof (Elf64_External_Rela);
H A Delf32-sparc.c3069 asection *srela; local
3079 srela = htab->srelplt;
3080 BFD_ASSERT (splt != NULL && srela != NULL);
3099 loc = srela->contents;
3123 asection *srela; local
3131 srela = htab->srelgot;
3132 BFD_ASSERT (sgot != NULL && srela != NULL);
3161 loc = srela->contents;
3162 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf32-m32r.c3243 asection *srela; local
3256 srela = htab->srelplt;
3257 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
3329 loc = srela->contents;
3344 asection *srela; local
3351 srela = htab->srelgot;
3352 BFD_ASSERT (sgot != NULL && srela != NULL);
3382 loc = srela->contents;
3383 loc += srela->reloc_count * sizeof(Elf32_External_Rela);
3385 ++srela->reloc_count;
H A Delf64-s390.c1982 asection *srela; local
2006 srela = elf_section_data (p->sec)->sreloc;
2007 srela->_raw_size += p->count * sizeof (Elf64_External_Rela);
2023 srela = htab->srelgot;
2033 srela->_raw_size += sizeof (Elf64_External_Rela);
H A Delf32-s390.c2012 asection *srela; local
2036 srela = elf_section_data (p->sec)->sreloc;
2037 srela->_raw_size += p->count * sizeof (Elf32_External_Rela);
2053 srela = htab->srelgot;
2063 srela->_raw_size += sizeof (Elf32_External_Rela);
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-vax.c1826 asection *srela; in elf_vax_finish_dynamic_symbol() local
1839 srela = bfd_get_section_by_name (dynobj, ".rela.plt"); in elf_vax_finish_dynamic_symbol()
1840 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL); in elf_vax_finish_dynamic_symbol()
1881 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela); in elf_vax_finish_dynamic_symbol()
1895 asection *srela; in elf_vax_finish_dynamic_symbol() local
1902 srela = bfd_get_section_by_name (dynobj, ".rela.got"); in elf_vax_finish_dynamic_symbol()
1903 BFD_ASSERT (sgot != NULL && srela != NULL); in elf_vax_finish_dynamic_symbol()
1927 loc = srela->contents; in elf_vax_finish_dynamic_symbol()
1928 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela); in elf_vax_finish_dynamic_symbol()
H A Delf32-m88k.c1784 asection *srela; local
1798 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1799 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1850 srela->contents
1864 asection *srela; local
1872 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1873 BFD_ASSERT (sgot != NULL && srela != NULL);
1903 loc = srela->contents;
1904 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf32-m68k.c1931 asection *srela; local
1944 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1945 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
2019 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
2033 asection *srela; local
2041 srela = bfd_get_section_by_name (dynobj, ".rela.got");
2042 BFD_ASSERT (sgot != NULL && srela != NULL);
2072 loc = srela->contents;
2073 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf32-cris.c1581 asection *srela; local
1616 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1618 && (! has_gotplt || srela != NULL));
1669 loc = srela->contents + gotplt_index * sizeof (Elf32_External_Rela);
1705 asection *srela; local
1713 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1714 BFD_ASSERT (sgot != NULL && srela != NULL);
1741 loc = srela->contents;
1742 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf32-m32r.c3189 asection *srela; in m32r_elf_finish_dynamic_symbol() local
3202 srela = htab->srelplt; in m32r_elf_finish_dynamic_symbol()
3203 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL); in m32r_elf_finish_dynamic_symbol()
3275 loc = srela->contents; in m32r_elf_finish_dynamic_symbol()
3290 asection *srela; in m32r_elf_finish_dynamic_symbol() local
3297 srela = htab->srelgot; in m32r_elf_finish_dynamic_symbol()
3298 BFD_ASSERT (sgot != NULL && srela != NULL); in m32r_elf_finish_dynamic_symbol()
3328 loc = srela->contents; in m32r_elf_finish_dynamic_symbol()
3329 loc += srela->reloc_count * sizeof (Elf32_External_Rela); in m32r_elf_finish_dynamic_symbol()
3331 ++srela->reloc_count; in m32r_elf_finish_dynamic_symbol()
H A Delfxx-sparc.c3634 asection *srela; in _bfd_sparc_elf_finish_dynamic_symbol() local
3645 srela = htab->srelplt; in _bfd_sparc_elf_finish_dynamic_symbol()
3646 BFD_ASSERT (splt != NULL && srela != NULL); in _bfd_sparc_elf_finish_dynamic_symbol()
3698 loc = srela->contents; in _bfd_sparc_elf_finish_dynamic_symbol()
3721 asection *srela; in _bfd_sparc_elf_finish_dynamic_symbol() local
3727 srela = htab->srelgot; in _bfd_sparc_elf_finish_dynamic_symbol()
3728 BFD_ASSERT (sgot != NULL && srela != NULL); in _bfd_sparc_elf_finish_dynamic_symbol()
3757 sparc_elf_append_rela (output_bfd, srela, &rela); in _bfd_sparc_elf_finish_dynamic_symbol()
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);
H A Delf32-bfin.c5014 asection *srela; in bfin_finish_dynamic_symbol() local
5022 srela = bfd_get_section_by_name (dynobj, ".rela.got"); in bfin_finish_dynamic_symbol()
5023 BFD_ASSERT (sgot != NULL && srela != NULL); in bfin_finish_dynamic_symbol()
5054 loc = srela->contents; in bfin_finish_dynamic_symbol()
5055 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela); in bfin_finish_dynamic_symbol()