Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-elf.c571 if (ssect != NULL) in obj_elf_change_section()
576 type = ssect->type; in obj_elf_change_section()
577 else if (type != ssect->type) in obj_elf_change_section()
595 && ssect->type != SHT_INIT_ARRAY in obj_elf_change_section()
596 && ssect->type != SHT_FINI_ARRAY in obj_elf_change_section()
600 if (ssect->type != SHT_NOTE) in obj_elf_change_section()
608 type = ssect->type; in obj_elf_change_section()
618 if (ssect->type == SHT_NOTE in obj_elf_change_section()
623 else if (ssect->suffix_length == -2 in obj_elf_change_section()
626 & ~ssect->attr in obj_elf_change_section()
[all …]
/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-ppc.c2026 const struct bfd_elf_special_section *ssect; in ppc_elf_get_sec_type_attr() local
2032 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections, in ppc_elf_get_sec_type_attr()
2034 if (ssect != NULL) in ppc_elf_get_sec_type_attr()
2036 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0) in ppc_elf_get_sec_type_attr()
2037 ssect = &ppc_alt_plt; in ppc_elf_get_sec_type_attr()
2038 return ssect; in ppc_elf_get_sec_type_attr()
H A Delf.c2542 const struct bfd_elf_special_section *ssect; in _bfd_elf_new_section_hook() local
2566 ssect = (*bed->get_sec_type_attr) (abfd, sec); in _bfd_elf_new_section_hook()
2567 if (ssect != NULL) in _bfd_elf_new_section_hook()
2569 elf_section_type (sec) = ssect->type; in _bfd_elf_new_section_hook()
2570 elf_section_flags (sec) = ssect->attr; in _bfd_elf_new_section_hook()