Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcollect2.c206 static int static_obj; /* true if -static */ variable
1232 static_obj = 1; in main()
1262 is_static = static_obj; in main()
2800 && ! static_obj in scan_prog_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcollect2.cc207 static int static_obj; /* true if -static */ variable
1211 static_obj = 1; in main()
1250 is_static = static_obj; in main()
2805 && ! static_obj in scan_prog_file()
H A DChangeLog-201819180 * collect2.c (static_obj): New variable.