Lines Matching refs:CRT
250 #error Please build the runtime with a non-debug CRT: /MD or /MT
326 // on access violations and whatnot. Unfortunately, the CRT initializers assume
329 // (See crt0dat.c in the CRT sources for the details)
332 // initialization before the .exe module CRT begins to initialize.
340 // __asan_set_seh_filter call happens after the .exe module CRT is initialized.
358 // The CRT runs initializers in this order:
361 // Prior to 2015, the CRT set the unhandled exception filter at priority XIY,
364 // immediately after the CRT runs. This way, our exception filter is called
366 #pragma section(".CRT$XCAB", long, read)
367 __declspec(allocate(".CRT$XCAB")) int (*__intercept_seh)() =
371 // early as possible. Initializers in .CRT$XL* are called directly by ntdll,
372 // which run before the CRT. Users also add code to .CRT$XLC, so it's important
379 #pragma section(".CRT$XLAB", long, read)
380 __declspec(allocate(".CRT$XLAB")) void(NTAPI *__asan_tls_init)(
393 #pragma section(".CRT$XLY", long, read)
394 __declspec(allocate(".CRT$XLY")) void(NTAPI *__asan_tls_exit)(