/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | chunk.h | 104 static inline u16 computeHeaderChecksum(u32 Cookie, const void *Ptr, in computeHeaderChecksum() argument 110 return computeChecksum(Cookie, reinterpret_cast<uptr>(Ptr), HeaderHolder, in computeHeaderChecksum() 114 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader() argument 117 computeHeaderChecksum(Cookie, Ptr, NewUnpackedHeader); in storeHeader() 122 inline void loadHeader(u32 Cookie, const void *Ptr, in loadHeader() argument 127 computeHeaderChecksum(Cookie, Ptr, NewUnpackedHeader))) in loadHeader() 131 inline bool isValid(u32 Cookie, const void *Ptr, in compareExchangeHeader() argument 136 computeHeaderChecksum(Cookie, Ptr, NewUnpackedHeader); in compareExchangeHeader() 144 isValid(u32 Cookie,const void * Ptr,UnpackedHeader * NewUnpackedHeader) isValid() argument
|
H A D | combined.h | 73 Chunk::loadHeader(Allocator.Cookie, Ptr, &Header); in recycle() 78 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in recycle() 103 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in allocate() 119 Chunk::loadHeader(Allocator.Cookie, Ptr, &Header); in deallocate() 128 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in deallocate() 150 if (UNLIKELY(!getRandom(&Cookie, sizeof(Cookie)))) in init() 151 Cookie = static_cast<u32>(getMonotonicTime() ^ in init() 458 Chunk::loadHeader(Cookie, Ptr, &Header); 519 Chunk::loadHeader(Cookie, OldPtr, &Header); 570 Chunk::storeHeader(Cookie, OldPtr, &Header); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Signals.cpp | 82 void *Cookie; 104 (*RunMe.Callback)(RunMe.Cookie); in RunSignalHandlers() 106 RunMe.Cookie = nullptr; in RunSignalHandlers() 113 void *Cookie) { in insertSignalHandler() 120 SetMe.Cookie = Cookie; in insertSignalHandler() 81 void *Cookie; global() member 112 insertSignalHandler(sys::SignalHandlerCallback FnPtr,void * Cookie) insertSignalHandler() argument
|
H A D | Debug.cpp | 152 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 97 Constant *Cookie = nullptr; member in __anone900293d0111::WinEHStatePass 135 Cookie = nullptr; in doFinalization() 327 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord() 328 Value *Val = Builder.CreateLoad(Int32Ty, Cookie, "cookie"); in emitExceptionRegistrationRecord() 333 // If using _except_handler4, the EHGuard contains: FramePtr xor Cookie. in emitExceptionRegistrationRecord() 335 Value *Val = Builder.CreateLoad(Int32Ty, Cookie); in emitExceptionRegistrationRecord() 472 OptionalArgs.push_back(Cookie); in rewriteSetJmpCall()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sgml | 151 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text 152 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text 153 0 search/1 #\ KDE\ Cookie\ File Konqueror cookie text
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTDiagnostic.h | 33 void *Cookie,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Signals.h | 66 void AddSignalHandler(SignalHandlerCallback FnPtr, void *Cookie);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 462 void *Cookie) { // Signal-safe. 463 insertSignalHandler(FnPtr, Cookie);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 608 void *Cookie) { 609 insertSignalHandler(FnPtr, Cookie);
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 363 void *Cookie, in FormatASTNodeDiagnosticArgument() argument 365 ASTContext &Context = *static_cast<ASTContext*>(Cookie); in FormatASTNodeDiagnosticArgument()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 65 void *Cookie, in DummyArgToStringFn() argument
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 146 Turn on Cookie Exchange as described in RFC4347 Section 4.2.1. Only affects
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 1031 # global query ratelimit for all ip addresses with a valid DNS Cookie. 1062 # secret for DNS Cookie generation.
|
H A D | Changelog | 168 - Merge #1090: Cookie secret file. Adds
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h.in | 350 /* Turn on Cookie Exchange (on relevant for servers) */
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 19982 # It's got the Magic Cookie problem around stand-out mode. If you can't 19983 # live with Magic Cookie, remove the :so: and :se: fields and do without
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 491 ACPI 6.4: NFIT: add Location Cookie field
|