Lines Matching refs:os
137 lang_output_section_statement_type *os;
140 os = lang_output_section_get (o);
142 os = lang_output_section_find (output_name);
143 if (os == NULL)
145 os = gld${EMULATION_NAME}_place_orphan (s, output_name, 0);
146 os->addr_tree = NULL;
149 && o != NULL && os->children.head != NULL)
154 lang_add_section (&add, s, NULL, os);
155 *add.tail = os->children.head;
156 os->children.head = add.head;
166 push_stat_ptr (&os->children);
171 lang_add_section (&os->children, s, NULL, os);
237 lang_output_section_statement_type *os = NULL;
244 os = lang_output_section_find (p);
247 if (os != NULL)
248 oname = os->name;
284 lang_output_section_statement_type *os;
293 for (os = &lang_output_section_statement.head->output_section_statement;
294 os != NULL;
295 os = os->next)
296 if (os->bfd_section != NULL
297 && spu_elf_section_data (os->bfd_section) != NULL
298 && spu_elf_section_data (os->bfd_section)->u.o.ovl_index != 0)
300 if (os->bfd_section->alignment_power < 4)
301 os->bfd_section->alignment_power = 4;
304 os->block_value = 16;