Lines Matching refs:SEC_LOAD
1572 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY in lang_output_section_find_by_flags()
1599 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1620 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1622 || (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1642 differ = look_flags ^ (sec_flags | SEC_LOAD | SEC_HAS_CONTENTS); in lang_output_section_find_by_flags()
1646 if (!(look_flags & SEC_LOAD) in lang_output_section_find_by_flags()
1647 && (sec_flags & SEC_LOAD)) in lang_output_section_find_by_flags()
1657 else if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD))) in lang_output_section_find_by_flags()
1677 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1700 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1866 || (s->flags & (SEC_LOAD | SEC_ALLOC)) == 0) in lang_insert_orphan()
1877 if (after && (s->flags & (SEC_LOAD | SEC_ALLOC)) != 0) in lang_insert_orphan()
1942 && (s->flags & SEC_LOAD) != 0) in lang_insert_orphan()
1944 && (as->flags & SEC_LOAD) != 0))) in lang_insert_orphan()
1963 && (s->flags & SEC_LOAD) != 0) in lang_insert_orphan()
1976 && (sec->flags & SEC_LOAD) != 0) in lang_insert_orphan()
2013 && (sec->flags & SEC_LOAD) != 0) in lang_insert_orphan()
2236 if (flag & SEC_LOAD) in lang_map_flags()
2587 flags &= ~SEC_LOAD; in lang_add_section()
4062 flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD; in map_input_to_output_sections()
5210 ((s->flags & (SEC_LOAD | SEC_THREAD_LOCAL)) == SEC_THREAD_LOCAL)
5287 if ((s->flags & SEC_LOAD) != 0) in lang_check_section_addresses()
5536 || ((os->bfd_section->flags & (SEC_ALLOC | SEC_LOAD)) in lang_size_sections_1()
5758 && (os->bfd_section->flags & (SEC_ALLOC | SEC_LOAD))) in lang_size_sections_1()
5768 && ((os->bfd_section->flags & SEC_LOAD) in lang_size_sections_1()
6937 || (s->flags & (SEC_LOAD | SEC_ALLOC)) == 0)) in ldlang_place_orphan()
6960 || (s->flags & (SEC_LOAD | SEC_ALLOC)) == 0)) in ldlang_place_orphan()
7053 *ptr_flags |= SEC_LOAD; in lang_set_flags()