Lines Matching defs:files
582 /* Legal values for note segment descriptor types for core files. */
598 /* Legal values for the note segment descriptor types for object files. */
1611 that may still be in object files. */
1767 /* Number of symbols: 0, files,,funcs,lines according to Ultrix V4.0. */
2298 /* include file cache, used to find files faster and also to eliminate
7932 files */
19861 /* load an object file and merge it with current files */
20400 files */
20525 /* include files */
21429 static char **files;
21455 dynarray_add((void ***)&files, &nb_files, r);
21526 dynarray_add((void ***)&files, &nb_files, r);
21559 /* generate a .o merging several output files */
21671 files = NULL;
21696 error("cannot specify multiple files with -c");
21706 tcc_basename(files[0]));
21731 /* compile or add each files or library */
21735 filename = files[i];
21747 /* free all files */
21748 tcc_free(files);