| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_flags.cpp | 144 if (f->redzone < (int)SHADOW_GRANULARITY) in InitializeFlags() 145 f->redzone = SHADOW_GRANULARITY; in InitializeFlags() 153 CHECK_GE(f->redzone, 16); in InitializeFlags() 154 CHECK_GE(f->max_redzone, f->redzone); in InitializeFlags() 156 CHECK(IsPowerOfTwo(f->redzone)); in InitializeFlags()
|
| H A D | asan_flags.inc | 31 ASAN_FLAG(int, redzone, 16, 33 "Requirement: redzone >= 16, is a power of two.") 131 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
|
| H A D | asan_activation_flags.inc | 23 ASAN_ACTIVATION_FLAG(int, redzone)
|
| H A D | asan_rtl.cpp | 360 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
|
| H A D | asan_allocator.cpp | 280 min_redzone = f->redzone; in SetFrom() 290 f->redzone = min_redzone; in CopyTo()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_flags.cc | 149 if (f->redzone < (int)SHADOW_GRANULARITY) in InitializeFlags() 150 f->redzone = SHADOW_GRANULARITY; in InitializeFlags() 158 CHECK_GE(f->redzone, 16); in InitializeFlags() 159 CHECK_GE(f->max_redzone, f->redzone); in InitializeFlags() 161 CHECK(IsPowerOfTwo(f->redzone)); in InitializeFlags()
|
| H A D | asan_flags.inc | 32 ASAN_FLAG(int, redzone, 16, 34 "Requirement: redzone >= 16, is a power of two.") 133 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
|
| H A D | asan_activation_flags.inc | 24 ASAN_ACTIVATION_FLAG(int, redzone)
|
| H A D | asan_rtl.cc | 368 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
|
| H A D | asan_allocator.cc | 223 min_redzone = f->redzone; in SetFrom() 233 f->redzone = min_redzone; in CopyTo()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_flags.cc | 147 if (f->redzone < (int)SHADOW_GRANULARITY) in InitializeFlags() 148 f->redzone = SHADOW_GRANULARITY; in InitializeFlags() 156 CHECK_GE(f->redzone, 16); in InitializeFlags() 157 CHECK_GE(f->max_redzone, f->redzone); in InitializeFlags() 159 CHECK(IsPowerOfTwo(f->redzone)); in InitializeFlags()
|
| H A D | asan_flags.inc | 30 ASAN_FLAG(int, redzone, 16, 32 "Requirement: redzone >= 16, is a power of two.") 131 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
|
| H A D | asan_activation_flags.inc | 22 ASAN_ACTIVATION_FLAG(int, redzone)
|
| H A D | asan_rtl.cc | 366 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
|
| H A D | asan_allocator.cc | 221 min_redzone = f->redzone; in SetFrom() 231 f->redzone = min_redzone; in CopyTo()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | x86_64cpuid.pl | 371 my $redzone=win64?8:-8; 416 mov $cnt,$redzone(%rsp) 452 mov $redzone(%rsp),%rax
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | x86_64cpuid.pl | 379 my $redzone=win64?8:-8; 426 mov $cnt,$redzone(%rsp) 462 mov $redzone(%rsp),%rax
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/dlzexternal/ns1/ |
| H A D | named.conf.in | 67 dlz redzone { 79 dlz redzone;
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread.c | 328 void *stackbase, *stackbase2, *redzone; in pthread__getstack() local 377 redzone = (char *)stackbase + stacksize; in pthread__getstack() 380 redzone = (char *)stackbase; in pthread__getstack() 384 mprotect(redzone, guardsize, PROT_NONE) == -1) { in pthread__getstack()
|
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | cpu.h | 253 void *redzone; /* DEBUG: stack red zone */ member
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | locore.s | 580 !! Check the sp redzone 622 !! Check the sp redzone 627 sethi %hi(_C_LABEL(redzone)), t1 628 ldx [t1 + %lo(_C_LABEL(redzone))], t2 1246 redzone: label 1259 sethi %hi(_C_LABEL(redzone)), tmp; \ 1260 stx base, [tmp + %lo(_C_LABEL(redzone))] 1265 sethi %hi(_C_LABEL(redzone)), tmp2; \ 1266 stx tmp1, [tmp2 + %lo(_C_LABEL(redzone))] 1273 sethi %hi(_C_LABEL(redzone)), t1; \ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 139 /// Disable redzone.
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | genassym.cf | 151 define CPUINFO_REDZONE offsetof(struct cpu_info, redzone)
|
| H A D | cpu.c | 479 cpi->redzone = (void *)((long)cpi->eintstack + REDSIZE); in cpu_attach()
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 58515 0778faf992f94f476eefe9a2e011ef4f gcc/testsuite/gcc.target/i386/interrupt-redzone-1.c 58516 feba796d65294c45050a01bfed78f695 gcc/testsuite/gcc.target/i386/interrupt-redzone-2.c
|