Searched full:libgcc (Results 1 – 25 of 103) sorted by relevance
12345
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | X86TargetParser.def | 28 // This macro is used for cpu types present in compiler-rt/libgcc. 36 // The first part of this list must match what is implemented in libgcc and 52 // Entries below this are not in libgcc/compiler-rt. 75 // This macro is used for cpu subtypes present in compiler-rt/libgcc. 84 // The first part of this list must match what is implemented in libgcc and 107 // Entries below this are not in libgcc/compiler-rt. 120 // This macro is used for cpu types present in compiler-rt/libgcc. 165 // Features below here are not in libgcc/compiler-rt.
|
| D | TargetParser.h | 37 // as a proxy for what's in libgcc/compiler-rt. 47 // as a proxy for what's in libgcc/compiler-rt. 57 // as a proxy for what's in libgcc/compiler-rt. 67 // by clang as a proxy for what's in libgcc/compiler-rt.
|
| /third_party/skia/m133/third_party/externals/harfbuzz/.ci/ |
| D | win32-cross-file.txt | 9 c_link_args = ['-static-libgcc', '-Wl,-Bstatic', '-lpthread'] 11 cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-Wl,-Bstatic', '-lpthread']
|
| D | win64-cross-file.txt | 9 c_link_args = ['-static-libgcc', '-Wl,-Bstatic', '-lpthread'] 11 cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-Wl,-Bstatic', '-lpthread']
|
| /third_party/musl/tools/ |
| D | musl-gcc.specs.sh | 16 *libgcc: 17 libgcc.a%s %:if-exists(libgcc_eh.a%s)
|
| D | musl-clang.in | 26 -static-libgcc \
|
| /third_party/rust/rust/library/unwind/ |
| D | build.rs | 16 // Since ndk r23 beta 3 `libgcc` was replaced with `libunwind` thus in main() 18 // fall back to `libgcc` to support older ndk versions. in main()
|
| /third_party/skia/third_party/externals/harfbuzz/ |
| D | mingw-configure.sh | 19 CFLAGS="-static-libgcc" \ 20 CXXFLAGS="-static-libgcc -static-libstdc++" \
|
| /third_party/gptfdisk/ |
| D | Makefile | 89 CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -static -static-libgcc -static-libstdc++ 91 LDFLAGS+=-static -static-libgcc -static-libstdc++ 109 CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -static -static-libgcc -static-libstdc++ 111 LDFLAGS+=-static -static-libgcc -static-libstdc++
|
| D | Makefile.mingw | 3 CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -static -static-libgcc -static-libstdc++ 5 LDFLAGS+=-static -static-libgcc -static-libstdc++
|
| /third_party/skia/m133/infra/bots/recipe_modules/build/ |
| D | chromebook.py | 59 '-static-libstdc++', '-static-libgcc', 64 # helps locate libgcc*.so 79 '-static-libstdc++', '-static-libgcc',
|
| /third_party/vk-gl-cts/framework/delibs/cmake/ |
| D | CFlags.cmake | 93 # Enable static libgcc and libstdc++ also to avoid needing to have 95 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wa,-mbig-obj -static -static-libgcc") 96 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wa,-mbig-obj -static -static-libgcc -static-libstdc++")
|
| /third_party/skia/infra/bots/recipe_modules/build/ |
| D | chromebook.py | 70 '-static-libstdc++', '-static-libgcc', 75 # helps locate libgcc*.so 90 '-static-libstdc++', '-static-libgcc',
|
| /third_party/elfutils/backends/ |
| D | arc_init.c | 54 /* /bld/gcc-stage2/arc-snps-linux-gnu/libgcc/libgcc.map.in in arc_init()
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 81 - {arch: i686, server: 2022, libgcc: dw2 } 82 - {arch: x86_64, server: 2022, libgcc: seh } 97 …atrix.config.arch }}-w64-mingw32-gcc -print-file-name=libgcc_s_${{ matrix.config.libgcc }}-1.dll` \
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 162 // The following is NOT implemented in libgcc in MSP430TargetLowering() 166 // The following is NOT implemented in libgcc in MSP430TargetLowering() 170 // The following is NOT implemented in libgcc in MSP430TargetLowering() 174 // The following is NOT implemented in libgcc in MSP430TargetLowering() 178 // TODO The following IS implemented in libgcc in MSP430TargetLowering() 181 // TODO The following IS implemented in libgcc but is not in the EABI in MSP430TargetLowering() 183 // TODO The following IS implemented in libgcc in MSP430TargetLowering() 186 // The following IS implemented in libgcc but is not in the EABI in MSP430TargetLowering() 188 // TODO The following IS implemented in libgcc in MSP430TargetLowering() 191 // TODO The following IS implemented in libgcc but is not in the EABI in MSP430TargetLowering() [all …]
|
| /third_party/rust/rust/compiler/rustc_target/src/spec/ |
| D | windows_gnu_base.rs | 33 "-lgcc", // alas, mingw* libraries above depend on libgcc in opts() 62 // with statically linking the libgcc unwinding code. This allows in opts()
|
| D | windows_gnullvm_base.rs | 7 // There were attempts to make it behave like libgcc (so one can just use -l<name>) in opts()
|
| /third_party/skia/infra/bots/assets/armhf_sysroot/ |
| D | README.md | 6 libstdc++-4.8-dev-armhf-cross libgcc-4.8-dev-armhf-cross binutils-arm-linux-gnueabihf
|
| /third_party/mbedtls/library/ |
| D | Makefile | 276 …$(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. -lmbedx509 -lmbedcrypto -static-libgcc $(LOCAL_LDFLAGS) $… 305 …@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L. -lmbedcrypto -static-libgcc $(LOCAL_LDFLAGS) $… 334 …,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -static-libgcc $(LOCAL_LDFLAGS) $…
|
| /third_party/grpc/tools/bazelify_tests/test/ |
| D | build_artifact_protoc_linux.sh | 19 export LDFLAGS="${LDFLAGS} -static-libgcc -static-libstdc++ -s"
|
| D | build_artifact_protoc_linux_aarch64.sh | 19 export LDFLAGS="${LDFLAGS} -static-libgcc -static-libstdc++ -s"
|
| /third_party/rust/rust/library/std/src/personality/ |
| D | gcc.rs | 1 //! Implementation of panics backed by libgcc/libunwind (in some form). 85 // https://github.com/gcc-mirror/gcc/blob/trunk/libgcc/unwind-c.c 177 // defined in libgcc
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
| D | explicit_symbols.inc | 1 /* in libgcc.a */
|
| /third_party/rust/rust/tests/run-make/ |
| D | tools.mk | 120 # it pulls in the DLL version of libgcc, which means that we end up with 2 125 # linked libgcc.
|
12345