Searched refs:secflags (Results 1 – 4 of 4) sorted by relevance
3259 flagword secflags; in sh64_elf64_create_dynamic_sections() local3264 secflags = bfd_get_section_flags (abfd, sec); in sh64_elf64_create_dynamic_sections()3265 if ((secflags & (SEC_DATA | SEC_LINKER_CREATED)) in sh64_elf64_create_dynamic_sections()3266 || ((secflags & SEC_HAS_CONTENTS) != SEC_HAS_CONTENTS)) in sh64_elf64_create_dynamic_sections()
1677 flagword secflags; in m32r_elf_create_dynamic_sections() local1682 secflags = bfd_get_section_flags (abfd, sec); in m32r_elf_create_dynamic_sections()1683 if ((secflags & (SEC_DATA | SEC_LINKER_CREATED)) in m32r_elf_create_dynamic_sections()1684 || ((secflags & SEC_HAS_CONTENTS) != SEC_HAS_CONTENTS)) in m32r_elf_create_dynamic_sections()
3944 flagword secflags; local3949 secflags = bfd_get_section_flags (abfd, sec);3950 if ((secflags & (SEC_DATA | SEC_LINKER_CREATED))3951 || ((secflags & SEC_HAS_CONTENTS) != SEC_HAS_CONTENTS))
3750 flagword secflags; in sh_elf_create_dynamic_sections() local3755 secflags = bfd_get_section_flags (abfd, sec); in sh_elf_create_dynamic_sections()3756 if ((secflags & (SEC_DATA | SEC_LINKER_CREATED)) in sh_elf_create_dynamic_sections()3757 || ((secflags & SEC_HAS_CONTENTS) != SEC_HAS_CONTENTS)) in sh_elf_create_dynamic_sections()