Home
last modified time | relevance | path

Searched refs:TCC_OUTPUT_OBJ (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c2028 #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()
[all …]