Home
last modified time | relevance | path

Searched refs:_obstack_chunk (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dobstack.c117 struct _obstack_chunk *chunk; /* points to new chunk */ in _obstack_begin_worker()
141 chunk = (struct _obstack_chunk *) call_chunkfun (h, h->chunk_size); in _obstack_begin_worker()
190 struct _obstack_chunk *old_chunk = h->chunk; in _obstack_newchunk()
191 struct _obstack_chunk *new_chunk = 0; in _obstack_newchunk()
206 new_chunk = (struct _obstack_chunk *) call_chunkfun (h, new_size); in _obstack_newchunk()
249 struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ in _obstack_allocated_p()
250 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_allocated_p()
270 struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ in _obstack_free()
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_free()
300 struct _obstack_chunk *lp; in _obstack_memory_used()
/toolchain/binutils/binutils-2.27/include/
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