Home
last modified time | relevance | path

Searched refs:subfile_stack (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbuildsym.h196 struct subfile_stack struct
198 struct subfile_stack *next; argument
202 EXTERN struct subfile_stack *subfile_stack; variable
H A Dbuildsym.c670 struct subfile_stack *tem in push_subfile()
671 = (struct subfile_stack *) xmalloc (sizeof (struct subfile_stack)); in push_subfile()
673 tem->next = subfile_stack; in push_subfile()
674 subfile_stack = tem; in push_subfile()
686 struct subfile_stack *link = subfile_stack; in pop_subfile()
693 subfile_stack = link->next; in pop_subfile()
H A Ddbxread.c2474 subfile_stack = NULL; in read_ofile_symtab()
H A Dhpread.c2795 subfile_stack = 0; in hpread_expand_symtab()
H A DChangeLog-1991933 (subfile_stack): Move here from dbxread.c.