Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h67 void Init(ThreadState *thr, uptr pc, uptr addr, bool save_stack);
115 bool save_stack) { in GetSyncOrCreate() argument
116 return GetSync(thr, pc, addr, true, save_stack); in GetSyncOrCreate()
143 bool save_stack);
H A Dtsan_sync.cpp23 void SyncVar::Init(ThreadState *thr, uptr pc, uptr addr, bool save_stack) { in Init() argument
27 if (save_stack && !SANITIZER_GO) // Go does not use them in Init()
205 bool save_stack) { in GetSync() argument
234 mys->Init(thr, pc, addr, save_stack); in GetSync()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_mm.c107 static noinline void save_stack(struct drm_mm_node *node) in save_stack() function
148 static void save_stack(struct drm_mm_node *node) { } in save_stack() function
466 save_stack(node); in drm_mm_reserve_node()
584 save_stack(node); in drm_mm_insert_node_in_range()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68k.c5658 static struct save_opts *save_stack; variable
5679 s->next = save_stack; in s_save()
5680 save_stack = s; in s_save()
5692 if (save_stack == NULL) in s_restore()
5699 s = save_stack; in s_restore()
5700 save_stack = s->next; in s_restore()
H A Dtc-maxq.c622 static char save_stack[32]; variable
3082 save_stack_p = save_stack; in md_assemble()
H A Dtc-i386.c262 static char save_stack[32]; variable
1420 save_stack_p = save_stack;
/openbsd-src/gnu/gcc/gcc/
H A Dgimplify.c94 bool save_stack; member
1056 bool old_save_stack = gimplify_ctxp->save_stack; in gimplify_bind_expr()
1089 gimplify_ctxp->save_stack = false; in gimplify_bind_expr()
1093 if (gimplify_ctxp->save_stack) in gimplify_bind_expr()
1111 gimplify_ctxp->save_stack = old_save_stack; in gimplify_bind_expr()
1254 gimplify_ctxp->save_stack = true; in gimplify_decl_expr()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68k.c5617 static struct save_opts *save_stack; variable
5638 s->next = save_stack;
5639 save_stack = s;
5652 if (save_stack == NULL)
5659 s = save_stack;
5660 save_stack = s->next;
H A Dtc-i386.c251 static char save_stack[32]; variable
1296 save_stack_p = save_stack;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-92951600 (save_stack): New static variable.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-92951600 (save_stack): New static variable.