Lines Matching full:bfd_flags
524 flagword bfd_flags;
553 bfd_flags = SEC_ALLOC;
555 bfd_flags |= SEC_HAS_CONTENTS | SEC_LOAD;
558 bfd_flags |= SEC_CODE;
561 bfd_flags |= SEC_DATA;
564 bfd_flags |= SEC_READONLY;
567 bfd_flags |= SEC_DATA;
570 bfd_flags |= SEC_DATA;
573 bfd_flags |= SEC_DATA;
578 bfd_flags |= SEC_COFF_SHARED_LIBRARY;
579 bfd_flags &= ~(SEC_ALLOC | SEC_LOAD);
611 if (!bfd_set_section_flags (abfd, section, bfd_flags))
641 flagword bfd_flags = SEC_HAS_CONTENTS | SEC_DEBUGGING;
650 if (!bfd_set_section_flags (abfd, section, bfd_flags))
659 flagword bfd_flags = SEC_HAS_CONTENTS | SEC_DEBUGGING;
668 if (!bfd_set_section_flags (abfd, section, bfd_flags))