| HD | gcc.c | 321 static int do_spec_1 (const char *, int, const char *); 4501 result = do_spec_1 (spec, 0, NULL); in do_spec_2() 4576 do_spec_1 (" ", 0, NULL); in do_self_spec() 4635 do_spec_1 (info->option, 1, NULL); in spec_path() 4637 do_spec_1 (" ", 0, NULL); in spec_path() 4647 do_spec_1 (path, 1, NULL); in spec_path() 4648 do_spec_1 (" ", 0, NULL); in spec_path() 4670 do_spec_1 (const char *spec, int inswitch, const char *soft_matched_part) in do_spec_1() function 5049 do_spec_1 ("-imultilib", 1, NULL); in do_spec_1() 5051 do_spec_1 (" ", 0, NULL); in do_spec_1() [all …]
|