Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dobstack.h292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i) \
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dobstack.h292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i) \
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dobstack.h292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i) \
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dobstack.h292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i) \
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dfrags.c99 if (obstack_room (&frchain_now->frch_obstack) < nchars) in frag_grow()
126 while (obstack_room (&frchain_now->frch_obstack) < nchars) in frag_grow()
304 return obstack_room (&frchain_now->frch_obstack); in frag_room()
411 if (obstack_room (&frchain_now->frch_obstack) <= 1) in frag_append_1_char()
H A Dwrite.c1432 avail_out = obstack_room (ob); in compress_frag()
1440 avail_out = obstack_room (ob); in compress_frag()
1494 if (obstack_room (ob) < header_size) in compress_debug()
1496 if (obstack_room (ob) < header_size) in compress_debug()
1554 avail_out = obstack_room (ob); in compress_debug()
1564 avail_out = obstack_room (ob); in compress_debug()
H A DChangeLog-9295579 obstack_room.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dfrags.c99 if (obstack_room (&frchain_now->frch_obstack) < nchars) in frag_grow()
126 while (obstack_room (&frchain_now->frch_obstack) < nchars) in frag_grow()
303 return obstack_room (&frchain_now->frch_obstack); in frag_room()
410 if (obstack_room (&frchain_now->frch_obstack) <= 1) in frag_append_1_char()
H A Dwrite.c1431 avail_out = obstack_room (ob); in compress_frag()
1439 avail_out = obstack_room (ob); in compress_frag()
1506 if (obstack_room (ob) < header_size) in compress_debug()
1508 if (obstack_room (ob) < header_size) in compress_debug()
1566 avail_out = obstack_room (ob); in compress_debug()
1576 avail_out = obstack_room (ob); in compress_debug()
H A DChangeLog-9295579 obstack_room.
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dobstack.h240 int obstack_room (struct obstack *obstack);
366 # define obstack_room(OBSTACK) \ macro
494 # define obstack_room(h) \ macro
H A Dobstack.c509 int (obstack_room) (obstack)
512 return obstack_room (obstack);
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.h275 # define obstack_room(OBSTACK) \ macro
414 # define obstack_room(h) \ macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.h275 # define obstack_room(OBSTACK) \ macro
414 # define obstack_room(h) \ macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobstacks.texi449 @code{obstack_room} returns the amount of room available
454 @deftypefun size_t obstack_room (struct obstack *@var{obstack-ptr})
493 When you check for space using @code{obstack_room} and there is not
500 sufficient space using @code{obstack_room}. Once the object is copied
513 size_t room = obstack_room (obstack);
755 @item size_t obstack_room (struct obstack *@var{obstack-ptr})
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobstacks.texi449 @code{obstack_room} returns the amount of room available
454 @deftypefun size_t obstack_room (struct obstack *@var{obstack-ptr})
493 When you check for space using @code{obstack_room} and there is not
500 sufficient space using @code{obstack_room}. Once the object is copied
513 size_t room = obstack_room (obstack);
755 @item size_t obstack_room (struct obstack *@var{obstack-ptr})
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobstacks.texi449 @code{obstack_room} returns the amount of room available
454 @deftypefun size_t obstack_room (struct obstack *@var{obstack-ptr})
493 When you check for space using @code{obstack_room} and there is not
500 sufficient space using @code{obstack_room}. Once the object is copied
513 size_t room = obstack_room (obstack);
755 @item size_t obstack_room (struct obstack *@var{obstack-ptr})
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobstacks.texi449 @code{obstack_room} returns the amount of room available
454 @deftypefun size_t obstack_room (struct obstack *@var{obstack-ptr})
493 When you check for space using @code{obstack_room} and there is not
500 sufficient space using @code{obstack_room}. Once the object is copied
513 size_t room = obstack_room (obstack);
755 @item size_t obstack_room (struct obstack *@var{obstack-ptr})
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dobstacks.texi449 @code{obstack_room} returns the amount of room available
454 @deftypefun size_t obstack_room (struct obstack *@var{obstack-ptr})
493 When you check for space using @code{obstack_room} and there is not
500 sufficient space using @code{obstack_room}. Once the object is copied
513 size_t room = obstack_room (obstack);
755 @item size_t obstack_room (struct obstack *@var{obstack-ptr})
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-v850.c3218 if (obstack_room (& frchain_now->frch_obstack) < (insn_size + extra_data_len)) in md_assemble()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-v850.c3222 if (obstack_room (& frchain_now->frch_obstack) < (insn_size + extra_data_len)) in md_assemble()