Home
last modified time | relevance | path

Searched refs:_obstack_begin (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/
H A Dobstack.h204 extern int _obstack_begin (struct obstack *, int, int,
213 extern int _obstack_begin ();
298 _obstack_begin ((h), 0, 0, \
302 _obstack_begin ((h), (size), 0, \
306 _obstack_begin ((h), (size), (alignment), \
323 _obstack_begin ((h), 0, 0, \
327 _obstack_begin ((h), (size), 0, \
331 _obstack_begin ((h), (size), (alignment), \
H A DChangeLog1486 _obstack_begin, _obstack_begin_1): Declare to return int, not void.
1800 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
H A DChangeLog-91032073 _obstack_begin, _obstack_begin_1): Declare to return int, not void.
2376 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
/openbsd-src/gnu/gcc/include/
H A Dobstack.h193 extern int _obstack_begin (struct obstack *, int, int,
267 _obstack_begin ((h), 0, 0, \
271 _obstack_begin ((h), (size), 0, \
275 _obstack_begin ((h), (size), (alignment), \
H A DChangeLog-91032018 _obstack_begin, _obstack_begin_1): Declare to return int, not void.
2321 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dobstack.h193 extern int _obstack_begin (struct obstack *, int, int,
267 _obstack_begin ((h), 0, 0, \
271 _obstack_begin ((h), (size), 0, \
275 _obstack_begin ((h), (size), (alignment), \
H A DChangeLog-91032018 _obstack_begin, _obstack_begin_1): Declare to return int, not void.
2321 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
/openbsd-src/gnu/lib/libiberty/include/
H A Dobstack.h193 extern int _obstack_begin (struct obstack *, int, int,
267 _obstack_begin ((h), 0, 0, \
271 _obstack_begin ((h), (size), 0, \
275 _obstack_begin ((h), (size), (alignment), \
H A DChangeLog1434 _obstack_begin, _obstack_begin_1): Declare to return int, not void.
1748 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dcp.c25 _obstack_begin (h, size, alignment, chunkfun, freefun) in _obstack_begin() function
/openbsd-src/gnu/gcc/libcpp/
H A Didentifiers.c58 _obstack_begin (&pfile->hash_ob, 0, 0, in _cpp_init_hashtable()
H A Dsymtab.c62 _obstack_begin (&table->stack, 0, 0, in ht_create()
H A Dinit.c217 _obstack_begin (&pfile->buffer_ob, 0, 0, in cpp_create_reader()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djvgenmain.c54 _obstack_begin (obstack, OBSTACK_CHUNK_SIZE, 0,
H A Djv-scan.c281 _obstack_begin (obstack, OBSTACK_CHUNK_SIZE, 0,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhashtable.c53 _obstack_begin (obstack, OBSTACK_CHUNK_SIZE, 0,
H A DChangeLog.27626 (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
/openbsd-src/gnu/lib/libiberty/src/
H A Dobstack.c142 _obstack_begin (struct obstack *h, int size, int alignment, in _obstack_begin() function
H A DChangeLog558 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
6162 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
6164 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
6748 * obstack.c (_obstack_begin): Initialize use_extra_arg.
6755 * obstack.c (_obstack_begin): Remove area_id and flags arguments
/openbsd-src/gnu/gcc/gcc/
H A Ddefaults.h35 _obstack_begin ((OBSTACK), OBSTACK_CHUNK_SIZE, 0, \
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6391 INTERCEPTOR(int, _obstack_begin, __sanitizer_obstack *obstack, int sz,
6394 COMMON_INTERCEPTOR_ENTER(ctx, _obstack_begin, obstack, sz, align, alloc_fn,
6396 int res = REAL(_obstack_begin)(obstack, sz, align, alloc_fn, free_fn);
6410 COMMON_INTERCEPT_FUNCTION(_obstack_begin); \
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1282 fun:_obstack_begin=uninstrumented