Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dgdb_obstack.h27 #define OBSTACK_ZALLOC(OBSTACK,TYPE) \ argument
30 #define OBSTACK_CALLOC(OBSTACK,NUMBER,TYPE) \ argument
46 #define obstack_grow_str(OBSTACK,STRING) \ argument
48 #define obstack_grow_str0(OBSTACK,STRING) \ argument
51 #define obstack_grow_wstr(OBSTACK, WSTRING) \ argument
/dragonfly/contrib/gcc-4.7/include/
H A Dobstack.h308 # define obstack_object_size(OBSTACK) \ argument
313 # define obstack_room(OBSTACK) \ argument
318 # define obstack_make_room(OBSTACK,length) \ argument
326 # define obstack_empty_p(OBSTACK) \ argument
352 # define obstack_1grow(OBSTACK,datum) \ argument
364 # define obstack_ptr_grow(OBSTACK,datum) \ argument
371 # define obstack_int_grow(OBSTACK,datum) \ argument
392 # define obstack_blank(OBSTACK,length) \ argument
401 # define obstack_alloc(OBSTACK,length) \ argument
421 # define obstack_finish(OBSTACK) \ argument
[all …]
/dragonfly/contrib/gdb-7/include/
H A Dobstack.h308 # define obstack_object_size(OBSTACK) \ argument
313 # define obstack_room(OBSTACK) \ argument
318 # define obstack_make_room(OBSTACK,length) \ argument
326 # define obstack_empty_p(OBSTACK) \ argument
352 # define obstack_1grow(OBSTACK,datum) \ argument
364 # define obstack_ptr_grow(OBSTACK,datum) \ argument
371 # define obstack_int_grow(OBSTACK,datum) \ argument
392 # define obstack_blank(OBSTACK,length) \ argument
401 # define obstack_alloc(OBSTACK,length) \ argument
421 # define obstack_finish(OBSTACK) \ argument
[all …]
/dragonfly/contrib/binutils-2.27/include/
H A Dobstack.h285 # define obstack_object_size(OBSTACK) \ argument
292 # define obstack_room(OBSTACK) \ argument
297 # define obstack_make_room(OBSTACK, length) \ argument
305 # define obstack_empty_p(OBSTACK) \ argument
334 # define obstack_1grow(OBSTACK, datum) \ argument
345 # define obstack_ptr_grow(OBSTACK, datum) \ argument
352 # define obstack_int_grow(OBSTACK, datum) \ argument
375 # define obstack_blank(OBSTACK, length) \ argument
383 # define obstack_alloc(OBSTACK, length) \ argument
403 # define obstack_finish(OBSTACK) \ argument
[all …]
/dragonfly/contrib/grep/lib/
H A Dobstack.h296 # define obstack_object_size(OBSTACK) \ argument
303 # define obstack_room(OBSTACK) \ argument
308 # define obstack_make_room(OBSTACK, length) \ argument
316 # define obstack_empty_p(OBSTACK) \ argument
345 # define obstack_1grow(OBSTACK, datum) \ argument
356 # define obstack_ptr_grow(OBSTACK, datum) \ argument
363 # define obstack_int_grow(OBSTACK, datum) \ argument
386 # define obstack_blank(OBSTACK, length) \ argument
394 # define obstack_alloc(OBSTACK, length) \ argument
414 # define obstack_finish(OBSTACK) \ argument
[all …]
/dragonfly/contrib/binutils-2.34/include/
H A Dobstack.h285 # define obstack_object_size(OBSTACK) \ argument
292 # define obstack_room(OBSTACK) \ argument
297 # define obstack_make_room(OBSTACK, length) \ argument
305 # define obstack_empty_p(OBSTACK) \ argument
334 # define obstack_1grow(OBSTACK, datum) \ argument
345 # define obstack_ptr_grow(OBSTACK, datum) \ argument
352 # define obstack_int_grow(OBSTACK, datum) \ argument
375 # define obstack_blank(OBSTACK, length) \ argument
383 # define obstack_alloc(OBSTACK, length) \ argument
403 # define obstack_finish(OBSTACK) \ argument
[all …]
/dragonfly/contrib/gcc-8.0/include/
H A Dobstack.h285 # define obstack_object_size(OBSTACK) \ argument
292 # define obstack_room(OBSTACK) \ argument
297 # define obstack_make_room(OBSTACK, length) \ argument
305 # define obstack_empty_p(OBSTACK) \ argument
334 # define obstack_1grow(OBSTACK, datum) \ argument
345 # define obstack_ptr_grow(OBSTACK, datum) \ argument
352 # define obstack_int_grow(OBSTACK, datum) \ argument
375 # define obstack_blank(OBSTACK, length) \ argument
383 # define obstack_alloc(OBSTACK, length) \ argument
403 # define obstack_finish(OBSTACK) \ argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dregset.h44 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) argument
H A Dcoretypes.h160 #define gcc_obstack_init(OBSTACK) \ argument
H A Dbitmap.h192 #define BITMAP_ALLOC(OBSTACK) bitmap_obstack_alloc (OBSTACK) argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) argument
H A Dcoretypes.h310 #define gcc_obstack_init(OBSTACK) \ argument