Lines Matching defs:bfd_flags
533 flagword bfd_flags;
573 bfd_flags = SEC_ALLOC;
575 bfd_flags |= SEC_HAS_CONTENTS | SEC_LOAD;
578 bfd_flags |= SEC_CODE;
581 bfd_flags |= SEC_DATA;
584 bfd_flags |= SEC_READONLY;
587 bfd_flags |= SEC_DATA;
590 bfd_flags |= SEC_DATA;
593 bfd_flags |= SEC_DATA;
607 bfd_flags |= SEC_COFF_SHARED_LIBRARY;
608 bfd_flags &= ~(SEC_ALLOC | SEC_LOAD);
642 if (!bfd_set_section_flags (section, bfd_flags))
688 flagword bfd_flags = SEC_HAS_CONTENTS | SEC_DEBUGGING;
697 if (!bfd_set_section_flags (section, bfd_flags))
706 flagword bfd_flags = SEC_HAS_CONTENTS | SEC_DEBUGGING;
715 if (!bfd_set_section_flags (section, bfd_flags))