Home
last modified time | relevance | path

Searched refs:xcoff_current_include_file (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDxcoffout.c55 const char *xcoff_current_include_file; variable
97 = (xcoff_current_include_file \
98 ? xcoff_current_include_file : main_input_filename); \
301 if (xcoff_current_include_file) in xcoffout_source_file()
304 output_quoted_string (file, xcoff_current_include_file); in xcoffout_source_file()
306 xcoff_current_include_file = NULL; in xcoffout_source_file()
314 xcoff_current_include_file = filename; in xcoffout_source_file()
HDxcoffout.h123 extern const char *xcoff_current_include_file;
150 if (xcoff_current_include_file) \
153 output_quoted_string ((FILE), xcoff_current_include_file); \
155 xcoff_current_include_file = NULL; \
HDFSFChangeLog.105385 xcoff_current_include_file when determining whether to use
HDChangeLog-200019584 * xcoffout.c (xcoff_current_include_file,
19590 * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,