Home
last modified time | relevance | path

Searched refs:redzone (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_flags.cpp144 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 Dasan_flags.inc31 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 Dasan_activation_flags.inc23 ASAN_ACTIVATION_FLAG(int, redzone)
H A Dasan_rtl.cpp360 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
H A Dasan_allocator.cpp280 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 Dasan_flags.cc149 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 Dasan_flags.inc32 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 Dasan_activation_flags.inc24 ASAN_ACTIVATION_FLAG(int, redzone)
H A Dasan_rtl.cc368 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
H A Dasan_allocator.cc223 min_redzone = f->redzone; in SetFrom()
233 f->redzone = min_redzone; in CopyTo()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_flags.cc147 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 Dasan_flags.inc30 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 Dasan_activation_flags.inc22 ASAN_ACTIVATION_FLAG(int, redzone)
H A Dasan_rtl.cc366 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
H A Dasan_allocator.cc221 min_redzone = f->redzone; in SetFrom()
231 f->redzone = min_redzone; in CopyTo()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dx86_64cpuid.pl371 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 Dx86_64cpuid.pl379 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 Dnamed.conf.in67 dlz redzone {
79 dlz redzone;
/netbsd-src/lib/libpthread/
H A Dpthread.c328 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 Dcpu.h253 void *redzone; /* DEBUG: stack red zone */ member
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dlocore.s580 !! 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 DAttributes.td139 /// Disable redzone.
/netbsd-src/sys/arch/sparc/sparc/
H A Dgenassym.cf151 define CPUINFO_REDZONE offsetof(struct cpu_info, redzone)
H A Dcpu.c479 cpi->redzone = (void *)((long)cpi->eintstack + REDSIZE); in cpu_attach()
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS58515 0778faf992f94f476eefe9a2e011ef4f gcc/testsuite/gcc.target/i386/interrupt-redzone-1.c
58516 feba796d65294c45050a01bfed78f695 gcc/testsuite/gcc.target/i386/interrupt-redzone-2.c

12