Lines Matching refs:os
272 {"major-os-version", required_argument, NULL, OPTION_MAJOR_OS_VERSION},
275 {"minor-os-version", required_argument, NULL, OPTION_MINOR_OS_VERSION},
406 fprintf (file, _(" --major-os-version <number> Set minimum required OS version\n"));
409 fprintf (file, _(" --minor-os-version <number> Set minimum required OS revision\n"));
1885 lang_output_section_statement_type *os;
1903 os = NULL;
1905 for (os = lang_output_section_find (secname);
1906 os != NULL;
1907 os = next_matching_output_section_statement (os, 0))
1913 if (os->bfd_section != NULL
1914 && (os->bfd_section->flags == 0
1915 || ((s->flags ^ os->bfd_section->flags)
1923 lang_add_section (&add_child, s, NULL, os);
1929 if (os->bfd_section == NULL)
1930 match_by_name = os;
1935 if (os == NULL && match_by_name)
1941 if (os == NULL)
1980 ho->os = lang_output_section_find (ho->name);
1981 if (ho->os != NULL && ho->os->flags == 0)
1982 ho->os->flags = ho->flags;
2008 if (place->os == NULL)
2009 place->os = lang_output_section_find (place->name);
2010 after = place->os;
2012 after = lang_output_section_find_by_flags (s, &place->os, NULL);
2023 os = lang_insert_orphan (s, secname, constraint, after, place, address,
2027 os->section_alignment = s->alignment_power;
2028 os->bfd_section->alignment_power = s->alignment_power;
2034 for (pl = &os->children.head; *pl != NULL; pl = &(*pl)->header.next)
2056 return os;