Home | History | Annotate | Download | only in config

Lines Matching refs:ssect

561   const struct bfd_elf_special_section *ssect;
593 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
595 if (ssect != NULL)
600 type = ssect->type;
601 else if (type != ssect->type)
617 || !(ssect->attr & SHF_X86_64_LARGE))
619 && ssect->type != SHT_INIT_ARRAY
620 && ssect->type != SHT_FINI_ARRAY
621 && ssect->type != SHT_PREINIT_ARRAY)
624 if (ssect->type != SHT_NOTE)
632 type = ssect->type;
636 if (old_sec == NULL && (attr & ~ssect->attr) != 0)
642 if (ssect->type == SHT_NOTE
647 else if (ssect->suffix_length == -2
648 && name[ssect->prefix_length] == '.'
650 & ~ssect->attr
666 else if ((attr & ~ssect->attr) == SHF_ALPHA_GPREL)
671 && (ssect->type == SHT_INIT_ARRAY
672 || ssect->type == SHT_FINI_ARRAY
673 || ssect->type == SHT_PREINIT_ARRAY))
686 attr |= ssect->attr;