Searched refs:srelbss (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.h54 asection *srelbss; member in struct:_bfd_sparc_elf_link_hash_table
H A Delf32-i386.c664 asection *srelbss;
756 ret->srelbss = NULL;
817 htab->srelbss = bfd_get_section_by_name (dynobj, ".rel.bss");
820 || (!info->shared && !htab->srelbss))
1539 htab->srelbss->size += sizeof (Elf32_External_Rel);
3542 || htab->srelbss == NULL)
3549 loc = htab->srelbss->contents;
3550 loc += htab->srelbss->reloc_count++ * sizeof (Elf32_External_Rel);
662 asection *srelbss; member in struct:elf_i386_link_hash_table
H A Delf32-s390.c725 asection *srelbss; member in struct:elf_s390_link_hash_table
800 ret->srelbss = NULL;
860 htab->srelbss = bfd_get_section_by_name (dynobj, ".rela.bss");
863 || (!info->shared && !htab->srelbss))
1701 htab->srelbss->size += sizeof (Elf32_External_Rela);
3321 || htab->srelbss == NULL)
3329 loc = htab->srelbss->contents;
3330 loc += htab->srelbss->reloc_count++ * sizeof (Elf32_External_Rela);
H A Delf64-s390.c680 asection *srelbss; member in struct:elf_s390_link_hash_table
755 ret->srelbss = NULL;
815 htab->srelbss = bfd_get_section_by_name (dynobj, ".rela.bss");
818 || (!info->shared && !htab->srelbss))
1676 htab->srelbss->size += sizeof (Elf64_External_Rela);
3227 || htab->srelbss == NULL)
3235 loc = htab->srelbss->contents;
3236 loc += htab->srelbss->reloc_count++ * sizeof (Elf64_External_Rela);
H A Delf64-x86-64.c473 asection *srelbss;
560 ret->srelbss = NULL;
619 htab->srelbss = bfd_get_section_by_name (dynobj, ".rela.bss");
622 || (!info->shared && !htab->srelbss))
1405 htab->srelbss->size += sizeof (Elf64_External_Rela);
3203 || htab->srelbss == NULL)
3211 loc = htab->srelbss->contents;
3212 loc += htab->srelbss->reloc_count++ * sizeof (Elf64_External_Rela);
471 asection *srelbss; member in struct:elf64_x86_64_link_hash_table
H A Delfxx-mips.c328 asection *srelbss; member in struct:mips_elf_link_hash_table
6105 htab->srelbss = bfd_get_section_by_name (abfd, ".rela.bss");
6109 || (!htab->srelbss && !info->shared)
7180 htab->srelbss->size += sizeof (Elf32_External_Rela);
8596 htab->srelbss->contents
8597 + (htab->srelbss->reloc_count
8599 ++htab->srelbss->reloc_count;
10226 ret->srelbss = NULL;
H A Delfxx-sparc.c935 htab->srelbss = bfd_get_section_by_name (dynobj, ".rela.bss");
973 || (!info->shared && !htab->srelbss))
1819 htab->srelbss->size += SPARC_ELF_RELA_BYTES (htab);
H A Delf32-arm.c2235 asection *srelbss; member in struct:elf32_arm_link_hash_table
2354 htab->srelbss = bfd_get_section_by_name (dynobj,
2380 || (!info->shared && !htab->srelbss))
2471 ret->srelbss = NULL;

Completed in 224 milliseconds