Lines Matching refs:TCC_OUTPUT_DLL
2027 #define TCC_OUTPUT_DLL 2 /* dynamic library */ macro
18589 if (s1->output_type == TCC_OUTPUT_DLL) { in relocate_section()
18604 if (s1->output_type == TCC_OUTPUT_DLL) { in relocate_section()
18838 if (s1->output_type == TCC_OUTPUT_DLL) in put_got_entry()
18876 if (s1->output_type == TCC_OUTPUT_DLL) in put_got_entry()
19393 if (file_type == TCC_OUTPUT_DLL) in tcc_output_file()
19431 case TCC_OUTPUT_DLL: in tcc_output_file()
19445 if (file_type == TCC_OUTPUT_DLL && in tcc_output_file()
19479 if (file_type == TCC_OUTPUT_DLL) in tcc_output_file()
19771 case TCC_OUTPUT_DLL: in tcc_output_file()
21171 if ((output_type == TCC_OUTPUT_EXE || output_type == TCC_OUTPUT_DLL) && in tcc_set_output_type()
21173 if (output_type != TCC_OUTPUT_DLL) in tcc_set_output_type()
21550 output_type = TCC_OUTPUT_DLL; in parse_args()