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

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dcond.c29 struct obstack cond_obstack; variable in typeref:struct:obstack
83 obstack_1grow (&cond_obstack, 0);
112 obstack_copy (&cond_obstack, &cframe,
170 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
206 obstack_copy (&cond_obstack, &cframe,
287 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
395 obstack_free (&cond_obstack, hold);
481 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
574 obstack_free (&cond_obstack, hold);
H A Dsymbols.h24 extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif
H A Dread.c236 obstack_begin (&cond_obstack, chunksize);
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dcond.c29 struct obstack cond_obstack; variable in typeref:struct:obstack
83 obstack_1grow (&cond_obstack, 0);
112 obstack_copy (&cond_obstack, &cframe,
170 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
253 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
361 obstack_free (&cond_obstack, hold);
447 obstack_copy (&cond_obstack, &cframe, sizeof (cframe)));
540 obstack_free (&cond_obstack, hold);
H A Dsymbols.h36 extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif
H A Dread.c237 obstack_begin (&cond_obstack, chunksize);

Completed in 88 milliseconds