HomeSort by relevance Sort by last modified time
    Searched refs:cond_obstack (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
cond.c 29 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);
symbols.h 23 extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif
read.c 264 obstack_begin (&cond_obstack, chunksize);
    [all...]

Completed in 121 milliseconds