HomeSort by relevance Sort by last modified time
    Searched refs:poison (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/Preprocessor/
pragma_poison.c 3 #pragma GCC poison rindex
6 #define BAR _Pragma ("GCC poison XYZW") XYZW /*NO ERROR*/
11 // Pragma poison shouldn't warn from macro expansions defined before the token
15 #pragma GCC poison rindex2
17 // Can poison multiple times.
18 #pragma GCC poison rindex2
macro_paste_bad.c 27 #pragma GCC poison BLARG
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
msan4.go 17 void poison() __attribute__ ((weak));
19 // Poison the stack.
20 void poison() {
41 C.poison()
  /prebuilts/go/darwin-x86/test/
clearfat.go 26 calls.WriteString(strings.Replace("poison$()\n\tclearfat$()\n\t", "$", s, -1))
49 func poison$() {
50 // Grow and poison the stack space that will be used by clearfat$
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
msan4.go 17 void poison() __attribute__ ((weak));
19 // Poison the stack.
20 void poison() {
41 C.poison()
  /prebuilts/go/linux-x86/test/
clearfat.go 26 calls.WriteString(strings.Replace("poison$()\n\tclearfat$()\n\t", "$", s, -1))
49 func poison$() {
50 // Grow and poison the stack space that will be used by clearfat$
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8155.go 34 func poison() uintptr { func
46 poison()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8155.go 34 func poison() uintptr { func
46 poison()
  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 46 virtual void setPoisonMemory(bool poison);
LLVMRoutineManager.cpp 134 void LLVMRoutineManager::setPoisonMemory(bool poison)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 738 /* As the last action in this file, we poison the identifiers that
763 system.h while doing so. Only poison these tokens if actually
769 #pragma GCC poison calloc strdup
774 #pragma GCC poison malloc realloc
781 #pragma GCC poison strerror
786 #pragma GCC poison loc_t
789 #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
831 #pragma GCC poison DECLARE_LIBRARY_RENAMES LIBGCC2_GNU_PREFIX \
838 #pragma GCC poison INT_ASM_OP ASM_OUTPUT_EH_REGION_BEG CPP_PREDEFINES \
912 #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE
    [all...]
  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace04.c 50 void compare_registers(unsigned char poison)
58 memset(&_pt_regs, poison, sizeof(_pt_regs));
94 "PTRACE PEEKUSER/GETREGS (poison 0x%02x)", poison);
  /external/strace/tests/
waitid.c 141 poison(unsigned int v) function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id),
158 infop, poison(options), rusage);
  /external/strace/tests-m32/
waitid.c 141 poison(unsigned int v) function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id),
158 infop, poison(options), rusage);
  /external/strace/tests-mx32/
waitid.c 141 poison(unsigned int v) function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id),
158 infop, poison(options), rusage);
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h 48 virtual void setPoisonMemory(bool poison) = 0;
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 75 void AsanPoisonOrUnpoisonIntraObjectRedzone(uptr ptr, uptr size, bool poison) {
79 poison ? "" : "un", ptr, end, size);
88 poison ? static_cast<u8>(ptr % SHADOW_GRANULARITY) : 0;
93 *(u8*)MemToShadow(ptr) = poison ? kAsanIntraObjectRedzone : 0;
107 // * if user asks to poison region [left, right), the program poisons
115 VPrintf(3, "Trying to poison memory region [%p, %p)\n", (void *)beg_addr,
123 // We can only poison memory if the byte in end.offset is unaddressable.
124 // No need to re-poison memory if it is poisoned already.
145 // Poison if byte in end.offset is unaddressable.
  /external/pdfium/third_party/libopenjpeg20/
opj_malloc.h 176 #pragma GCC poison malloc calloc realloc free
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov.h 204 /* Poison these, so they don't accidentally slip in. */
205 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
206 #pragma GCC poison gcov_time gcov_magic
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov.h 204 /* Poison these, so they don't accidentally slip in. */
205 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
206 #pragma GCC poison gcov_time gcov_magic
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov.h 204 /* Poison these, so they don't accidentally slip in. */
205 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
206 #pragma GCC poison gcov_time gcov_magic
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov.h 204 /* Poison these, so they don't accidentally slip in. */
205 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
206 #pragma GCC poison gcov_time gcov_magic
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov.h 204 /* Poison these, so they don't accidentally slip in. */
205 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
206 #pragma GCC poison gcov_time gcov_magic
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov.h 204 /* Poison these, so they don't accidentally slip in. */
205 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
206 #pragma GCC poison gcov_time gcov_magic
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov.h 204 /* Poison these, so they don't accidentally slip in. */
205 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
206 #pragma GCC poison gcov_time gcov_magic

Completed in 3800 milliseconds

1 2