Searched refs:poison (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h404 #pragma GCC poison calloc strdup
405 #pragma GCC poison malloc realloc
416 #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE VPARAMS VA_OPEN \
425 #pragma GCC poison bcopy bzero bcmp rindex
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_cc.h84 #pragma GCC poison malloc free
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h620 /* As the last action in this file, we poison the identifiers that
645 system.h while doing so. Only poison these tokens if actually
651 #pragma GCC poison calloc strdup
656 #pragma GCC poison malloc realloc
660 #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
692 #pragma GCC poison INT_ASM_OP ASM_OUTPUT_EH_REGION_BEG CPP_PREDEFINES \
742 #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \
758 #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE VPARAMS VA_OPEN \
768 #pragma GCC poison bcopy bzero bcmp rindex
H A Dgcov-io.h253 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
254 #pragma GCC poison gcov_read_string gcov_sync gcov_time gcov_magic
H A Ddefaults.h742 #pragma GCC poison REG_CLASS_FROM_LETTER CONST_OK_FOR_LETTER_P \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp71 void AsanPoisonOrUnpoisonIntraObjectRedzone(uptr ptr, uptr size, bool poison) { argument
75 poison ? "" : "un", ptr, end, size);
84 poison ? static_cast<u8>(ptr % SHADOW_GRANULARITY) : 0;
89 *(u8*)MemToShadow(ptr) = poison ? kAsanIntraObjectRedzone : 0;
103 // * if user asks to poison region [left, right), the program poisons
111 VPrintf(3, "Trying to poison memory region [%p, %p)\n", (void *)beg_addr,
119 // We can only poison memory if the byte in end.offset is unaddressable.
120 // No need to re-poison memory if it is poisoned already.

Completed in 144 milliseconds