Home
last modified time | relevance | path

Searched refs:process_file (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmakedepend.c161 process_file (const char *file) in process_file() function
203 process_file (argv[i]); in main()
/freebsd-12.1/usr.sbin/mtest/
H A Dmtest.c112 static void process_file(char *, int, int);
235 process_file(&line[i], s, s6); in main()
241 process_file(argv[i], s, s6); in main()
254 process_file(char *fname, int s, int s6) in process_file() function
/freebsd-12.1/contrib/binutils/binutils/
H A Daddr2line.c264 process_file (const char *file_name, const char *section_name, in process_file() function
403 return process_file (file_name, section_name, target); in main()
H A DChangeLog-2006201 * addr2line.c (process_file): Change function from void to
203 (main): Use return value from process_file as the exit value.
412 (process_file): Add 'section_name' parameter.
416 Pass the section name to process_file.
H A DChangeLog-0203145 * addr2line.c (process_file): Use new function.
153 * readelf.c (process_file): Use similar code to get_file_size.
386 process_file().
389 (process_file): Detect archives and handle appropriately.
1132 (process_file): If process_section_headers failed to load the
1382 * addr2line.c (process_file): Rename parameter 'filename' to
1442 (process_file): Call it.
H A DChangeLog-0001563 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
564 (main): Return process_file ().
1047 (process_file): Set string_table_length to 0 when it is freed.
H A DChangeLog-9899255 (process_file): Add call to process_corefile_contents.
1178 (process_file): Call process_syminfo and free syminfo data at the end.
H A Dreadelf.c9884 process_file (char *file_name) in process_file() function
9990 err |= process_file (argv[optind++]); in main()
/freebsd-12.1/contrib/byacc/test/
H A Dgrammar.y250 extern void process_file (FILE *infile, char *name);
1130 process_file (FILE *infile, char *name) in process_file() function
/freebsd-12.1/contrib/gcc/
H A Dgcov.c332 static void process_file (const char *);
367 process_file (argv[argno]); in main()
500 process_file (const char *file_name) in process_file() function
/freebsd-12.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c280 extern void process_file (FILE *infile, char *name);
1037 process_file (FILE *infile, char *name) in process_file() function
/freebsd-12.1/usr.sbin/pmcstudy/
H A Dpmcstudy.c2243 process_file(char *filename) in process_file() function
2910 process_file(filename); in main()
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c300 extern void process_file (FILE *infile, char *name);
1292 process_file (FILE *infile, char *name) in process_file() function
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-96972170 (process_file): Don't process assignments in the label if this is
H A DChangeLog-92951389 (process_file): In MRI mode, lines beginning with '*' or '!' are
1515 (process_file): Don't warn about missing END in MRI mode.
H A DChangeLog-00017572 (process_file): And here.