Home
last modified time | relevance | path

Searched refs:CRT (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/llvm/test/Object/
Dobj2yaml-coff-section-aux-symbol.test4 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/
Dmk-ca-bundle.pl393 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/
Dcrt-chars.test5 # CHECK: Name: .CRT
19 - Name: .CRT$XCZ
23 - Name: .CRT$XCU
27 - Name: .CRT$XCA
Dcrt-dyn-initializer-order.test28 # 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'
Dctors_dtors_priority.s29 # Also test that the .CRT section is merged into .rdata
31 .section .CRT$XCA, "dw"
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dwin-sorted-sections.ll5 ; 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/
Dassoc-private.s3 # 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
Dglobal_ctors_dtors.ll2 ; 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"
Dconst-gv-with-rel-init.ll7 @ptr = constant void ()* @f, section ".CRT$XLB", align 8
8 ; CHECK: .section .CRT$XLB,"dr"
/external/python/cpython2/Tools/msi/
Dmsisupport.mak5 # 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/
Ddtor-priority-coff.ll6 ; 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"
Dctor-priority-coff.ll6 ; CHECK: .section .CRT$XCA00042,"dr"
9 ; CHECK: .section .CRT$XCT12345,"dr"
12 ; CHECK: .section .CRT$XCT23456,"dr",associative,h
Dwin-mixed-ehpersonality.ll44 ; 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/
Dglobal_ctors_dtors.ll2 ; 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"
Dconst-gv-with-rel-init.ll7 @ptr = constant void ()* @f, section ".CRT$XLB", align 8
8 ; CHECK: .section .CRT$XLB,"dr"
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake7 # 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/
DChooseMSVCCRT.cmake7 # 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/
DChooseMSVCCRT.cmake40 # 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/
DChooseMSVCCRT.cmake40 # 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/
DCMakeLists.txt62 # 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/
Dwin-mixed-ehpersonality.ll44 ; 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/
Dshorter.h32 #define CRT PW_LOG_CRITICAL macro
/external/curl/winbuild/
DREADME.md103 ## 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/
DToDo.txt9 CATCH_CONFIG_WINDOWS_CRTDBG // Enable leak checking using Windows's CRT Debug Heap
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRsa.h52 # error This verson only works with CRT formatted data

12345678910