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

/freebsd-11-stable/contrib/binutils/gas/
H A Dcond.c30 struct obstack cond_obstack; variable in typeref:struct:obstack
84 obstack_1grow (&cond_obstack, 0);
113 obstack_copy (&cond_obstack, &cframe,
171 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
207 obstack_copy (&cond_obstack, &cframe,
288 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
396 obstack_free (&cond_obstack, hold);
482 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
575 obstack_free (&cond_obstack, hold);
H A Dsymbols.h24 extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif
H A Dread.c239 obstack_begin (&cond_obstack, chunksize);

Completed in 132 milliseconds