HomeSort by relevance Sort by last modified time
    Searched refs:obstack (Results 51 - 74 of 74) sorted by null

1 23

  /external/bison/src/
ielr.c 488 struct obstack *annotations_obstackp)
    [all...]
scan-code.l 56 /* A string to be pushed to obstack after dollar/at has been handled. */
287 /* By default, grow the string obstack with the input. */
439 static struct obstack msg_buf;
scan-code.c 707 /* A string to be pushed to obstack after dollar/at has been handled. */
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
windres.c 44 #include "obstack.h"
133 an obstack, so that we can free it all at once if we want. */
138 /* The resource building obstack. */
140 static struct obstack res_obstack;
142 /* Initialize the resource building obstack. */
150 /* Allocate space on the resource building obstack. */
158 /* We also use an obstack to save memory used while writing out a set
161 static struct obstack reswr_obstack;
163 /* Initialize the resource writing obstack. */
171 /* Allocate space on the resource writing obstack. *
    [all...]
windmc.c 39 #include "obstack.h"
75 an obstack, so that we can free it all at once if we want. */
79 /* The resource building obstack. */
80 static struct obstack res_obstack;
161 /* Initialize the resource building obstack. */
168 /* Allocate space on the resource building obstack. */
  /external/bison/lib/
gnulib.mk 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
    [all...]
hash.c 37 # include "obstack.h"
82 struct obstack entry_stack;
    [all...]
ebitset.c 24 #include "obstack.h"
84 /* Obstack to allocate bitset elements from. */
85 static struct obstack ebitset_obstack;
lbitset.c 25 #include "obstack.h"
76 /* Obstack to allocate bitset elements from. */
77 static struct obstack lbitset_obstack;
  /external/elfutils/src/
nm.c 36 #include <obstack.h>
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 25 #include "obstack.h"
141 /* Create a fixS in obstack 'notes'. */
    [all...]
Makefile.am 586 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
symbols.c 25 #include "obstack.h" /* For "symbols.h" */
62 struct obstack notes;
101 /* Save a symbol name on a permanent obstack, and convert it according
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
gmp.h 332 /* In ISO C, if a prototype involving "struct obstack *" is given without
335 only give prototypes if we've got obstack.h. */
336 #if defined (_OBSTACK_H) /* glibc <obstack.h> */
611 __GMP_DECLSPEC int gmp_obstack_printf __GMP_PROTO ((struct obstack *, __gmp_const char *, ...));
616 __GMP_DECLSPEC int gmp_obstack_vprintf __GMP_PROTO ((struct obstack *, __gmp_const char *, va_list));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
gmp.h 332 /* In ISO C, if a prototype involving "struct obstack *" is given without
335 only give prototypes if we've got obstack.h. */
336 #if defined (_OBSTACK_H) /* glibc <obstack.h> */
611 __GMP_DECLSPEC int gmp_obstack_printf __GMP_PROTO ((struct obstack *, __gmp_const char *, ...));
616 __GMP_DECLSPEC int gmp_obstack_vprintf __GMP_PROTO ((struct obstack *, __gmp_const char *, va_list));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
gmp.h 332 /* In ISO C, if a prototype involving "struct obstack *" is given without
335 only give prototypes if we've got obstack.h. */
336 #if defined (_OBSTACK_H) /* glibc <obstack.h> */
611 __GMP_DECLSPEC int gmp_obstack_printf __GMP_PROTO ((struct obstack *, __gmp_const char *, ...));
616 __GMP_DECLSPEC int gmp_obstack_vprintf __GMP_PROTO ((struct obstack *, __gmp_const char *, va_list));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 24 #include "obstack.h"
44 extern struct obstack mempool;
885 struct obstack mempool;
    [all...]
tc-mmix.c 36 #include "obstack.h"
224 struct obstack mmix_sym_obstack;
    [all...]
tc-score.c     [all...]
tc-score7.c     [all...]
tc-m68k.c 23 #include "obstack.h"
143 static struct obstack robyn;
    [all...]
tc-mips.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 26 #include "obstack.h"
53 static struct obstack stat_obstack;
54 static struct obstack map_obstack;
    [all...]
  /external/bison/
configure     [all...]

Completed in 852 milliseconds

1 23