Home | History | Annotate | Download | only in emultempl

Lines Matching full:oname

231 		const char *oname = in->name;
235 if (!lang_output_section_find (oname))
238 char *p = strchr (oname + 1, '.');
241 size_t len = p - oname;
242 p = memcpy (xmalloc (len + 1), oname, len);
248 oname = os->name;
250 oname = ".text";
254 spu_place_special_section (in, NULL, oname);
488 char *oname;
510 fd = new_tmp_file (&oname);
536 cmd[4] = oname;
565 if (lang_add_input_file (oname, lang_input_file_is_file_enum, NULL) == NULL)