GCC Middle and Back End API Reference
|
Data Fields | |
const char * | name |
const char * | suffix |
int | name_len |
int | suffix_len |
int | mode |
Callback for find_a_file. Appends the file name to the directory path. If the resulting file exists in the right mode, return the full pathname to the file.
int file_at_path_info::mode |
Referenced by file_at_path(), and find_a_file().
const char* file_at_path_info::name |
Referenced by file_at_path(), find_a_file(), and find_a_program().
int file_at_path_info::name_len |
Referenced by file_at_path(), and find_a_file().
const char* file_at_path_info::suffix |
Referenced by file_at_path(), and find_a_file().
int file_at_path_info::suffix_len |
Referenced by file_at_path(), and find_a_file().