/external/llvm/test/Object/ |
D | obj2yaml-coff-section-aux-symbol.test | 4 COFF-I386-NEXT: - Name: .CRT 6 COFF-I386: - Name: '.CRT$XCAA' 13 COFF-I386: - Name: '.CRT$XIAA' 20 COFF-I386: - Name: '.CRT$XLD' 27 COFF-I386: - Name: '.CRT$XLC' 34 COFF-I386: - Name: '.CRT$XDZ' 41 COFF-I386: - Name: '.CRT$XDA' 48 COFF-I386: - Name: '.CRT$XLZ' 55 COFF-I386: - Name: '.CRT$XLA' 62 COFF-I386: - Name: '.CRT$XIC' [all …]
|
/external/curl/lib/ |
D | mk-ca-bundle.pl | 393 open(CRT, '> -') or die "Couldn't open STDOUT: $!\n"; 395 open(CRT,">$crt.~") or die "Couldn't open $crt.~: $!\n"; 397 print CRT <<EOT; 431 print CRT; 434 print CRT; 544 print CRT "\n$caname\n"; 545 print CRT @precert if($opt_m); 551 print CRT $string . "\n"; 554 print CRT ("=" x $maxStringLength . "\n"); 556 print CRT $pem; [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | crt-chars.test | 5 # CHECK: Name: .CRT 19 - Name: .CRT$XCZ 23 - Name: .CRT$XCU 27 - Name: .CRT$XCA
|
D | crt-dyn-initializer-order.test | 28 # CHECK: Name: .CRT 66 - Name: '.CRT$XCA' 70 - Name: '.CRT$XCU' 74 - Name: '.CRT$XCU' 78 - Name: '.CRT$XCU' 82 - Name: '.CRT$XCZ' 87 - Name: '.CRT$XCU'
|
D | ctors_dtors_priority.s | 29 # Also test that the .CRT section is merged into .rdata 31 .section .CRT$XCA, "dw"
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | win-sorted-sections.ll | 5 ; custom section name. The .CRT section is the standard way to register custom 25 @__crt_init_begin = weak_odr dso_local constant i8* null, section ".CRT$XCA", comdat, align 8 26 @__crt_init_callback = weak_odr dso_local constant i8* null, section ".CRT$XCU", comdat, align 8 27 @__crt_init_end = weak_odr dso_local constant i8* null, section ".CRT$XCZ", comdat, align 8 32 ; CHECK: @__crt_init_begin = weak_odr dso_local constant i8* null, section ".CRT$XCA", comdat, alig… 33 ; CHECK: @__crt_init_callback = weak_odr dso_local constant i8* null, section ".CRT$XCU", comdat, a… 34 ; CHECK: @__crt_init_end = weak_odr dso_local constant i8* null, section ".CRT$XCZ", comdat, align 8
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | assoc-private.s | 3 # PR38607: We assemble this, and make .CRT$XCU comdat with .rdata even though 10 # CHECK: 4 .CRT$XCU 00000008 0000000000000000 DATA 14 # CHECK: [ 8](sec 5)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .CRT$XCU 23 .section .CRT$XCU,"dr",associative,.Lprivate
|
D | global_ctors_dtors.ll | 2 ; target. Mingw uses .ctors, whereas MSVC uses .CRT$XC*. 52 ; WIN32: .section .CRT$XCU,"dr" 54 ; WIN32: .section .CRT$XCU,"dr",associative,{{_?}}b 57 ; WIN32: .section .CRT$XTX,"dr"
|
D | const-gv-with-rel-init.ll | 7 @ptr = constant void ()* @f, section ".CRT$XLB", align 8 8 ; CHECK: .section .CRT$XLB,"dr"
|
/external/python/cpython2/Tools/msi/ |
D | msisupport.mak | 5 # We request a static CRT, so that there will be no CRT dependencies 6 # for the target system. We cannot do without a CRT, since it provides
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dtor-priority-coff.ll | 6 ; CHECK: .section .CRT$XTA00042,"dr" 9 ; CHECK: .section .CRT$XTT12345,"dr" 12 ; CHECK: .section .CRT$XTT23456,"dr",associative,h 15 ; CHECK: .section .CRT$XTX,"dr"
|
D | ctor-priority-coff.ll | 6 ; CHECK: .section .CRT$XCA00042,"dr" 9 ; CHECK: .section .CRT$XCT12345,"dr" 12 ; CHECK: .section .CRT$XCT23456,"dr",associative,h
|
D | win-mixed-ehpersonality.ll | 44 ; A MinGW64-ish EH style. It could happen if a binary uses both MSVC CRT and 45 ; mingw CRT and is linked with LTO.
|
/external/llvm/test/MC/COFF/ |
D | global_ctors_dtors.ll | 2 ; target. Mingw uses .ctors, whereas MSVC uses .CRT$XC*. 52 ; WIN32: .section .CRT$XCU,"dr" 54 ; WIN32: .section .CRT$XCU,"dr",associative,{{_?}}b 57 ; WIN32: .section .CRT$XTX,"dr"
|
D | const-gv-with-rel-init.ll | 7 @ptr = constant void ()* @f, section ".CRT$XLB", align 8 8 ; CHECK: .section .CRT$XLB,"dr"
|
/external/llvm/cmake/modules/ |
D | ChooseMSVCCRT.cmake | 7 # CMake already sets CRT flags in the CMAKE_CXX_FLAGS_* and 10 # 1. Detect which CRT is already selected, and reflect this in 29 # Find the selected-by-CMake CRT for each build type, if any. 71 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations." 89 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
|
/external/llvm-project/llvm/cmake/modules/ |
D | ChooseMSVCCRT.cmake | 7 # CMake already sets CRT flags in the CMAKE_CXX_FLAGS_* and 10 # 1. Detect which CRT is already selected, and reflect this in 29 # Find the selected-by-CMake CRT for each build type, if any. 71 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations." 89 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
|
/external/deqp-deps/glslang/ |
D | ChooseMSVCCRT.cmake | 40 # CMake already sets CRT flags in the CMAKE_CXX_FLAGS_* and 43 # 1. Detect which CRT is already selected, and reflect this in 62 # Find the selected-by-CMake CRT for each build type, if any. 104 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations." 122 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | ChooseMSVCCRT.cmake | 40 # CMake already sets CRT flags in the CMAKE_CXX_FLAGS_* and 43 # 1. Detect which CRT is already selected, and reflect this in 62 # Find the selected-by-CMake CRT for each build type, if any. 104 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations." 122 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
|
/external/deqp-deps/amber/ |
D | CMakeLists.txt | 62 # On Windows, CMake by default compiles with the shared CRT. 63 # Default it to the static CRT. 65 "Amber: Use the shared CRT with MSVC instead of the static CRT" 185 # goes. So by default compile code to assume the CRT is statically linked,
|
/external/llvm/test/CodeGen/X86/ |
D | win-mixed-ehpersonality.ll | 44 ; A MinGW64-ish EH style. It could happen if a binary uses both MSVC CRT and 45 ; mingw CRT and is linked with LTO.
|
/external/pigweed/pw_log/public/pw_log/ |
D | shorter.h | 32 #define CRT PW_LOG_CRITICAL macro
|
/external/curl/winbuild/ |
D | README.md | 103 ## Static linking of Microsoft's C RunTime (CRT): 106 of libcurl but *not* the static CRT. If you must you can force nmake to link 107 in the static CRT by passing RTLIBCFG=static. Typically you shouldn't use 108 that option, and nmake will default to the DLL CRT. RTLIBCFG is rarely used
|
/external/catch2/projects/ExtraTests/ |
D | ToDo.txt | 9 CATCH_CONFIG_WINDOWS_CRTDBG // Enable leak checking using Windows's CRT Debug Heap
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | CryptRsa.h | 52 # error This verson only works with CRT formatted data
|