GCC Middle and Back End API Reference
|
#include <file-find.h>
Data Fields | |
const char * | prefix |
struct prefix_list * | next |
int | require_machine_suffix |
int | priority |
int | os_multilib |
Structure to hold all the directories in which to search for files to execute.
Structures to keep track of prefixes to try when looking for files.
struct prefix_list * prefix_list::next |
Referenced by add_prefix(), dump_prefix_list(), find_a_file(), for_each_path(), and resolve_lib_name().
int prefix_list::os_multilib |
Referenced by add_prefix(), and for_each_path().
const char * prefix_list::prefix |
Referenced by add_prefix(), dump_prefix_list(), find_a_file(), for_each_path(), and resolve_lib_name().
int prefix_list::priority |
Referenced by add_prefix().
int prefix_list::require_machine_suffix |
Referenced by add_prefix(), and for_each_path().