Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtlink.c51 typedef struct file_hash_entry struct
53 const char *key;
54 const char *args;
55 const char *dir;
56 const char *main;
57 int tweaking;
/openbsd-src/gnu/gcc/gcc/
H A Dtlink.c56 typedef struct file_hash_entry struct
58 const char *key;
59 const char *args;
60 const char *dir;
61 const char *main;
62 int tweaking;
/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c139 struct file_hash_entry struct
141 struct file_hash_entry *next; argument
162 static struct file_hash_entry *search_cache (struct file_hash_entry *head, argument