Home
last modified time | relevance | path

Searched refs:AddrPC (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cc52 stack_frame.AddrPC.Offset = ctx.Rip; in SlowUnwindStackWithContext()
57 stack_frame.AddrPC.Offset = ctx.Eip; in SlowUnwindStackWithContext()
61 stack_frame.AddrPC.Mode = AddrModeFlat; in SlowUnwindStackWithContext()
68 trace_buffer[size++] = (uptr)stack_frame.AddrPC.Offset; in SlowUnwindStackWithContext()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cc54 stack_frame.AddrPC.Offset = ctx.Rip; in SlowUnwindStackWithContext()
59 stack_frame.AddrPC.Offset = ctx.Eip; in SlowUnwindStackWithContext()
63 stack_frame.AddrPC.Mode = AddrModeFlat; in SlowUnwindStackWithContext()
70 trace_buffer[size++] = (uptr)stack_frame.AddrPC.Offset; in SlowUnwindStackWithContext()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cpp62 stack_frame.AddrPC.Offset = ctx.Rip; in UnwindSlow()
67 stack_frame.AddrPC.Offset = ctx.Eip; in UnwindSlow()
71 stack_frame.AddrPC.Mode = AddrModeFlat; in UnwindSlow()
78 trace_buffer[size++] = (uptr)stack_frame.AddrPC.Offset; in UnwindSlow()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dstacktrace.d191 AddrPC.Offset = ctxt.Eip; in traceNoSync()
192 AddrPC.Mode = Flat; in traceNoSync()
201 AddrPC.Offset = ctxt.Rip; in traceNoSync()
202 AddrPC.Mode = Flat; in traceNoSync()
222 result ~= stackframe.AddrPC.Offset; in traceNoSync()
H A Ddbghelp_types.d73 ADDRESS64 AddrPC; member
H A Dimagehlp.d193 ADDRESS AddrPC; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc94 ADDRESS64 AddrPC;
244 StackTrace[Depth++] = (void *)(uintptr_t)StackFrame.AddrPC.Offset;
323 DWORD64 PC = StackFrame.AddrPC.Offset;
532 StackFrame.AddrPC.Offset = Context.Rip;
536 StackFrame.AddrPC.Offset = Context.Eip;
540 StackFrame.AddrPC.Offset = Context.Pc;
544 StackFrame.AddrPC.Offset = Context.Pc;
548 StackFrame.AddrPC.Mode = AddrModeFlat;