Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dfiles.c142 struct file_hash_entry struct
144 struct file_hash_entry *next; argument
166 struct file_hash_entry pool[FILE_HASH_POOL_SIZE];
181 static struct file_hash_entry *search_cache (struct file_hash_entry *head,
187 static struct file_hash_entry *new_file_hash_entry (cpp_reader *pfile);
454 struct file_hash_entry *entry, **hash_slot; in _cpp_find_file()
465 hash_slot = (struct file_hash_entry **) in _cpp_find_file()
971 static struct file_hash_entry *
972 search_cache (struct file_hash_entry *head, const cpp_dir *start_dir) in search_cache()
1027 struct file_hash_entry *entry, **hash_slot; in make_cpp_dir()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtlink.c56 struct file_hash_entry *file;
62 typedef struct file_hash_entry struct
104 static struct file_hash_entry * file_hash_lookup (const char *);
148 static struct file_hash_entry *
157 struct file_hash_entry *v; in file_hash_lookup()
158 *e = v = XCNEW (struct file_hash_entry); in file_hash_lookup()
161 return (struct file_hash_entry *) *e; in file_hash_lookup()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtlink.c54 struct file_hash_entry *file;
60 typedef struct file_hash_entry struct
100 static struct file_hash_entry * file_hash_lookup (const char *);
142 static struct file_hash_entry *
151 struct file_hash_entry *v; in file_hash_lookup()
152 *e = v = XCNEW (struct file_hash_entry); in file_hash_lookup()
155 return (struct file_hash_entry *) *e; in file_hash_lookup()