Home
last modified time | relevance | path

Searched refs:next_bp (Results 1 – 25 of 54) sorted by relevance

123

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dunwind_frame.c187 unsigned long *next_bp) in update_stack_state() argument
201 regs = decode_frame_pointer(next_bp); in update_stack_state()
207 frame = next_bp; in update_stack_state()
233 state->bp = next_bp; in update_stack_state()
257 unsigned long *next_bp; in unwind_next_frame() local
295 if (state->next_bp) { in unwind_next_frame()
296 next_bp = state->next_bp; in unwind_next_frame()
297 state->next_bp = NULL; in unwind_next_frame()
348 state->task->pid, next_bp); in unwind_next_frame()
354 state->task->pid, next_bp); in unwind_next_frame()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dunwind_frame.c187 unsigned long *next_bp) in update_stack_state() argument
201 regs = decode_frame_pointer(next_bp); in update_stack_state()
207 frame = next_bp; in update_stack_state()
233 state->bp = next_bp; in update_stack_state()
257 unsigned long *next_bp; in unwind_next_frame() local
295 if (state->next_bp) { in unwind_next_frame()
296 next_bp = state->next_bp; in unwind_next_frame()
297 state->next_bp = NULL; in unwind_next_frame()
348 state->task->pid, next_bp); in unwind_next_frame()
354 state->task->pid, next_bp); in unwind_next_frame()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dunwind_frame.c187 unsigned long *next_bp) in update_stack_state() argument
201 regs = decode_frame_pointer(next_bp); in update_stack_state()
207 frame = next_bp; in update_stack_state()
233 state->bp = next_bp; in update_stack_state()
257 unsigned long *next_bp; in unwind_next_frame() local
295 if (state->next_bp) { in unwind_next_frame()
296 next_bp = state->next_bp; in unwind_next_frame()
297 state->next_bp = NULL; in unwind_next_frame()
348 state->task->pid, next_bp); in unwind_next_frame()
354 state->task->pid, next_bp); in unwind_next_frame()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cc51 uptr next_bp = prev_bp; in FastUnwindStack() local
53 while (next_bp != bp && in FastUnwindStack()
54 IsAligned(next_bp, sizeof(uhwptr)) && in FastUnwindStack()
56 prev_bp = next_bp; in FastUnwindStack()
57 next_bp = (uptr) ((uhwptr *) next_bp)[14] + STACK_BIAS; in FastUnwindStack()
59 if (next_bp == bp) in FastUnwindStack()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/lang/zig/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/lang/zig-devel/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cc51 uptr next_bp = prev_bp; in FastUnwindStack() local
53 while (next_bp != bp && in FastUnwindStack()
54 IsAligned(next_bp, sizeof(uhwptr)) && in FastUnwindStack()
56 prev_bp = next_bp; in FastUnwindStack()
57 next_bp = (uptr) ((uhwptr *) next_bp)[14] + STACK_BIAS; in FastUnwindStack()
59 if (next_bp == bp) in FastUnwindStack()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp; in UnwindFast() local
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
56 prev_bp = next_bp; in UnwindFast()
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
59 if (next_bp == bp) in UnwindFast()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp53 uptr next_bp = prev_bp;
55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) {
56 prev_bp = next_bp;
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS;
59 if (next_bp == bp)

123