Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dprotoize.c424 static const char *invocation_filename; variable
1378 fi_p = find_file (abspath (invocation_filename, filename), 0); in referenced_file_is_newer()
1446 def_dec_p->file = find_file (abspath (invocation_filename, filename), is_syscalls); in save_def_or_dec()
2153 invocation_filename = p; /* Save a pointer to first byte of path. */ in process_aux_info_file()
2162 if (! IS_ABSOLUTE_PATH (invocation_filename)) in process_aux_info_file()
2167 aux_info_relocated_name = xmalloc (base_len + (p-invocation_filename)); in process_aux_info_file()
2184 strcpy (dir_end, invocation_filename); in process_aux_info_file()
2185 invocation_filename = aux_info_relocated_name; in process_aux_info_file()