Home | History | Annotate | Download | only in bfd

Lines Matching full:bfd_flags

398       *flags = xlat->bfd_flags;
2575 flagword bfd_flags;
2579 bfd_flags = bfd_get_section_flags (abfd, sec);
2580 if ((bfd_flags & SEC_CODE) == SEC_CODE)
2584 else if ((bfd_flags & (SEC_ALLOC | SEC_LOAD)) == SEC_ALLOC)
2586 else if (bfd_flags & SEC_DEBUGGING)
3265 flagword bfd_flags;
3285 bfd_flags = bfd_get_section_flags (abfd, sec);
3286 if (bfd_flags == SEC_NO_FLAGS)
3287 bfd_set_section_flags (abfd, sec, xlat->bfd_flags);