Home | History | Annotate | Download | only in bfd

Lines Matching refs:ssect

2404   const struct bfd_elf_special_section *ssect;
2432 ssect = (*bed->get_sec_type_attr) (abfd, sec);
2433 if (ssect != NULL
2436 || ssect->type == SHT_INIT_ARRAY
2437 || ssect->type == SHT_FINI_ARRAY))
2439 elf_section_type (sec) = ssect->type;
2440 elf_section_flags (sec) = ssect->attr;