Home
last modified time | relevance | path

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

/dflybsd-src/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
/dflybsd-src/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
331 # define obstack_grow(OBSTACK,where,length) \ argument
341 # define obstack_grow0(OBSTACK,where,length) \ argument
352 # define obstack_1grow(OBSTACK,datum) \ argument
364 # define obstack_ptr_grow(OBSTACK,datum) \ argument
371 # define obstack_int_grow(OBSTACK,datum) \ argument
378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
[all …]
/dflybsd-src/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
331 # define obstack_grow(OBSTACK,where,length) \ argument
341 # define obstack_grow0(OBSTACK,where,length) \ argument
352 # define obstack_1grow(OBSTACK,datum) \ argument
364 # define obstack_ptr_grow(OBSTACK,datum) \ argument
371 # define obstack_int_grow(OBSTACK,datum) \ argument
378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
[all …]
/dflybsd-src/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
324 # define obstack_grow(OBSTACK, where, length) \ argument
334 # define obstack_grow0(OBSTACK, where, length) \ argument
345 # define obstack_1grow(OBSTACK, datum) \ argument
356 # define obstack_ptr_grow(OBSTACK, datum) \ argument
363 # define obstack_int_grow(OBSTACK, datum) \ argument
370 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
[all …]
/dflybsd-src/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
313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
334 # define obstack_1grow(OBSTACK, datum) \ argument
345 # define obstack_ptr_grow(OBSTACK, datum) \ argument
352 # define obstack_int_grow(OBSTACK, datum) \ argument
359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
[all …]
/dflybsd-src/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
313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
334 # define obstack_1grow(OBSTACK, datum) \ argument
345 # define obstack_ptr_grow(OBSTACK, datum) \ argument
352 # define obstack_int_grow(OBSTACK, datum) \ argument
359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
[all …]
/dflybsd-src/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
313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
334 # define obstack_1grow(OBSTACK, datum) \ argument
345 # define obstack_ptr_grow(OBSTACK, datum) \ argument
352 # define obstack_int_grow(OBSTACK, datum) \ argument
359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
[all …]
/dflybsd-src/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
/dflybsd-src/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