Searched refs:ssect (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-elf.c532 const struct bfd_elf_special_section *ssect; local
564 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
566 if (ssect != NULL)
571 type = ssect->type;
572 else if (type != ssect->type)
588 || !(ssect->attr & SHF_X86_64_LARGE))
590 && ssect->type != SHT_INIT_ARRAY
591 && ssect->type != SHT_FINI_ARRAY
592 && ssect->type != SHT_PREINIT_ARRAY)
595 if (ssect
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-elf.c502 const struct bfd_elf_special_section *ssect; local
525 ssect = _bfd_elf_get_sec_type_attr (stdoutput, name);
527 if (ssect != NULL)
532 type = ssect->type;
533 else if (type != ssect->type)
542 && ssect->type != SHT_INIT_ARRAY
543 && ssect->type != SHT_FINI_ARRAY
544 && ssect->type != SHT_PREINIT_ARRAY)
547 if (ssect->type != SHT_NOTE)
555 type = ssect
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c2121 const struct bfd_elf_special_section *ssect = NULL;
2129 ssect = get_special_section (name, bed->special_sections, rela);
2131 if (! ssect)
2132 ssect = get_special_section (name, special_sections, rela);
2135 return ssect;
2142 const struct bfd_elf_special_section *ssect;
2154 ssect = _bfd_elf_get_sec_type_attr (abfd, sec->name);
2155 if (ssect != NULL)
2157 elf_section_type (sec) = ssect->type;
2158 elf_section_flags (sec) = ssect
2116 const struct bfd_elf_special_section *ssect = NULL; local
2137 const struct bfd_elf_special_section *ssect; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ppc.c1917 const struct bfd_elf_special_section *ssect;
1923 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
1925 if (ssect != NULL)
1927 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
1928 ssect = &ppc_alt_plt;
1929 return ssect;
1914 const struct bfd_elf_special_section *ssect; local
H A Delf.c2479 const struct bfd_elf_special_section *ssect;
2500 ssect = (*bed->get_sec_type_attr) (abfd, sec);
2501 if (ssect != NULL)
2503 elf_section_type (sec) = ssect->type;
2504 elf_section_flags (sec) = ssect->attr;
2474 const struct bfd_elf_special_section *ssect; local

Completed in 288 milliseconds