Lines Matching refs:TCC_OUTPUT_OBJ
2028 #define TCC_OUTPUT_OBJ 3 /* object file */ macro
19231 if (file_type != TCC_OUTPUT_OBJ) { in tcc_output_file()
19242 if (file_type != TCC_OUTPUT_OBJ) { in tcc_output_file()
19422 case TCC_OUTPUT_OBJ: in tcc_output_file()
19450 file_type == TCC_OUTPUT_OBJ || in tcc_output_file()
19695 if (file_type != TCC_OUTPUT_OBJ) { in tcc_output_file()
19730 if (file_type == TCC_OUTPUT_OBJ) in tcc_output_file()
19774 case TCC_OUTPUT_OBJ: in tcc_output_file()
21544 output_type = TCC_OUTPUT_OBJ; in parse_args()
21559 output_type = TCC_OUTPUT_OBJ; in parse_args()
21691 if (output_type == TCC_OUTPUT_OBJ && !reloc_output) { in main2()
21708 if (output_type == TCC_OUTPUT_OBJ && !reloc_output) { in main2()
21765 if (s->output_type != TCC_OUTPUT_OBJ) { in main2()