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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 145 struct _obstack_chunk /* Lives at front of each chunk. */
148 struct _obstack_chunk *prev; /* address of prior chunk or NULL */
155 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */
168 struct _obstack_chunk *(*chunkfun) (void *, long);
169 void (*freefun) (void *, struct _obstack_chunk *);
245 ((h) -> chunkfun = (struct _obstack_chunk *(*)(void *, long)) (newchunkfun))
248 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
144 struct _obstack_chunk \/* Lives at front of each chunk. *\/ struct
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 158 struct _obstack_chunk /* Lives at front of each chunk. */
161 struct _obstack_chunk *prev; /* address of prior chunk or NULL */
168 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */
177 struct _obstack_chunk *(*chunkfun) (void *, long);
178 void (*freefun) (void *, struct _obstack_chunk *);
287 ((h) -> chunkfun = (struct _obstack_chunk *(*)(void *, long)) (newchunkfun))
290 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
157 struct _obstack_chunk \/* Lives at front of each chunk. *\/ struct
  /toolchain/binutils/binutils-2.27/include/
obstack.h 156 struct _obstack_chunk /* Lives at front of each chunk. */ struct
159 struct _obstack_chunk *prev; /* address of prior chunk or NULL */
166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */

Completed in 398 milliseconds