Home
last modified time | relevance | path

Searched refs:stack_frame (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cc44 STACKFRAME64 stack_frame; in SlowUnwindStackWithContext() local
45 memset(&stack_frame, 0, sizeof(stack_frame)); in SlowUnwindStackWithContext()
52 stack_frame.AddrPC.Offset = ctx.Rip; in SlowUnwindStackWithContext()
53 stack_frame.AddrFrame.Offset = ctx.Rbp; in SlowUnwindStackWithContext()
54 stack_frame.AddrStack.Offset = ctx.Rsp; in SlowUnwindStackWithContext()
57 stack_frame.AddrPC.Offset = ctx.Eip; in SlowUnwindStackWithContext()
58 stack_frame.AddrFrame.Offset = ctx.Ebp; in SlowUnwindStackWithContext()
59 stack_frame.AddrStack.Offset = ctx.Esp; in SlowUnwindStackWithContext()
61 stack_frame.AddrPC.Mode = AddrModeFlat; in SlowUnwindStackWithContext()
62 stack_frame.AddrFrame.Mode = AddrModeFlat; in SlowUnwindStackWithContext()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cc46 STACKFRAME64 stack_frame; in SlowUnwindStackWithContext() local
47 memset(&stack_frame, 0, sizeof(stack_frame)); in SlowUnwindStackWithContext()
54 stack_frame.AddrPC.Offset = ctx.Rip; in SlowUnwindStackWithContext()
55 stack_frame.AddrFrame.Offset = ctx.Rbp; in SlowUnwindStackWithContext()
56 stack_frame.AddrStack.Offset = ctx.Rsp; in SlowUnwindStackWithContext()
59 stack_frame.AddrPC.Offset = ctx.Eip; in SlowUnwindStackWithContext()
60 stack_frame.AddrFrame.Offset = ctx.Ebp; in SlowUnwindStackWithContext()
61 stack_frame.AddrStack.Offset = ctx.Esp; in SlowUnwindStackWithContext()
63 stack_frame.AddrPC.Mode = AddrModeFlat; in SlowUnwindStackWithContext()
64 stack_frame.AddrFrame.Mode = AddrModeFlat; in SlowUnwindStackWithContext()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cpp54 STACKFRAME64 stack_frame; in UnwindSlow() local
55 memset(&stack_frame, 0, sizeof(stack_frame)); in UnwindSlow()
62 stack_frame.AddrPC.Offset = ctx.Rip; in UnwindSlow()
63 stack_frame.AddrFrame.Offset = ctx.Rbp; in UnwindSlow()
64 stack_frame.AddrStack.Offset = ctx.Rsp; in UnwindSlow()
67 stack_frame.AddrPC.Offset = ctx.Eip; in UnwindSlow()
68 stack_frame.AddrFrame.Offset = ctx.Ebp; in UnwindSlow()
69 stack_frame.AddrStack.Offset = ctx.Esp; in UnwindSlow()
71 stack_frame.AddrPC.Mode = AddrModeFlat; in UnwindSlow()
72 stack_frame.AddrFrame.Mode = AddrModeFlat; in UnwindSlow()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-20217250 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7251 * stack_frame.pdf: Version of image for PDF output.
7252 * stack_frame.png: Version of image for HTML output and for Emacs.
7253 * stack_frame.txt: Version of image for Info output.
7254 * stack_frame.eps: Version of image for TeX DVI output.