Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c173 static int export_flag; /* true if -bE */ variable
1074 export_flag = 1; in main()
2503 && which_pass == PASS_OBJ && !export_flag) in scan_prog_file()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c203 static int export_flag; /* true if -bE */ variable
1133 export_flag = 1;
2863 if (which_pass == PASS_OBJ && (! export_flag))
H A DChangeLog.07213 (export_flag): New variable.