| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| ubsan_diag_standalone.cc | 24 uptr bottom = 0; local 27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom); 32 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom,
|
| ubsan_diag_standalone.cc | 24 uptr bottom = 0; local 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 39 while (IsValidFrame((uptr)frame, stack_top, bottom) && 51 bottom = (uptr)frame;
|
| sanitizer_stacktrace_sparc.cc | 37 uptr bottom = stack_bottom; local 39 while (IsValidFrame((uptr)frame, stack_top, bottom) && 51 bottom = (uptr)frame;
|
| sanitizer_stacktrace.cc | 81 uptr bottom = stack_bottom; local 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 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 108 GetThreadStackTopAndBottom(false, &top, &bottom); 109 stack->Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, fast);
|
| sanitizer_symbolizer_report.cc | 103 uptr bottom = 0; local 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:__anon8335
|
| ring.h | 49 *bottom, /* lowest address in buffer */ member in struct:__anon8335
|
| /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 343 bottom = ((uintptr_t)&bottom) & ~(stacksize-1); 344 return (struct puffs_cc *)bottom;
|
| callcontext.c | 338 uintptr_t bottom; local 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 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 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_interceptors.cc | 256 uptr bottom = stack & ~(PageSize - 1); local 257 ssize += stack - bottom; 260 if (AddrIsInMem(bottom) && ssize && ssize <= kMaxSaneContextStackSize) { 261 PoisonShadow(bottom, ssize, 0);
|