Searched refs:lto_wrapper_num_args (Results 1 – 2 of 2) sorted by relevance
155 static int lto_wrapper_num_args; variable607 unsigned num_lto_args = num_claimed_files + lto_wrapper_num_args + 1; in all_symbols_read_handler()627 for (i = 0; i < lto_wrapper_num_args; i++) in all_symbols_read_handler()970 lto_wrapper_num_args += 1; in process_option()971 size = lto_wrapper_num_args * sizeof (char *); in process_option()973 lto_wrapper_argv[lto_wrapper_num_args - 1] = opt; in process_option()
178 static int lto_wrapper_num_args; variable640 unsigned num_lto_args = num_claimed_files + lto_wrapper_num_args + 3; in all_symbols_read_handler()661 for (i = 0; i < lto_wrapper_num_args; i++) in all_symbols_read_handler()1156 lto_wrapper_num_args += 1; in process_option()1157 size = lto_wrapper_num_args * sizeof (char *); in process_option()1159 lto_wrapper_argv[lto_wrapper_num_args - 1] = opt; in process_option()