| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_poisoning.cc | 365 uptr new_mid = reinterpret_cast<uptr>(new_mid_p); local 367 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end && 370 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid, 376 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity); 377 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity); 394 uptr b1 = RoundDownTo(new_mid, granularity); 395 uptr b2 = RoundUpTo(new_mid, granularity); 402 *(u8*)MemToShadow(b1) = static_cast<u8>(new_mid - b1);
|
| asan_report.h | 83 uptr old_mid, uptr new_mid,
|
| asan_errors.h | 302 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer 315 new_mid(new_mid_) {}
|
| asan_report.cc | 337 uptr old_mid, uptr new_mid, 341 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); local
|
| asan_errors.cc | 318 " new_mid : %p\n", 319 beg, end, old_mid, new_mid);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_poisoning.cpp | 353 uptr new_mid = reinterpret_cast<uptr>(new_mid_p); local 355 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end && 358 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid, 364 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity); 365 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity); 382 uptr b1 = RoundDownTo(new_mid, granularity); 383 uptr b2 = RoundUpTo(new_mid, granularity); 390 *(u8*)MemToShadow(b1) = static_cast<u8>(new_mid - b1);
|
| asan_report.h | 84 uptr old_mid, uptr new_mid,
|
| asan_errors.h | 317 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer 330 new_mid(new_mid_) {}
|
| asan_report.cpp | 347 uptr old_mid, uptr new_mid, 351 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); local
|
| asan_errors.cpp | 330 " new_mid : %p\n", 331 (void *)beg, (void *)end, (void *)old_mid, (void *)new_mid);
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| common_interface_defs.h | 87 // Supply the old and the new values of mid (old_mid/new_mid). 106 const void *new_mid);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_interface_internal.h | 65 const void *new_mid);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| common_interface_defs.h | 128 /// <c>mid</c>(<c><i>old_mid</i></c> and <c><i>new_mid</i></c>). In the initial 156 /// \param new_mid New middle of memory region. 160 const void *new_mid);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_interface_internal.h | 68 const void *new_mid);
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_report.h | 85 uptr old_mid, uptr new_mid,
|
| asan_errors.h | 317 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer 330 new_mid(new_mid_) {}
|
| asan_report.cpp | 349 uptr old_mid, uptr new_mid, 353 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); local
|
| asan_errors.cpp | 328 " new_mid : %p\n", 329 (void *)beg, (void *)end, (void *)old_mid, (void *)new_mid);
|
| /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| common_interface_defs.h | 133 /// <c>mid</c>(<c><i>old_mid</i></c> and <c><i>new_mid</i></c>). In the initial 158 /// \param new_mid New middle of memory region. 160 const void *beg, const void *end, const void *old_mid, const void *new_mid);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_interface_internal.h | 67 const void *new_mid);
|
| /src/usr.sbin/mopd/common/ |
| file.c | 300 getMID(int old_mid, int new_mid) 306 switch (new_mid) {
|