/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
ubsan_diag_standalone.cc | 24 uptr bottom = 0; local in function:__sanitizer_print_stack_trace 27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom); 32 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom,
|
ubsan_diag_standalone.cc | 24 uptr bottom = 0; local in function:__sanitizer_print_stack_trace 27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom); 32 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom,
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_stacktrace_sparc.cc | 37 uptr bottom = stack_bottom; local in function:__sanitizer::BufferedStackTrace::FastUnwindStack 39 while (IsValidFrame((uptr)frame, stack_top, bottom) && 51 bottom = (uptr)frame;
|
sanitizer_stacktrace_sparc.cc | 37 uptr bottom = stack_bottom; local in function:__sanitizer::BufferedStackTrace::FastUnwindStack 39 while (IsValidFrame((uptr)frame, stack_top, bottom) && 51 bottom = (uptr)frame;
|
sanitizer_stacktrace.cc | 81 uptr bottom = stack_bottom; local in function:__sanitizer::BufferedStackTrace::FastUnwindStack 83 while (IsValidFrame((uptr)frame, stack_top, bottom) && 91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || 108 bottom = (uptr)frame; 109 frame = GetCanonicFrame((uptr)frame[0], stack_top, bottom);
|
sanitizer_stacktrace.cc | 81 uptr bottom = stack_bottom; local in function:__sanitizer::BufferedStackTrace::FastUnwindStack 83 while (IsValidFrame((uptr)frame, stack_top, bottom) && 91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || 108 bottom = (uptr)frame; 109 frame = GetCanonicFrame((uptr)frame[0], stack_top, bottom);
|
sanitizer_symbolizer_report.cc | 103 uptr bottom = 0; local in function:__sanitizer::ReportMmapWriteExec 108 GetThreadStackTopAndBottom(false, &top, &bottom); 109 stack->Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, fast);
|
/src/usr.bin/telnet/ |
ring.h | 49 *bottom, /* lowest address in buffer */ member in struct:__anon5726843e0108
|
ring.h | 49 *bottom, /* lowest address in buffer */ member in struct:__anon5726843e0108
|
/src/games/dab/ |
box.h | 55 bottom = 1, enumerator in enum:BOX::EDGE
|
box.h | 55 bottom = 1, enumerator in enum:BOX::EDGE
|
/src/lib/libpuffs/ |
callcontext.c | 338 uintptr_t bottom; local in function:puffs_cc_getcc 343 bottom = ((uintptr_t)&bottom) & ~(stacksize-1); 344 return (struct puffs_cc *)bottom;
|
callcontext.c | 338 uintptr_t bottom; local in function:puffs_cc_getcc 343 bottom = ((uintptr_t)&bottom) & ~(stacksize-1); 344 return (struct puffs_cc *)bottom;
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_draw.c | 97 drawable->self_bitmap_area.bottom = 0; 142 int left, right, top, bottom; local in function:qxl_draw_dirty_fb 166 bottom = clips->y2; 174 bottom = max_t(int, bottom, (int)clips_ptr->y2); 178 height = bottom - top; 198 drawable_rect.bottom = bottom; 227 drawable->u.copy.src_area.bottom = height; 246 rects[i].bottom = clips_ptr->y2 [all...] |
qxl_draw.c | 97 drawable->self_bitmap_area.bottom = 0; 142 int left, right, top, bottom; local in function:qxl_draw_dirty_fb 166 bottom = clips->y2; 174 bottom = max_t(int, bottom, (int)clips_ptr->y2); 178 height = bottom - top; 198 drawable_rect.bottom = bottom; 227 drawable->u.copy.src_area.bottom = height; 246 rects[i].bottom = clips_ptr->y2 [all...] |
/src/sys/arch/vax/include/ |
qevent.h | 109 short bottom; member in struct:_vs_box
|
qevent.h | 109 short bottom; member in struct:_vs_box
|
/src/sys/dev/ieee1394/ |
fwohcivar.h | 53 struct fwohcidb_tr *bottom; member in struct:fwohci_softc::fwohci_dbch
|
fwohcivar.h | 53 struct fwohcidb_tr *bottom; member in struct:fwohci_softc::fwohci_dbch
|
/src/sys/dev/qbus/ |
qevent.h | 109 short bottom; member in struct:_vs_box
|
qevent.h | 109 short bottom; member in struct:_vs_box
|
/src/tests/usr.bin/xlint/lint1/ |
lang_level_c99.c | 150 short top, left, bottom, right; member in struct:short_rect
|
lang_level_c99.c | 150 short top, left, bottom, right; member in struct:short_rect
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_rtl.cc | 556 uptr top, bottom; local in function:__asan_handle_no_return 559 bottom = ((uptr)&local_stack - PageSize) & ~(PageSize - 1); 567 GetThreadStackAndTls(/*main=*/false, &bottom, &stack_size, &tls_addr, 569 top = bottom + stack_size; 572 if (top - bottom > kMaxExpectedCleanupSize) { 578 "stack top: %p; bottom %p; size: %p (%zd)\n" 582 top, bottom, top - bottom, top - bottom); 585 PoisonShadow(bottom, top - bottom, 0) [all...] |
asan_thread.h | 106 void StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, uptr size); 144 uptr bottom; member in struct:__asan::AsanThread::StackBounds
|