Home
last modified time | relevance | path

Searched refs:file_stack_entry (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtlink.c196 struct file_stack_entry struct
199 struct file_stack_entry *next; argument
202 struct file_stack_entry *file_stack;
230 struct file_stack_entry *ep; in file_push()
235 ep = XOBNEW (&file_stack_obstack, struct file_stack_entry); in file_push()
245 struct file_stack_entry *ep = file_stack; in file_pop()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtlink.c190 struct file_stack_entry struct
193 struct file_stack_entry *next; argument
196 struct file_stack_entry *file_stack;
224 struct file_stack_entry *ep; in file_push()
229 ep = XOBNEW (&file_stack_obstack, struct file_stack_entry); in file_push()
239 struct file_stack_entry *ep = file_stack; in file_pop()