Searched refs:export_object_lst (Results 1 – 3 of 3) sorted by relevance
1234 const char **export_object_lst = (const char **)object_lst; in main() local1236 while (export_object_lst < object) in main()1237 scan_prog_file (*export_object_lst++, PASS_OBJ); in main()
1263 const char **export_object_lst = (const char **)object_lst; local1265 while (export_object_lst < object)1266 scan_prog_file (*export_object_lst++, PASS_OBJ);
16395 (export_object_lst): Cast assignment to avoid warning.