Searched refs:c_file (Results 1 – 5 of 5) sorted by relevance
182 static const char *c_file; /* <xxx>.c for constructor/destructor list. */ variable279 if (c_file != 0 && c_file[0]) in collect_exit()280 maybe_unlink (c_file); in collect_exit()379 if (c_file != 0 && c_file[0]) in handler()380 maybe_unlink (c_file); in handler()989 c_file = make_temp_file (".c"); in main()1262 *c_ptr++ = c_file; in main()1290 (c_file ? c_file : "not found")); in main()1337 maybe_unlink (c_file); in main()1391 maybe_unlink (c_file); in main()[all …]
116 foreach( c_file ${ARG_C} )117 list(APPEND sources "${c_file}.c")119 list(APPEND c_inputs "${bin}/${c_file}.c")120 list(APPEND c_outputs "${bin}/${c_file}${CMAKE_C_OUTPUT_EXTENSION}")
211 static const char *c_file; /* <xxx>.c for constructor/destructor list. */ variable337 if (c_file != 0 && c_file[0])338 maybe_unlink (c_file);439 if (c_file != 0 && c_file[0])440 maybe_unlink (c_file);1057 c_file = make_temp_file (".c");1291 *c_ptr++ = c_file;1319 (c_file ? c_file : "not found"));1366 maybe_unlink (c_file);1420 maybe_unlink (c_file);[all …]
9272 * collect2.c (c_file, o_file, export_file, import_file, ldout,
56 $self{c_file} ||= $base_name . "_test.c";