Lines Matching refs:os
296 {"major-os-version", required_argument, NULL, OPTION_MAJOR_OS_VERSION},
299 {"minor-os-version", required_argument, NULL, OPTION_MINOR_OS_VERSION},
439 fprintf (file, _(" --major-os-version <number> Set minimum required OS version\n"));
442 fprintf (file, _(" --minor-os-version <number> Set minimum required OS revision\n"));
2114 lang_output_section_statement_type *os;
2132 os = NULL;
2134 for (os = lang_output_section_find (secname);
2135 os != NULL;
2136 os = next_matching_output_section_statement (os, 0))
2142 if (os->bfd_section != NULL
2143 && (os->bfd_section->flags == 0
2144 || ((s->flags ^ os->bfd_section->flags)
2152 lang_add_section (&add_child, s, NULL, os);
2158 if (os->bfd_section == NULL)
2159 match_by_name = os;
2164 if (os == NULL && match_by_name)
2170 if (os == NULL)
2209 ho->os = lang_output_section_find (ho->name);
2210 if (ho->os != NULL && ho->os->flags == 0)
2211 ho->os->flags = ho->flags;
2237 if (place->os == NULL)
2238 place->os = lang_output_section_find (place->name);
2239 after = place->os;
2241 after = lang_output_section_find_by_flags (s, &place->os, NULL);
2252 os = lang_insert_orphan (s, secname, constraint, after, place, address,
2256 os->section_alignment = s->alignment_power;
2257 os->bfd_section->alignment_power = s->alignment_power;
2263 for (pl = &os->children.head; *pl != NULL; pl = &(*pl)->header.next)
2285 return os;