Home | History | Annotate | Download | only in asan

Lines Matching refs:CRT

269 #error Please build the runtime with a non-debug CRT: /MD or /MT
341 // on access violations and whatnot. Unfortunately, the CRT initializers assume
344 // (See crt0dat.c in the CRT sources for the details)
347 // initialization before the .exe module CRT begins to initialize.
355 // __asan_set_seh_filter call happens after the .exe module CRT is initialized.
373 // The CRT runs initializers in this order:
376 // Prior to 2015, the CRT set the unhandled exception filter at priority XIY,
379 // immediately after the CRT runs. This way, our exception filter is called
381 #pragma section(".CRT$XCAB", long, read)
382 __declspec(allocate(".CRT$XCAB")) int (*__intercept_seh)() =
386 // early as possible. Initializers in .CRT$XL* are called directly by ntdll,
387 // which run before the CRT. Users also add code to .CRT$XLC, so it's important
394 #pragma section(".CRT$XLAB", long, read)
395 __declspec(allocate(".CRT$XLAB")) void(NTAPI *__asan_tls_init)(
408 #pragma section(".CRT$XLY", long, read)
409 __declspec(allocate(".CRT$XLY")) void(NTAPI *__asan_tls_exit)(