Searched refs:CONTEXT (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | test.gen | 6 CONTEXT CONS 0 3 8 CONTEXT CONS 1 8 10 CONTEXT CONS 127 3 13 CONTEXT CONS 2 3
|
H A D | canthandle.asn1 | 5 -- Code the tag [1] but not the [ CONTEXT CONS UT_Sequence ] for Kaka2
|
H A D | ChangeLog | 636 * canthandle.asn1: "Allocation is done on CONTEXT tags" works just 774 * canthandle.asn1: Allocation is done on CONTEXT tags. 1628 steping out in the void, parse SET, only go down CONTEXT of type
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_win.cpp | 60 buffer->resize(RoundUpTo(sizeof(CONTEXT), sizeof(uptr)) / sizeof(uptr)); in GetRegistersAndSP() 61 CONTEXT *thread_context = reinterpret_cast<CONTEXT *>(buffer->data()); in GetRegistersAndSP()
|
H A D | sanitizer_unwind_win.cpp | 53 CONTEXT ctx = *(CONTEXT *)context; in UnwindSlow()
|
H A D | sanitizer_win.cpp | 983 CONTEXT *context_record = (CONTEXT *)context; in InitPcSpBp()
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind.h | 191 typedef struct _CONTEXT CONTEXT; typedef 198 void *frame, CONTEXT *ctx,
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-seh.cpp | 49 static int __unw_init_seh(unw_cursor_t *cursor, CONTEXT *ctx); 186 CONTEXT new_ctx; in _GCC_specific_handler() 395 CONTEXT ms_ctx; in _Unwind_Resume() 458 static int __unw_init_seh(unw_cursor_t *cursor, CONTEXT *context) { in __unw_init_seh()
|
H A D | UnwindCursor.hpp | 490 UnwindCursor(CONTEXT *context, A &as); 565 CONTEXT _msContext; 677 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor()
|
/freebsd/contrib/tcpdump/ |
H A D | print-snmp.c | 237 #define CONTEXT 2 macro 605 case CONTEXT: in asn1_parse() 649 case CONTEXT: in asn1_parse() 834 ND_PRINT("%s(%u)", Class[CONTEXT].Id[elem->id], elem->asnlen); in asn1_print()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 241 CONTEXT *ContextOrig) { 249 CONTEXT Context = *ContextOrig; 317 CONTEXT *Context) { 547 CONTEXT Context{}; 875 CONTEXT ContextCopy;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_generate_nconf.pod | 139 APPLICATION, PRIVATE or CONTEXT SPECIFIC tagging can be used, 140 the default is CONTEXT SPECIFIC.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 55 CONTEXT *context = info->ContextRecord; in __asan_unhandled_exception_filter()
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-txrx.c | 733 RX_PACKET_ATTRIBUTES, CONTEXT); in axgbe_isc_rxd_pkt_get()
|
H A D | xgbe-dev.c | 1373 CONTEXT, 1); in xgbe_dev_read() 1380 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, CONTEXT, 0); in xgbe_dev_read()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 2933 are exactly CONTEXT * 2 lines apart. This shortens output, removes 2934 a behavioral discontinuity at CONTEXT = 0, and is more compatible
|