Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/
H A Dcond.c30 struct obstack cond_obstack; variable
84 obstack_1grow (&cond_obstack, 0); in s_ifdef()
113 obstack_copy (&cond_obstack, &cframe, in s_ifdef()
171 obstack_copy (&cond_obstack, &cframe, sizeof (cframe))); in s_if()
207 obstack_copy (&cond_obstack, &cframe, in s_ifb()
288 obstack_copy (&cond_obstack, &cframe, sizeof (cframe))); in s_ifc()
396 obstack_free (&cond_obstack, hold); in s_endif()
482 obstack_copy (&cond_obstack, &cframe, sizeof (cframe))); in s_ifeqs()
575 obstack_free (&cond_obstack, hold); in cond_exit_macro()
H A Dsymbols.h24 extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif
H A Dread.c238 obstack_begin (&cond_obstack, chunksize); in read_begin()