/external/bison/src/ |
Sbitset.h | 39 struct obstack *obstackp);
|
muscle-tab.h | 35 /* An obstack dedicated to receive muscle keys and values. */ 36 extern struct obstack muscle_obstack;
|
system.h | 159 # include <obstack.h>
|
AnnotationList.c | 39 struct obstack *annotations_obstackp) 199 struct obstack 227 struct obstack 416 struct obstack *annotations_obstackp, [all...] |
conflicts.c | 42 static struct obstack solved_conflicts_obstack; 43 static struct obstack solved_conflicts_xml_obstack;
|
output.c | 44 static struct obstack format_obstack; 93 /* Build `NAME_min' and `NAME_max' in the obstack. */ \
|
muscle-tab.c | 40 /* An obstack used to create some entries. */ 41 struct obstack muscle_obstack; 79 /* Initialize the muscle obstack. */
|
/toolchain/binutils/binutils-2.25/gas/ |
cond.c | 25 #include "obstack.h" 29 struct obstack cond_obstack;
|
frags.c | 23 #include "obstack.h" 58 frag_alloc_check (const struct obstack *ob) 73 /* Allocate a frag on the specified obstack. 78 frag_alloc (struct obstack *ob) 130 be big enough if the current obstack chunk is used. */ 145 looking at the obstack 'frags', it needs to know how many 160 /* Number of chars (already allocated on obstack frags) in 173 /* This will align the obstack so the next struct we allocate on it 186 alignment. However, characters will add to obstack frags
|
symbols.h | 21 extern struct obstack notes; /* eg FixS live here. */ 23 extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif
|
subsegs.c | 26 #include "obstack.h" 30 static struct obstack frchains;
|
hash.c | 32 #include "obstack.h" 55 /* An obstack for this hash table. */ 56 struct obstack memory;
|
/external/bison/darwin-lib/ |
stdio.h | [all...] |
/external/bison/linux-lib/ |
stdio.h | [all...] |
/external/bison/lib/ |
stdio.in.h | 717 struct obstack; 718 /* Grow an obstack with formatted output. Return the number of 728 (struct obstack *obs, const char *format, ...) 732 (struct obstack *obs, const char *format, ...)); 736 (struct obstack *obs, const char *format, ...) 741 (struct obstack *obs, const char *format, ...)); 749 (struct obstack *obs, const char *format, va_list args) 753 (struct obstack *obs, const char *format, va_list args)); 757 (struct obstack *obs, const char *format, va_list args) 762 (struct obstack *obs, const char *format, va_list args)) [all...] |
bitset.c | 31 #include "obstack.h" 153 bitset_obstack_alloc (struct obstack *bobstack, 190 /* Free bitset BSET allocated on obstack. */
|
bitset.h | 27 #include "obstack.h" 116 /* Create a bitset of desired type and size using an obstack. The 118 extern bitset bitset_obstack_alloc (struct obstack *bobstack, 121 /* Free bitset allocated on obstack. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
stdio.h | 869 struct obstack; /* See <obstack.h>. */ 871 /* Write formatted output to an obstack. */ 872 extern int obstack_printf (struct obstack *__restrict __obstack, 875 extern int obstack_vprintf (struct obstack *__restrict __obstack,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
stdio.h | 893 struct obstack; /* See <obstack.h>. */ 895 /* Write formatted output to an obstack. */ 896 extern int obstack_printf (struct obstack *__restrict __obstack, 899 extern int obstack_vprintf (struct obstack *__restrict __obstack,
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_platform_limits_posix.cc | 143 #include <obstack.h> 1254 CHECK_TYPE_SIZE(obstack); variable [all...] |
/external/bison/ |
Android.mk | 115 lib/obstack.c \
|
/external/elfutils/src/ |
ranlib.c | 32 #include <obstack.h>
|
ld.h | 22 #include <obstack.h> 1062 /* Obstack used for small objects which will not be deleted. */ 1063 struct obstack smem; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
opts.h | 25 #include "obstack.h" 310 /* Obstack for option strings. */ 312 extern struct obstack opts_obstack;
|
/external/elfutils/libcpu/ |
i386_parse.y | 41 #include <obstack.h> 614 struct obstack os; 776 static struct obstack ob; [all...] |