Home
last modified time | relevance | path

Searched defs:_obstack_chunk (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dobstack.h143 struct _obstack_chunk /* Lives at front of each chunk. */ struct
146 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ argument
153 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dobstack.h157 struct _obstack_chunk /* Lives at front of each chunk. */ struct
160 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ argument
167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
/aosp_15_r20/external/obstack/include/
H A Dobstack.h156 struct _obstack_chunk /* Lives at front of each chunk. */ struct
159 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ argument
166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument