Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
Dobstack.h164 struct obstack /* control current object in current chunk */ struct
167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
176 struct _obstack_chunk *(*chunkfun) (void *, long); argument
177 void (*freefun) (void *, struct _obstack_chunk *); argument
189 /* Declare the external functions we use; they are in obstack.c. */ argument