Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c162 PASS_FIRST, /* without constructors */ enumerator
1243 scan_prog_file (list->name, PASS_FIRST); in main()
1348 scan_prog_file (output_file, PASS_FIRST); in main()
2395 if (which_pass != PASS_FIRST && which_pass != PASS_OBJ) in scan_prog_file()
2400 if (which_pass == PASS_FIRST && ignore_library (prog_name)) in scan_prog_file()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c193 PASS_FIRST, /* without constructors */ enumerator
1272 scan_prog_file (list->name, PASS_FIRST);
1377 scan_prog_file (output_file, PASS_FIRST);
2757 if (which_pass != PASS_FIRST && which_pass != PASS_OBJ)
2762 if (which_pass == PASS_FIRST && ignore_library (prog_name))
3076 int rw = (which_pass != PASS_FIRST);