Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dobstack.h229 void obstack_int_grow_fast (struct obstack *obstack, int data);
376 obstack_int_grow_fast (__o, datum); })
385 # define obstack_int_grow_fast(OBSTACK,aint) \ macro
495 obstack_int_grow_fast (h, datum))
500 # define obstack_int_grow_fast(h,aint) \ macro
DChangeLog-910359 (obstack_ptr_grow_fast, obstack_int_grow_fast):
/openbsd/src/gnu/lib/libiberty/include/
Dobstack.h229 void obstack_int_grow_fast (struct obstack *obstack, int data);
376 obstack_int_grow_fast (__o, datum); })
385 # define obstack_int_grow_fast(OBSTACK,aint) \ macro
495 obstack_int_grow_fast (h, datum))
500 # define obstack_int_grow_fast(h,aint) \ macro
DChangeLog17 (obstack_ptr_grow_fast, obstack_int_grow_fast):
/openbsd/src/gnu/gcc/include/
Dobstack.h229 void obstack_int_grow_fast (struct obstack *obstack, int data);
376 obstack_int_grow_fast (__o, datum); })
385 # define obstack_int_grow_fast(OBSTACK,aint) \ macro
495 obstack_int_grow_fast (h, datum))
500 # define obstack_int_grow_fast(h,aint) \ macro
DChangeLog-910359 (obstack_ptr_grow_fast, obstack_int_grow_fast):
/openbsd/src/gnu/usr.bin/binutils/include/
Dobstack.h249 void obstack_int_grow_fast (struct obstack *obstack, int data);
433 obstack_int_grow_fast (__o, datum); })
442 # define obstack_int_grow_fast(OBSTACK,aint) \ macro
552 obstack_int_grow_fast (h, datum))
557 # define obstack_int_grow_fast(h,aint) \ macro
DChangeLog48 (obstack_ptr_grow_fast, obstack_int_grow_fast):
DChangeLog-910353 (obstack_ptr_grow_fast, obstack_int_grow_fast):
/openbsd/src/gnu/lib/libiberty/src/
Dobstacks.texi485 @deftypefun void obstack_int_grow_fast (struct obstack *@var{obstack-ptr}, int @var{data})
486 The function @code{obstack_int_grow_fast} adds @code{sizeof (int)} bytes
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-19914760 obstack_int_grow, obstack_int_grow_fast): Eliminate