Home
last modified time | relevance | path

Searched defs:file_hash_entry (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtlink.c62 typedef struct file_hash_entry struct
64 const char *key;
65 const char *args;
66 const char *dir;
67 const char *main;
68 int tweaking;
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtlink.c60 typedef struct file_hash_entry struct
62 const char *key;
63 const char *args;
64 const char *dir;
65 const char *main;
66 int tweaking;
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dfiles.c142 struct file_hash_entry struct
144 struct file_hash_entry *next; argument
154 /* Number of entries to put in a file_hash_entry pool. */ argument