/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 18 unsigned long dst_off, unsigned long len, void *redzone, in do_one() argument 50 if (memcmp(dst, redzone, dstp - dst)) { in do_one() 56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one() 65 char *src, *dst, *redzone, *fill; in test_copy_loop() local 71 redzone = malloc(BUFLEN); in test_copy_loop() 74 if (!src || !dst || !redzone || !fill) { in test_copy_loop() 79 memset(redzone, POISON, BUFLEN); in test_copy_loop() 89 redzone, fill); in test_copy_loop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | machine-outliner-noredzone.ll | 2 ; RUN: llc -verify-machineinstrs -enable-machine-outliner -aarch64-redzone %s -o - | FileCheck %s -… 5 ; redzone. We don't care about what's actually outlined here. We just want to 7 ; that might have a redzone. 14 ; *know* we don't use a redzone. The GHC calling convention is one of these 15 ; cases. Make sure that we know we don't have a redzone even in these cases. 35 ; foo() should have a redzone when compiled with -aarch64-redzone, and no 36 ; redzone otherwise.
|
D | arm64-redzone.ll | 1 ; RUN: llc < %s -mtriple=arm64-eabi -aarch64-redzone | FileCheck %s
|
D | fastcc.ll | 3 …s -mtriple=aarch64-none-linux-gnu -disable-fp-elim -tailcallopt -aarch64-redzone | FileCheck %s -c…
|
D | arm64-indexed-memory.ll | 1 ; RUN: llc < %s -mtriple=arm64-eabi -aarch64-redzone | FileCheck %s
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.cc | 142 CHECK_GE(f->redzone, 16); in InitializeFlags() 143 CHECK_GE(f->max_redzone, f->redzone); in InitializeFlags() 145 CHECK(IsPowerOfTwo(f->redzone)); in InitializeFlags()
|
D | asan_flags.inc | 26 ASAN_FLAG(int, redzone, 16, 28 "Requirement: redzone >= 16, is a power of two.") 116 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
|
D | asan_activation_flags.inc | 24 ASAN_ACTIVATION_FLAG(int, redzone)
|
D | asan_allocator.cc | 210 min_redzone = f->redzone; in SetFrom() 218 f->redzone = min_redzone; in CopyTo()
|
D | asan_rtl.cc | 388 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | machine-outliner-noredzone.ll | 2 ; Ensure that the outliner doesn't outline from any functions that use a redzone. 31 ; This doesn't have a redzone. Outlining is okay.
|
D | materialize.ll | 70 ; The function writes to the redzone, so push/pop cannot be used. 75 ; 32-bit X86 doesn't have a redzone.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-redzone.ll | 1 ; RUN: llc < %s -march=arm64 -aarch64-redzone | FileCheck %s
|
D | fastcc.ll | 3 …s -mtriple=aarch64-none-linux-gnu -disable-fp-elim -tailcallopt -aarch64-redzone | FileCheck %s -c…
|
D | arm64-indexed-memory.ll | 1 ; RUN: llc < %s -march=arm64 -aarch64-redzone | FileCheck %s
|
/external/llvm/test/CodeGen/X86/ |
D | materialize.ll | 70 ; The function writes to the redzone, so push/pop cannot be used. 75 ; 32-bit X86 doesn't have a redzone.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | win-sorted-sections.ll | 7 ; in section sorting, and we should probably not put a redzone around it.
|
D | adaptive_global_redzones.ll | 6 ; Here we check that the global redzone sizes grow with the object size.
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | adaptive_global_redzones.ll | 5 ; Here we check that the global redzone sizes grow with the object size.
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | globalredzones.ll | 1 ; Test of global redzone layout
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 103 /// Disable redzone.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.td | 103 /// Disable redzone.
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 166 /* Support memory filling (junk/zero/quarantine/redzone). */
|
/external/jemalloc/test/unit/ |
D | mallctl.c | 179 TEST_MALLCTL_OPT(bool, redzone, fill); in TEST_BEGIN()
|
/external/jemalloc/src/ |
D | stats.c | 738 OPT_WRITE_BOOL(redzone, ",") in stats_general_print()
|