HomeSort by relevance Sort by last modified time
    Searched refs:obstack (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 0 /* obstack.h - object stack macros
43 them before using any obstack macros.
45 Each independent stack is represented by a `struct obstack'.
46 Each of the obstack macros expects a pointer to such a structure
63 With obstacks, you can work differently. Use one obstack for all symbol
64 names. As you read a symbol, grow the name in the obstack gradually.
99 Exactly one object is growing in an obstack at any one time.
100 You can run one obstack per control block.
102 Because of the way we do it, you can `unwind' an obstack
165 struct obstack /* control current object in current chunk *
164 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
pretty-print.h 24 #include "obstack.h"
76 /* Obstack where the text is built up. */
77 struct obstack formatted_obstack;
79 /* Obstack containing a chunked representation of the format
81 struct obstack chunk_obstack;
83 /* Currently active obstack: one of the above two. This is used so
85 struct obstack *obstack; member in struct:__anon63415
symtab.h 21 #include "obstack.h"
49 struct obstack stack;
bitmap.h 120 grouped together in memory, using a dedicated obstack for a set (or group
123 the same obstack, elements freed from one set may be re-used for one of
128 obstack whenever possible. */
132 #include "obstack.h"
151 /* Obstack for allocating bitmaps and elements from. */
155 struct obstack GTY ((skip)) obstack; member in struct:bitmap_obstack
187 bitmap_obstack *obstack; /* Obstack to allocate elements from. member in struct:bitmap_head_def
193 extern bitmap_obstack bitmap_default_obstack; /* Default bitmap obstack */
    [all...]
c-tree.h 468 extern struct obstack parser_obstack;
612 extern void push_init_level (int, struct obstack *);
613 extern struct c_expr pop_init_level (int, struct obstack *);
614 extern void set_init_index (tree, tree, struct obstack *);
615 extern void set_init_label (tree, struct obstack *);
616 extern void process_init_element (struct c_expr, bool, struct obstack *);
opts.h 25 #include "obstack.h"
310 /* Obstack for option strings. */
312 extern struct obstack opts_obstack;
  /external/elfutils/src/
arlib.h 26 #include <obstack.h>
60 struct obstack symsoffob;
61 struct obstack symsnameob;
68 struct obstack longnamesob;
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-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 0 /* obstack.h - object stack macros
39 them before using any obstack macros.
41 Each independent stack is represented by a `struct obstack'.
42 Each of the obstack macros expects a pointer to such a structure
59 With obstacks, you can work differently. Use one obstack for all symbol
60 names. As you read a symbol, grow the name in the obstack gradually.
95 Exactly one object is growing in an obstack at any one time.
96 You can run one obstack per control block.
98 Because of the way we do it, you can `unwind' an obstack
152 struct obstack /* control current object in current chunk *
151 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
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,
  /toolchain/binutils/binutils-2.27/include/
obstack.h 0 /* obstack.h - object stack macros
37 them before using any obstack macros.
39 Each independent stack is represented by a 'struct obstack'.
40 Each of the obstack macros expects a pointer to such a structure
57 With obstacks, you can work differently. Use one obstack for all symbol
58 names. As you read a symbol, grow the name in the obstack gradually.
93 Exactly one object is growing in an obstack at any one time.
94 You can run one obstack per control block.
96 Because of the way we do it, you can "unwind" an obstack
115 /* For binary compatibility with obstack version 1, which used "int
163 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
  /external/compiler-rt/test/msan/Linux/
obstack.cc 4 #include <obstack.h>
17 obstack obs;
33 // CHECK: #0 0x{{.*}} in main{{.*}}obstack.cc:[[@LINE-30]]
  /toolchain/binutils/binutils-2.27/libiberty/
obstack.c 0 /* obstack.c - subroutines used implicitly by object stack macros
21 # include <obstack.h>
24 # include "obstack.h"
28 obstack.h must be incremented whenever callers compiled using an old
29 obstack.h can no longer properly call the functions in this file. */
89 call_chunkfun (struct obstack *h, size_t size)
98 call_freefun (struct obstack *h, void *old_chunk)
107 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
114 _obstack_begin_worker (struct obstack *h,
156 _obstack_begin (struct obstack *h
    [all...]
makefile.vms 10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
  /toolchain/binutils/binutils-2.27/gas/
subsegs.h 40 #include "obstack.h"
52 struct obstack frch_obstack; /* for objects in this frag chain */
frags.h 24 struct obstack;
129 fragS *frag_alloc (struct obstack *);
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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 144 extern int __obstack_printf_chk (struct obstack *__restrict __obstack,
148 extern int __obstack_vprintf_chk (struct obstack *__restrict __obstack,
178 __NTH (obstack_printf (struct obstack *__restrict __obstack,
191 # define obstack_printf(obstack, ...) \
192 __obstack_printf_chk (obstack, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
209 __NTH (obstack_vprintf (struct obstack *__restrict __obstack,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 144 extern int __obstack_printf_chk (struct obstack *__restrict __obstack,
148 extern int __obstack_vprintf_chk (struct obstack *__restrict __obstack,
178 __NTH (obstack_printf (struct obstack *__restrict __obstack,
191 # define obstack_printf(obstack, ...) \
192 __obstack_printf_chk (obstack, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
209 __NTH (obstack_vprintf (struct obstack *__restrict __obstack,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 143 #include <obstack.h>
1263 CHECK_TYPE_SIZE(obstack); variable
    [all...]

Completed in 285 milliseconds

1 2