Home
last modified time | relevance | path

Searched +full:x86 +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/third_party/libffi/
DREADME.md2 libffi-3.3 was released on November 23, 2019. Check the libffi web
19 told at run-time about the number and types of arguments used to call
46 | --------------- | ---------------- | ----------------------- |
48 | AArch64 | Linux | GCC |
50 | Alpha | Linux | GCC |
52 | ARC | Linux | GCC |
53 | ARM | Linux | GCC |
56 | AVR32 | Linux | GCC |
59 | IA-64 | Linux | GCC |
61 | M68K | Linux | GCC |
[all …]
DChangeLog.old7 From the old ChangeLog.libffi-3.1 file...
9 2014-03-16 Josh Triplett <josh@joshtriplett.org>
11 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future
15 2014-03-16 Josh Triplett <josh@joshtriplett.org>
17 Add support for stdcall, thiscall, and fastcall on non-Windows
18 x86-32.
20 Linux supports the stdcall calling convention, either via
22 code compiled with -mrtd which effectively makes stdcall the
26 non-Windows x86-32 platforms, as non-default calling conventions.
28 * Makefile.am: Compile in src/x86/win32.S on non-Windows x86-32.
[all …]
/third_party/libunwind/
D.travis.yml5 - HOST=x86_64-linux-gnu
6 - HOST=x86-linux-gnu
7 - HOST=arm-linux-gnueabihf
8 - HOST=aarch64-linux-gnu
9 - HOST=mipsel-linux-gnu
11 #- HOST=powerpc64-linux-gnu
13 linux-s390x: &linux-s390x
14 os: linux
16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu
18 - autoreconf -i
[all …]
DREADME.md3 [![Build Status](https://travis-ci.org/libunwind/libunwind.svg?branch=master)](https://travis-ci.or…
5 This library supports several architecture/operating-system combinations:
8 | :------ | :----------- | :----- |
9 | Linux | x86-64 | ✓ |
10 | Linux | x86 | ✓ |
11 | Linux | ARM | ✓ |
12 | Linux | AArch64 | ✓ |
13 | Linux | PPC32 | ✓ |
14 | Linux | PPC64 | ✓ |
15 | Linux | SuperH | ✓ |
[all …]
DREADME3 [![Build Status](https://travis-ci.org/libunwind/libunwind.svg?branch=master)](https://travis-ci.or…
5 This library supports several architecture/operating-system combinations:
8 | :------ | :----------- | :----- |
9 | Linux | x86-64 | ✓ |
10 | Linux | x86 | ✓ |
11 | Linux | ARM | ✓ |
12 | Linux | AArch64 | ✓ |
13 | Linux | PPC32 | ✓ |
14 | Linux | PPC64 | ✓ |
15 | Linux | SuperH | ✓ |
[all …]
DNEWS1 -*-Mode: outline-*-
27 ** pkg-config support
34 ** Testing, stability and many fixes on x86 (Paul Pluzhnikov)
41 ** Greatly improved x86-64 support thanks to Arun Sharma.
46 ** Fix address-leak triggered by invalid byte-order. Fixed by Andreas Schwab.
54 ** Fix a typo in the man-page of unw_create_addr_space().
55 ** Fix an off-by-1 bug in the handling of the dynamic ALIAS directive
57 ** Fix a bug in libunwind-ptrace which could cause crash due to extraneous
63 from Intel ICC-compiled programs. Reported by Tommy Hoffner.
67 ** Make it possible to link against libunwind-ia64.a only (i.e., without
[all …]
/third_party/uboot/u-boot-2020.01/tools/buildman/
DREADME1 # SPDX-License-Identifier: GPL-2.0+
6 Quick-start
12 cd /path/to/u-boot
14 buildman --fetch-arch arm
15 buildman -k rpi_2
17 # u-boot.bin is the output image
23 This tool handles building U-Boot to check that you have not broken it
26 to make full use of multi-processor machines.
38 where it left off. This should happen cleanly and without side-effects.
42 You may need to press Ctrl-C several times to quit it. Also it will print
[all …]
/third_party/python/Modules/_ctypes/libffi_osx/
DREADME7 libffi-2.00 has not been released yet! This is a development snapshot!
9 libffi-1.20 was released on October 5, 1998. Check the libffi web
26 told at run-time about the number and types of arguments used to call
49 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9)
53 Intel x86 - Linux (System V ABI)
55 Alpha - Linux and OSF/1
57 m68k - Linux (System V ABI)
59 PowerPC - Linux (System V ABI, Darwin, AIX)
61 ARM - Linux (System V ABI)
69 You must use GNU make to build libffi. SGI's make will not work.
[all …]
/third_party/icu/icu4c/source/
DrunConfigureICU4 # Copyright (c) 1999-2015, International Business Machines Corporation and
16 if test $ec -eq 0
23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…
24 if test $ec -eq 0
28 Options: -h, --help Print this message and exit
29 --enable-debug Enable support for debugging
30 --disable-release Disable presetting optimization flags
35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/
DrunConfigureICU4 # Copyright (c) 1999-2015, International Business Machines Corporation and
16 if test $ec -eq 0
23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…
24 if test $ec -eq 0
28 Options: -h, --help Print this message and exit
29 --enable-debug Enable support for debugging
30 --disable-release Disable presetting optimization flags
35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
[all …]
/third_party/skia/third_party/externals/icu/source/
DrunConfigureICU4 # Copyright (c) 1999-2015, International Business Machines Corporation and
16 if test $ec -eq 0
23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…
24 if test $ec -eq 0
28 Options: -h, --help Print this message and exit
29 --enable-debug Enable support for debugging
30 --disable-release Disable presetting optimization flags
35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
[all …]
/third_party/protobuf/protoc-artifacts/
Dbuild-protoc.sh4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe
6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET>
8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH>
11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc
12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc
13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu
14 # linux linux x86_32
15 # linux linux x86_64
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
[all …]
/third_party/openssl/Configurations/
D10-main.conf1 ## -*- mode: perl; -*-
8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {
10 ASFLAGS => "-g",
11 asflags => "-Ox -f win64 -DNEAR",
12 asoutflag => "-o " };
20 $die->("NASM not found - make sure it's installed and available on %PATH%\n");
33 my $ver=`nasm -v 2>NUL`;
34 my $vew=`nasmw -v 2>NUL`;
38 asflags => "-f win32",
39 asoutflag => "-o ",
[all …]
/third_party/libunwind/src/
DCMakeLists.txt11 add_definitions("-Darm_search_unwind_table=UNW_OBJ(arm_search_unwind_table)")
12 # We compile code with -std=c99 and the asm keyword is not recognized as it is a gnu extension
13 add_definitions(-Dasm=__asm__)
14 # The arm sources include ex_tables.h from include/tdep-arm without going through a redirection
16 # the include/tdep-arm to include directories
17 include_directories(../include/tdep-arm)
19 # We compile code with -std=c99 and the asm keyword is not recognized as it is a gnu extension
20 add_definitions(-Dasm=__asm__)
49 # List of arch-independent files needed by generic library (libunwind-$ARCH):
51 mi/Gdyn-extract.c mi/Gdyn-remote.c mi/Gfind_dynamic_proc_info.c
[all …]
/third_party/boost/libs/context/doc/
Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
31 [heading X86-32]
34 * MS PE: [@http://msdn.microsoft.com/en-us/library/k2b2ssfy.aspx Calling Conventions]
37 [heading X86-64]
40 * MS PE: [@http://msdn.microsoft.com/en-us/library/7kcdt6fy%28VS.80%29.aspx x64 Software Convention…
/third_party/gptfdisk/
Dcgdisk.81 .\" Copyright 2011-2020 Roderick W. Smith (rodsmith@rodsbooks.com)
2 .\" May be distributed under the GNU General Public License
5 cgdisk \- Curses-based GUID partition table (GPT) manipulator
8 [ \-a ]
13 GPT fdisk is a text\-mode family of programs for creation and manipulation
15 curses-based user interface for interaction using a text\-mode menuing
16 system. It will automatically convert an old\-style Master Boot Record
20 program family are \fBgdisk\fR (the most feature-rich program of the group,
21 with a non-curses-based interactive user interface) and \fBsgdisk\fR (which
22 is driven via command-line options for use by experts or in scripts).
[all …]
Dfixparts.81 .\" Copyright 2011-2020 Roderick W. Smith (rodsmith@rodsbooks.com)
2 .\" May be distributed under the GNU General Public License
5 fixparts \- MBR partition table repair utility
12 FixParts (aka \fBfixparts\fR) is a text\-mode menu\-driven program for
25 It can repair mis-sized extended partitions \-\- either partitions that
34 You can change primary partitions into logical partitions or vice\-versa,
47 Linux's \fBfdisk\fR, but \fBfixparts\fR is much more specialized. Most
69 defined using a linked-list data structure. This fact means that every
87 generates a new extended partition to contain the then-defined logical
94 utilities, partitions 1\-4 correspond to primary partitions, whereas
[all …]
/third_party/node/
DBUILDING.md13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python 2 and Python 3](#note-about-python-2-and-python-3)
23 * [Unix and macOS](#unix-and-macos)
24 * [Unix prerequisites](#unix-prerequisites)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/
Dllvm-config.h1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */
8 /*===----------------------------------------------------------------------===*/
12 This is a C header that can be included in the llvm-c headers. */
32 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu"
34 #define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-linux-gnu"
36 #define LLVM_DEFAULT_TARGET_TRIPLE "armv7-linux-gnueabihf"
38 #define LLVM_DEFAULT_TARGET_TRIPLE "aarch64-linux-gnu"
40 #define LLVM_DEFAULT_TARGET_TRIPLE "mipsel-linux-gnu"
42 #define LLVM_DEFAULT_TARGET_TRIPLE "mips64el-linux-gnuabi64"
[all …]
/third_party/ltp/testcases/kernel/syscalls/eventfd2/
Deventfd2_01.c7 /* it under the terms of the GNU General Public License as published by */
14 /* the GNU General Public License for more details. */
16 /* You should have received a copy of the GNU General Public License */
18 /* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
27 /* http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b087498eb5605673b0f2…
31 /* patch the only flag support is EFD_CLOEXEC which causes the close-on-exec */
35 /* x86 and x86-64 and in case the syscall numbers changed. */
37 /* Usage: <for command-line> */
38 /* eventfd2_01 [-c n] [-e][-i n] [-I x] [-p x] [-t] */
39 /* where, -c n : Run n copies concurrently. */
[all …]
Deventfd2_02.c7 /* it under the terms of the GNU General Public License as published by */
14 /* the GNU General Public License for more details. */
16 /* You should have received a copy of the GNU General Public License */
18 /* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
27 /* http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e7d476dfdf0bcfed478a…
31 /* or architectures other than x86 and x86-64 and in case the syscall numbers */
34 /* Usage: <for command-line> */
35 /* eventfd2_02 [-c n] [-e][-i n] [-I x] [-p x] [-t] */
36 /* where, -c n : Run n copies concurrently. */
37 /* -e : Turn on errno logging. */
[all …]
/third_party/ltp/testcases/kernel/syscalls/dup3/
Ddup3_01.c7 /* it under the terms of the GNU General Public License as published by */
14 /* the GNU General Public License for more details. */
16 /* You should have received a copy of the GNU General Public License */
18 /* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
27 /* http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=336dd1f70ff62d7dd865…
32 /* for architectures other than x86 and x86-64 and in case the */
35 /* Usage: <for command-line> */
36 /* dup3_01 [-c n] [-e][-i n] [-I x] [-p x] [-t] */
37 /* where, -c n : Run n copies concurrently. */
38 /* -e : Turn on errno logging. */
[all …]
/third_party/XKeyboardConfig/
Dconfig.sub3 # Copyright 1992-2018 Free Software Foundation, Inc.
5 timestamp='2018-08-29'
8 # under the terms of the GNU General Public License as published by
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <https://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
[all …]
/third_party/libevdev/build-aux/
Dconfig.sub3 # Copyright 1992-2018 Free Software Foundation, Inc.
5 timestamp='2018-08-29'
8 # under the terms of the GNU General Public License as published by
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <https://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
[all …]
/third_party/e2fsprogs/config/
Dconfig.sub3 # Copyright 1992-2020 Free Software Foundation, Inc.
5 timestamp='2020-01-01'
8 # under the terms of the GNU General Public License as published by
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <https://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
[all …]

12345678910>>...16