Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c18 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/
Dmachine-outliner-noredzone.ll2 ; 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.
Darm64-redzone.ll1 ; RUN: llc < %s -mtriple=arm64-eabi -aarch64-redzone | FileCheck %s
Dfastcc.ll3 …s -mtriple=aarch64-none-linux-gnu -disable-fp-elim -tailcallopt -aarch64-redzone | FileCheck %s -c…
Darm64-indexed-memory.ll1 ; RUN: llc < %s -mtriple=arm64-eabi -aarch64-redzone | FileCheck %s
/external/compiler-rt/lib/asan/
Dasan_flags.cc142 CHECK_GE(f->redzone, 16); in InitializeFlags()
143 CHECK_GE(f->max_redzone, f->redzone); in InitializeFlags()
145 CHECK(IsPowerOfTwo(f->redzone)); in InitializeFlags()
Dasan_flags.inc26 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 "
Dasan_activation_flags.inc24 ASAN_ACTIVATION_FLAG(int, redzone)
Dasan_allocator.cc210 min_redzone = f->redzone; in SetFrom()
218 f->redzone = min_redzone; in CopyTo()
Dasan_rtl.cc388 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmachine-outliner-noredzone.ll2 ; Ensure that the outliner doesn't outline from any functions that use a redzone.
31 ; This doesn't have a redzone. Outlining is okay.
Dmaterialize.ll70 ; 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/
Darm64-redzone.ll1 ; RUN: llc < %s -march=arm64 -aarch64-redzone | FileCheck %s
Dfastcc.ll3 …s -mtriple=aarch64-none-linux-gnu -disable-fp-elim -tailcallopt -aarch64-redzone | FileCheck %s -c…
Darm64-indexed-memory.ll1 ; RUN: llc < %s -march=arm64 -aarch64-redzone | FileCheck %s
/external/llvm/test/CodeGen/X86/
Dmaterialize.ll70 ; 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/
Dwin-sorted-sections.ll7 ; in section sorting, and we should probably not put a redzone around it.
Dadaptive_global_redzones.ll6 ; Here we check that the global redzone sizes grow with the object size.
/external/llvm/test/Instrumentation/AddressSanitizer/
Dadaptive_global_redzones.ll5 ; Here we check that the global redzone sizes grow with the object size.
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dglobalredzones.ll1 ; Test of global redzone layout
/external/llvm/include/llvm/IR/
DAttributes.td103 /// Disable redzone.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.td103 /// Disable redzone.
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in166 /* Support memory filling (junk/zero/quarantine/redzone). */
/external/jemalloc/test/unit/
Dmallctl.c179 TEST_MALLCTL_OPT(bool, redzone, fill); in TEST_BEGIN()
/external/jemalloc/src/
Dstats.c738 OPT_WRITE_BOOL(redzone, ",") in stats_general_print()

12