Searched refs:srelplt (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i386.c597 asection *srelplt;
668 ret->srelplt = NULL;
722 htab->srelplt = bfd_get_section_by_name (dynobj, ".rel.plt");
727 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1527 htab->srelplt->size += sizeof (Elf32_External_Rel);
1839 if (s->size != 0 && s != htab->srelplt)
2990 || htab->srelplt == NULL)
3041 loc = htab->srelplt->contents + plt_index * sizeof (Elf32_External_Rel);
3191 s = htab->srelplt;
3196 s = htab->srelplt;
595 asection *srelplt; member in struct:elf_i386_link_hash_table
[all...]
H A Delf64-x86-64.c367 asection *srelplt;
437 ret->srelplt = NULL;
491 htab->srelplt = bfd_get_section_by_name (dynobj, ".rela.plt");
496 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1327 htab->srelplt->size += sizeof (Elf64_External_Rela);
1630 if (s->size != 0 && s != htab->srelplt)
2484 || htab->srelplt == NULL)
2536 loc = htab->srelplt->contents + plt_index * sizeof (Elf64_External_Rela);
2689 dyn.d_un.d_ptr = htab->srelplt->output_section->vma;
2693 s = htab->srelplt
365 asection *srelplt; member in struct:elf64_x86_64_link_hash_table
[all...]
H A Delf32-hppa.c251 asection *srelplt; member in struct:elf32_hppa_link_hash_table
387 ret->srelplt = NULL;
951 htab->srelplt = bfd_get_section_by_name (abfd, ".rela.plt");
1863 htab->srelplt->size += sizeof (Elf32_External_Rela);
2133 srel = htab->srelplt;
2192 if (s != htab->srelplt)
2251 if (htab->srelplt->size != 0)
3609 asection *s = htab->srelplt;
3887 loc = htab->srelplt->contents;
3888 loc += htab->srelplt
[all...]
H A Delf64-s390.c656 asection *srelplt; member in struct:elf_s390_link_hash_table
730 ret->srelplt = NULL;
788 htab->srelplt = bfd_get_section_by_name (dynobj, ".rela.plt");
793 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1758 htab->srelplt->size += sizeof (Elf64_External_Rela);
2069 if (s->size != 0 && s != htab->srelplt)
3074 || htab->srelplt == NULL)
3131 loc = htab->srelplt->contents + plt_index * sizeof (Elf64_External_Rela);
3285 dyn.d_un.d_ptr = htab->srelplt->output_section->vma;
3289 s = htab->srelplt
[all...]
H A Delf32-xtensa.c1207 asection *srelplt = (asection *) arg;
1213 srelplt->size += (h->plt.refcount * sizeof (Elf32_External_Rela));
1270 asection *s, *srelplt, *splt, *sgotplt, *srelgot, *spltlittbl, *sgotloc;
1321 srelplt = bfd_get_section_by_name (dynobj, ".rela.plt");
1322 if (srelplt == NULL)
1326 (void *) srelplt);
1337 plt_entries = srelplt->size / sizeof (Elf32_External_Rela);
2001 asection *srelgot, *srelplt;
2016 srelplt = NULL;
2020 srelplt
1203 asection *srelplt = (asection *) arg; local
1266 asection *s, *srelplt, *splt, *sgotplt, *srelgot, *spltlittbl, *sgotloc; local
1995 asection *srelgot, *srelplt; local
2505 asection *sdyn, *srelplt, *sgot, *sxtlit, *sgotloc; local
[all...]
H A Delf32-m32r.c1613 asection *srelplt;
1700 ret->srelplt = NULL;
1800 htab->srelplt = s;
2178 htab->srelplt->size += sizeof (Elf32_External_Rela);
2434 if (s->size != 0 && s != htab->srelplt)
3322 srela = htab->srelplt;
3540 s = htab->srelplt->output_section;
3548 s = htab->srelplt->output_section;
3564 if (htab->srelplt != NULL)
3566 s = htab->srelplt
1609 asection *srelplt; member in struct:elf_m32r_link_hash_table
[all...]
H A Delf32-s390.c703 asection *srelplt; member in struct:elf_s390_link_hash_table
777 ret->srelplt = NULL;
835 htab->srelplt = bfd_get_section_by_name (dynobj, ".rela.plt");
840 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1786 htab->srelplt->size += sizeof (Elf32_External_Rela);
3077 || htab->srelplt == NULL)
3188 loc = htab->srelplt->contents + plt_index * sizeof (Elf32_External_Rela);
3343 dyn.d_un.d_ptr = htab->srelplt->output_section->vma;
3347 s = htab->srelplt->output_section;
H A Delf32-sh.c3724 asection *srelplt;
3811 ret->srelplt = NULL;
3925 htab->srelplt = s;
4239 htab->srelplt->size += sizeof (Elf32_External_Rela);
4553 if (s->size != 0 && s != htab->srelplt)
6962 srel = htab->srelplt;
7278 s = htab->srelplt->output_section;
7286 s = htab->srelplt->output_section;
7302 if (htab->srelplt != NULL)
7304 s = htab->srelplt
3722 asection *srelplt; member in struct:elf_sh_link_hash_table
[all...]
H A Delf32-sparc.c641 asection *srelplt;
713 ret->srelplt = NULL;
770 htab->srelplt = bfd_get_section_by_name (dynobj, ".rela.plt");
775 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1661 htab->srelplt->size += sizeof (Elf32_External_Rela);
2023 if (htab->srelplt->size != 0)
3074 srela = htab->srelplt;
637 asection *srelplt; member in struct:elf32_sparc_link_hash_table
H A Delf32-arm.h206 asection *srelplt; member in struct:elf32_arm_link_hash_table
290 htab->srelplt = bfd_get_section_by_name (dynobj, ".rel.plt");
296 || !htab->srelplt
375 ret->srelplt = NULL;
3484 htab->srelplt->size += sizeof (Elf32_External_Rel);

Completed in 162 milliseconds