Home
last modified time | relevance | path

Searched refs:s390x (Results 1 - 25 of 41) sorted by relevance

12

/third_party/protobuf/protoc-artifacts/
H A Dbuild-protoc.sh96 elif [[ "$ARCH" == s390x ]]; then
97 if [[ $host_machine == s390x ]];then
152 elif [[ "$ARCH" == s390x ]]; then
153 if [[ $host_machine != s390x ]];then
229 elif [[ "$ARCH" == s390x ]]; then
231 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=s390x-linux-gnu"
/third_party/node/deps/openssl/config/
H A DMakefile15 linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs154 } else if #[cfg(any(target_arch = "s390x"))] {
155 mod s390x; modules
156 pub use self::s390x::*;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Dmod.rs111 } else if #[cfg(any(target_arch = "s390x"))] {
112 mod s390x; modules
113 pub use self::s390x::*;
/third_party/libunwind/libunwind/src/s390x/
H A Dunwind_i.h6 Modified for s390x by Michael Munday <mike.munday@ibm.com>
34 #include <libunwind-s390x.h>
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm.h20 * Padding is chosen so that s390x.kmac.k overlaps with ks.ks and
21 * fc with ks.ks.rounds. Remember that on s390x, an AES_KEY's
43 } s390x; member
H A Dcipher_aes_gcm.h40 } s390x; member
H A Dcipher_aes.h47 } s390x; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm.h20 * Padding is chosen so that s390x.kmac.k overlaps with ks.ks and
21 * fc with ks.ks.rounds. Remember that on s390x, an AES_KEY's
43 } s390x; member
H A Dcipher_aes_gcm.h40 } s390x; member
H A Dcipher_aes.h48 } s390x; member
/third_party/libunwind/libunwind/include/
H A Dlibunwind-s390x.h5 Modified for s390x by Michael Munday <mike.munday@ibm.com>
39 #define UNW_TARGET s390x
121 /* On s390x, we can directly use ucontext_t as the unwind context. */
126 /* no s390x-specific auxiliary proc-info */
/third_party/toybox/scripts/
H A Dmcm-buildall.sh155 powerpc64:: powerpc64le:: s390x:: sh2eb:fdpic:--with-cpu=mj2 \
/third_party/node/
H A DMakefile913 ifeq ($(findstring s390x,$(UNAME_M)),s390x)
914 DESTCPU ?= s390x
920 DESTCPU ?= s390x
968 ifeq ($(DESTCPU),s390x)
969 ARCH=s390x
/third_party/libbpf/src/
H A DMakefile84 ifeq ($(filter-out %64 %64be %64eb %64le %64el s390x, $(HOSTARCH)),)
/third_party/ltp/tools/sparse/sparse-src/
H A Dcgcc277 } elsif ($spec eq 's390x') {
279 ' --arch=s390x' .
316 } elsif ($gccmachine =~ '^s390x-') {
317 return &add_specs ('s390x');
343 } elsif ($arch =~ /^(s390x)$/i) {
344 return &add_specs ('s390x');
/third_party/musl/
H A Dconfigure342 s390x*) ARCH=s390x ;;
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs3045 let s390x = target.contains("s390x"); in test_linux()
3490 // FIXME: Not defined on ARM, gnueabihf, MIPS, musl, PowerPC, riscv64, s390x, and sparc64. in test_linux()
3491 "SYS_memfd_secret" if arm | gnueabihf | mips | musl | ppc | riscv64 | s390x | sparc64 => true, in test_linux()
3811 "mcontext_t" if s390x => true, in test_linux()
3813 "fpreg_t" if s390x => true, in test_linux()
/third_party/skia/third_party/externals/microhttpd/
H A Dconfig.guess348 s390x:SunOS:*:*)
1004 s390:Linux:*:* | s390x:Linux:*:*)
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dconfig.pm690 [ 's390x-.*-linux2',
698 $WHERE/Configure linux32-s390x
702 return { target => "linux64-s390x" };
/third_party/openssl/util/perl/OpenSSL/
H A Dconfig.pm682 [ 's390x-.*-linux2',
690 $WHERE/Configure linux32-s390x
694 return { target => "linux64-s390x" };
/third_party/eudev/
H A Dconfig.guess372 s390x:SunOS:*:*)
1023 s390:Linux:*:* | s390x:Linux:*:*)
/third_party/lame/
H A Dconfig.guess382 s390x:SunOS:*:*)
1033 s390:Linux:*:* | s390x:Linux:*:*)
/third_party/node/deps/cares/
H A Dconfig.guess417 s390x:SunOS:*:*)
1134 s390:Linux:*:* | s390x:Linux:*:*)
/third_party/node/deps/cares/config/
H A Dconfig.guess417 s390x:SunOS:*:*)
1134 s390:Linux:*:* | s390x:Linux:*:*)

Completed in 21 milliseconds

12