Searched refs:ssect (Results 1 – 3 of 3) sorted by relevance
561 const struct bfd_elf_special_section *ssect; in obj_elf_change_section() local593 ssect = (*bed->get_sec_type_attr) (stdoutput, sec); in obj_elf_change_section()595 if (ssect != NULL) in obj_elf_change_section()600 type = ssect->type; in obj_elf_change_section()601 else if (type != ssect->type) in obj_elf_change_section()617 || !(ssect->attr & SHF_X86_64_LARGE)) in obj_elf_change_section()619 && ssect->type != SHT_INIT_ARRAY in obj_elf_change_section()620 && ssect->type != SHT_FINI_ARRAY in obj_elf_change_section()621 && ssect->type != SHT_PREINIT_ARRAY) in obj_elf_change_section()624 if (ssect->type != SHT_NOTE) in obj_elf_change_section()[all …]
2402 const struct bfd_elf_special_section *ssect; in _bfd_elf_new_section_hook() local2430 ssect = (*bed->get_sec_type_attr) (abfd, sec); in _bfd_elf_new_section_hook()2431 if (ssect != NULL in _bfd_elf_new_section_hook()2434 || ssect->type == SHT_INIT_ARRAY in _bfd_elf_new_section_hook()2435 || ssect->type == SHT_FINI_ARRAY)) in _bfd_elf_new_section_hook()2437 elf_section_type (sec) = ssect->type; in _bfd_elf_new_section_hook()2438 elf_section_flags (sec) = ssect->attr; in _bfd_elf_new_section_hook()
2510 const struct bfd_elf_special_section *ssect; in ppc_elf_get_sec_type_attr() local2516 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections, in ppc_elf_get_sec_type_attr()2518 if (ssect != NULL) in ppc_elf_get_sec_type_attr()2520 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0) in ppc_elf_get_sec_type_attr()2521 ssect = &ppc_alt_plt; in ppc_elf_get_sec_type_attr()2522 return ssect; in ppc_elf_get_sec_type_attr()