Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c1234 const char **export_object_lst = (const char **)object_lst; in main() local
1236 while (export_object_lst < object) in main()
1237 scan_prog_file (*export_object_lst++, PASS_OBJ); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c1263 const char **export_object_lst = (const char **)object_lst; local
1265 while (export_object_lst < object)
1266 scan_prog_file (*export_object_lst++, PASS_OBJ);
H A DChangeLog.316395 (export_object_lst): Cast assignment to avoid warning.