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

/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-elf.c537 const struct bfd_elf_special_section *ssect; local
569 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
571 if (ssect != NULL)
576 type = ssect->type;
577 else if (type != ssect->type)
593 || !(ssect->attr & SHF_X86_64_LARGE))
595 && ssect->type != SHT_INIT_ARRAY
596 && ssect->type != SHT_FINI_ARRAY
597 && ssect->type != SHT_PREINIT_ARRAY)
600 if (ssect
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c1999 const struct bfd_elf_special_section *ssect;
2005 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
2007 if (ssect != NULL)
2009 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
2010 ssect = &ppc_alt_plt;
2011 return ssect;
1996 const struct bfd_elf_special_section *ssect; local
H A Delf.c2547 const struct bfd_elf_special_section *ssect;
2571 ssect = (*bed->get_sec_type_attr) (abfd, sec);
2572 if (ssect != NULL)
2574 elf_section_type (sec) = ssect->type;
2575 elf_section_flags (sec) = ssect->attr;
2542 const struct bfd_elf_special_section *ssect; local

Completed in 150 milliseconds