Home
last modified time | relevance | path

Searched refs:save_stack (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.h69 void Init(ThreadState *thr, uptr pc, uptr addr, u64 uid, bool save_stack);
119 bool save_stack) { in GetSyncOrCreate() argument
120 return GetSync(thr, pc, addr, true, save_stack); in GetSyncOrCreate()
148 bool save_stack);
H A Dtsan_sync.cpp24 bool save_stack) { in Init() argument
30 if (save_stack && !SANITIZER_GO) // Go does not use them in Init()
195 bool save_stack) { in GetSync() argument
224 mys->Init(thr, pc, addr, uid, save_stack); in GetSync()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mm.c112 static noinline void save_stack(struct drm_mm_node *node) in save_stack() function
153 static void save_stack(struct drm_mm_node *node) { } in save_stack() function
574 save_stack(node); in drm_mm_reserve_node()
694 save_stack(node); in drm_mm_insert_node_in_range()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc1013 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreBegin() argument
1019 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreBegin()
1044 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() argument
1049 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreSyncBegin()
H A Dtsan_rtl.h755 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack = true);
757 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc1017 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreBegin() argument
1023 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreBegin()
1048 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() argument
1053 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreSyncBegin()
H A Dtsan_rtl.h759 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack = true);
761 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c5930 static struct save_opts *save_stack; variable
5951 s->next = save_stack; in s_save()
5952 save_stack = s; in s_save()
5964 if (save_stack == NULL) in s_restore()
5971 s = save_stack; in s_restore()
5972 save_stack = s->next; in s_restore()
H A Dtc-i386.c573 static char save_stack[32]; variable
5312 save_stack_p = save_stack; in init_globals()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c5942 static struct save_opts *save_stack; variable
5963 s->next = save_stack; in s_save()
5964 save_stack = s; in s_save()
5976 if (save_stack == NULL) in s_restore()
5983 s = save_stack; in s_restore()
5984 save_stack = s->next; in s_restore()
H A Dtc-i386.c531 static char save_stack[32]; variable
4837 save_stack_p = save_stack; in md_assemble()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c204 unsigned save_stack : 1; member
1338 bool old_save_stack = gimplify_ctxp->save_stack; in gimplify_bind_expr()
1424 gimplify_ctxp->save_stack = false; in gimplify_bind_expr()
1449 if (gimplify_ctxp->save_stack && !gimplify_ctxp->keep_stack) in gimplify_bind_expr()
1547 gimplify_ctxp->save_stack = old_save_stack; in gimplify_bind_expr()
3367 gimplify_ctxp->save_stack = true; in gimplify_call_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc209 unsigned save_stack : 1; member
1348 bool old_save_stack = gimplify_ctxp->save_stack; in gimplify_bind_expr()
1424 gimplify_ctxp->save_stack = false; in gimplify_bind_expr()
1449 if (gimplify_ctxp->save_stack && !gimplify_ctxp->keep_stack) in gimplify_bind_expr()
1554 gimplify_ctxp->save_stack = old_save_stack; in gimplify_bind_expr()
3591 gimplify_ctxp->save_stack = true; in gimplify_call_expr()
H A DChangeLog.tree-ssa8304 (struct gimplify_ctx): New field save_stack.
H A DChangeLog-20152731 (gimplify_vla_decl): Do not set gimplify_ctxp->save_stack here.
2733 either save_stack or keep_stack depending on CALL_ALLOCA_FOR_VAR_P.
H A DChangeLog-200419785 pointer plus dereference. Set DECL_VALUE_EXPR. Set save_stack.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-92951600 (save_stack): New static variable.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-92951600 (save_stack): New static variable.