Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dobstack.h285 # define obstack_object_size(OBSTACK) \ argument
287 ({ struct obstack const *__o = (OBSTACK); \
292 # define obstack_room(OBSTACK) \ argument
294 ({ struct obstack const *__o1 = (OBSTACK); \
297 # define obstack_make_room(OBSTACK, length) \ argument
299 ({ struct obstack *__o = (OBSTACK); \
305 # define obstack_empty_p(OBSTACK) \ argument
307 ({ struct obstack const *__o = (OBSTACK); \
313 # define obstack_grow(OBSTACK, where, length) \ argument
315 ({ struct obstack *__o = (OBSTACK); \
[all …]