Home
last modified time | relevance | path

Searched full:gnu (Results 1 – 25 of 9012) sorted by relevance

12345678910>>...361

/external/elfutils/tests/
Drun-readelf-n.sh5 # it under the terms of the GNU General Public License as published by
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # - testfile-gnu-property-note.c
26 # gcc -fcf-protection -c testfile-gnu-property-note.c
27 # gcc -o testfile-gnu-property-note testfile-gnu-property-note.o
28 # eu-strip --strip-sections testfile-gnu-property-note
30 testfiles testfile-gnu-property-note.o testfile-gnu-property-note
33 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note.o << EOF
[all …]
Drun-pt_gnu_prop-tests.sh6 # it under the terms of the GNU General Public License as published by
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # eu-strip --remove-comment -R .gnu.build.attributes testfile_pt_gnu_prop
29 # eu-strip --remove-comment -R .gnu.build.attributes testfile_pt_gnu_prop32
54 …02 [RO: .interp .note.gnu.build-id .note.gnu.property .note.ABI-tag .gnu.hash .dynsym .dynstr…
59 07 [RO: .note.gnu.build-id .note.gnu.property .note.ABI-tag]
60 08 [RO: .note.gnu.property]
65 Note section [ 2] '.note.gnu.build-id' of 36 bytes at offset 0x1c8:
[all …]
Drun-dwelfgnucompressed.sh6 # it under the terms of the GNU General Public License as published by
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
72 # gas --compress-debug-sections=zlib-gnu -32 -g -o start.o start.s
73 # gas --compress-debug-sections=zlib-gnu -32 -g -o funcs.o funcs.s
74 # ld --compress-debug-sections=zlib-gnu -melf_i386 -g -o zgnu32 funcs.o start.o
76 # gas --compress-debug-sections=zlib-gnu -64 -g -o start.o start.s
77 # gas --compress-debug-sections=zlib-gnu -64 -g -o funcs.o funcs.s
78 # ld --compress-debug-sections=zlib-gnu -g -o zgnu32 funcs.o start.o
[all …]
Drun-addr2line-test.sh6 # it under the terms of the GNU General Public License as published by
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
26 /home/drepper/gnu/new-bu/build/ttt/f.c:3
28 /home/drepper/gnu/new-bu/build/ttt/b.c:4
30 /home/drepper/gnu/new-bu/build/ttt/f.c:3
32 /home/drepper/gnu/new-bu/build/ttt/b.c:4
34 /home/drepper/gnu/new-bu/build/ttt/f.c:3
36 /home/drepper/gnu/new-bu/build/ttt/b.c:4
[all …]
Drun-elfgetzdata.sh6 # it under the terms of the GNU General Public License as published by
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
25 2: .zdebug_aranges, GNU compressed, size: 60
26 3: .zdebug_info, GNU compressed, size: aa
28 5: .zdebug_line, GNU compressed, size: 8d
36 2: .zdebug_aranges, GNU compressed, size: 60
37 3: .zdebug_info, GNU compressed, size: aa
39 5: .zdebug_line, GNU compressed, size: 8d
[all …]
/external/clang/test/Sema/
Dgnu-flags.c1 // RUN: %clang_cc1 -fsyntax-only -verify %s -DNONE -Wno-gnu
3 // RUN: %clang_cc1 -fsyntax-only -verify %s -DALL -Wno-gnu \
10 // RUN: -Wno-gnu-alignof-expression -Wno-gnu-case-range -Wno-gnu-complex-integer -Wno-gnu-conditi…
11 // RUN: -Wno-gnu-empty-initializer -Wno-gnu-label-as-value -Wno-gnu-statement-expression \
12 // RUN: -Wno-gnu-compound-literal-initializer -Wno-gnu-flexible-array-initializer \
13 // RUN: -Wno-gnu-redeclared-enum -Wno-gnu-folding-constant -Wno-gnu-empty-struct \
14 // RUN: -Wno-gnu-union-cast -Wno-gnu-variable-sized-type-not-at-end
16 // %clang_cc1 -fsyntax-only -verify %s -DALIGNOF -Wno-gnu -Wgnu-alignof-expression
17 // %clang_cc1 -fsyntax-only -verify %s -DCASERANGE -Wno-gnu -Wgnu-case-range
18 // %clang_cc1 -fsyntax-only -verify %s -DCOMPLEXINT -Wno-gnu -Wgnu-complex-integer
[all …]
/external/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp5 [[gnu::this_attribute_does_not_exist]] int unknown_attr;
7 int [[gnu::unused]] attr_on_type;
9 int *[[gnu::unused]] attr_on_ptr;
11 [[gnu::fastcall]] void pr17424_1();
13 [[gnu::fastcall]] [[gnu::stdcall]] void pr17424_2();
16 [[gnu::fastcall]] __stdcall void pr17424_3();
19 [[gnu::fastcall]] void pr17424_4() [[gnu::stdcall]];
23 void pr17424_5 [[gnu::fastcall]]();
28 void aliasb [[gnu::alias("_Z6alias1v")]] ();
30 void aliasa [[gnu::alias("_Z6alias1v")]] ();
[all …]
Dgnu-flags.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify %s -DNONE -Wno-gnu
2 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s -DNONE -Wno-gnu
3 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s -DNONE -Wno-gnu
9 // RUN: %clang_cc1 -fsyntax-only -verify %s -DALL -Wno-gnu \
13 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s -DALL -Wno-gnu \
17 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s -DALL -Wno-gnu \
23 // RUN: -Wno-gnu-anonymous-struct -Wno-redeclared-class-member \
24 // RUN: -Wno-gnu-flexible-array-union-member -Wno-gnu-folding-constant \
25 // RUN: -Wno-gnu-empty-struct
27 // RUN: -Wno-gnu-anonymous-struct -Wno-redeclared-class-member \
[all …]
/external/clang/test/Driver/
Dmips-cs.cpp5 // RUN: --target=mips-linux-gnu \
9 // CHECK-BE-HF-32: "[[TC:[^"]+/lib/gcc/mips-linux-gnu/4.6.3]]/../../../../mips-linux-gnu/include/c+…
11 // CHECK-BE-HF-32: "[[TC]]/../../../../mips-linux-gnu/include/c++/4.6.3/mips-linux-gnu"
13 // CHECK-BE-HF-32: "[[TC]]/../../../../mips-linux-gnu/include/c++/4.6.3/backward"
17 // CHECK-BE-HF-32: "[[TC]]/../../../../mips-linux-gnu/libc/usr/include"
19 // CHECK-BE-HF-32: "--sysroot=[[TC]]/../../../../mips-linux-gnu/libc"
21 // CHECK-BE-HF-32: "[[TC]]/../../../../mips-linux-gnu/libc/usr/lib/../lib{{/|\\\\}}crt1.o"
22 // CHECK-BE-HF-32: "[[TC]]/../../../../mips-linux-gnu/libc/usr/lib/../lib{{/|\\\\}}crti.o"
25 // CHECK-BE-HF-32: "-L[[TC]]/../../../../mips-linux-gnu/lib/../lib"
26 // CHECK-BE-HF-32: "-L[[TC]]/../../../../mips-linux-gnu/libc/lib"
[all …]
Dppc-features.cpp4 // RUN: %clang -target powerpc64-linux-gnu -faltivec -fsyntax-only %s
5 // RUN: %clang -target powerpc64-linux-gnu -maltivec -fsyntax-only %s
11 // RUN: not %clang -target mips-linux-gnu -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
12 // RUN: not %clang -target mips64-linux-gnu -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
16 // RUN: %clang -target powerpc-unknown-linux-gnu %s -msoft-float -### -o %t.o 2>&1 | FileCheck --ch…
20 // RUN: %clang -target powerpc-unknown-linux-gnu %s -mfloat-abi=soft -### -o %t.o 2>&1 | FileCheck …
24 // RUN: %clang -target powerpc-unknown-linux-gnu %s -mhard-float -### -o %t.o 2>&1 | FileCheck --ch…
28 // RUN: %clang -target powerpc-unknown-linux-gnu %s -mfloat-abi=hard -### -o %t.o 2>&1 | FileCheck …
32 // RUN: %clang -target powerpc-unknown-linux-gnu %s -mhard-float -msoft-float -### -o %t.o 2>&1 | F…
36 // RUN: %clang -target powerpc-unknown-linux-gnu %s -msoft-float -mhard-float -### -o %t.o 2>&1 | F…
[all …]
Dmips-integrated-as.s1 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s 2>&1 | \
3 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mabi=32 2>&1 | \
5 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mabi=o32 2>&1 | \
10 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mabi=eabi 2>&1 | \
15 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=n32 2>&1 | \
17 // RUN: %clang -target mips64-linux-gnu -### -fintegrated-as -c %s -mabi=n32 2>&1 | \
22 // FIXME: We should also test '-target mips-linux-gnu -mips64' defaults to the
25 // RUN: %clang -target mips64-linux-gnu -### -fintegrated-as -c %s -mips64 2>&1 | \
28 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=64 2>&1 | \
30 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=n64 2>&1 | \
[all …]
/external/clang/test/CodeGen/
Darm-arguments.c2 …arwin9 -target-feature +neon -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=…
5 // APCS-GNU-LABEL: define signext i8 @f0()
11 // APCS-GNU-LABEL: define i8 @f1()
16 // APCS-GNU-LABEL: define i16 @f2()
21 // APCS-GNU-LABEL: define i32 @f3()
26 // APCS-GNU-LABEL: define i32 @f4()
31 // APCS-GNU-LABEL: define void @f5(
32 // APCS-GNU: struct.s5* noalias sret
37 // APCS-GNU-LABEL: define void @f6(
38 // APCS-GNU: struct.s6* noalias sret
[all …]
/external/liburing/.github/workflows/
Dbuild.yml18 cc_pkg: gcc-x86-64-linux-gnu
19 cxx_pkg: g++-x86-64-linux-gnu
20 cc: x86_64-linux-gnu-gcc
21 cxx: x86_64-linux-gnu-g++
32 cc_pkg: gcc-i686-linux-gnu
33 cxx_pkg: g++-i686-linux-gnu
34 cc: i686-linux-gnu-gcc
35 cxx: i686-linux-gnu-g++
39 cc_pkg: gcc-aarch64-linux-gnu
40 cxx_pkg: g++-aarch64-linux-gnu
[all …]
/external/webp/infra/
Dcompile.sh46 aarch64-linux-gnu
61 i686-linux-gnu
63 mips2el-linux-gnu
64 mips32dspr2el-linux-gnu
65 mips32eb-linux-gnu
66 mips32el-linux-gnu
67 mips32r2el-linux-gnu
68 mips32r5el-linux-gnu
69 mips64r2el-linux-gnu
70 mips64r6el-linux-gnu
[all …]
/external/toolchain-utils/compiler_wrapper/testdata/cros_nonhardened_golden/
Dgcc_sanitizer_args.json6 "path": "./x86_64-cros-linux-gnu-gcc",
19 "./x86_64-cros-linux-gnu-gcc.real",
20 "--sysroot=/usr/x86_64-cros-linux-gnu",
28 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
43 "path": "./x86_64-cros-linux-gnu-gcc",
56 "./x86_64-cros-linux-gnu-gcc.real",
57 "--sysroot=/usr/x86_64-cros-linux-gnu",
65 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
80 "path": "./x86_64-cros-linux-gnu-gcc",
93 "./x86_64-cros-linux-gnu-gcc.real",
[all …]
Dgcc_path.json6 "path": "./x86_64-cros-linux-gnu-gcc",
17 "./x86_64-cros-linux-gnu-gcc.real",
18 "--sysroot=/usr/x86_64-cros-linux-gnu",
25 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
40 "path": "./x86_64-cros-linux-gnu-gcc",
54 "./x86_64-cros-linux-gnu-gcc.real",
55 "--sysroot=/usr/x86_64-cros-linux-gnu",
62 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
80 "path": "/tmp/stable/x86_64-cros-linux-gnu-gcc",
91 "/tmp/stable/x86_64-cros-linux-gnu-gcc.real",
[all …]
Dclang_path.json6 "path": "./x86_64-cros-linux-gnu-clang",
18 "--sysroot=/usr/x86_64-cros-linux-gnu",
34 "--prefix=../../bin/x86_64-cros-linux-gnu-",
36 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
45 "x86_64-cros-linux-gnu"
60 "path": "./x86_64-cros-linux-gnu-clang",
75 "--sysroot=/usr/x86_64-cros-linux-gnu",
91 "--prefix=../../bin/x86_64-cros-linux-gnu-",
93 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
102 "x86_64-cros-linux-gnu"
[all …]
/external/toolchain-utils/compiler_wrapper/testdata/cros_hardened_golden/
Dgcc_sanitizer_args.json6 "path": "./x86_64-cros-linux-gnu-gcc",
19 "./x86_64-cros-linux-gnu-gcc.real",
20 "--sysroot=/usr/x86_64-cros-linux-gnu",
31 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
46 "path": "./x86_64-cros-linux-gnu-gcc",
59 "./x86_64-cros-linux-gnu-gcc.real",
60 "--sysroot=/usr/x86_64-cros-linux-gnu",
71 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
86 "path": "./x86_64-cros-linux-gnu-gcc",
99 "./x86_64-cros-linux-gnu-gcc.real",
[all …]
Dgcc_path.json6 "path": "./x86_64-cros-linux-gnu-gcc",
17 "./x86_64-cros-linux-gnu-gcc.real",
18 "--sysroot=/usr/x86_64-cros-linux-gnu",
28 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
43 "path": "./x86_64-cros-linux-gnu-gcc",
57 "./x86_64-cros-linux-gnu-gcc.real",
58 "--sysroot=/usr/x86_64-cros-linux-gnu",
68 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
86 "path": "/tmp/stable/x86_64-cros-linux-gnu-gcc",
97 "/tmp/stable/x86_64-cros-linux-gnu-gcc.real",
[all …]
/external/toolchain-utils/compiler_wrapper/testdata/cros_hardened_noccache_golden/
Dgcc_path.json6 "path": "./x86_64-cros-linux-gnu-gcc",
15 "path": "./x86_64-cros-linux-gnu-gcc.real",
17 "--sysroot=/usr/x86_64-cros-linux-gnu",
27 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
38 "path": "./x86_64-cros-linux-gnu-gcc",
50 "path": "./x86_64-cros-linux-gnu-gcc.real",
52 "--sysroot=/usr/x86_64-cros-linux-gnu",
62 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
76 "path": "/tmp/stable/x86_64-cros-linux-gnu-gcc",
85 "path": "/tmp/stable/x86_64-cros-linux-gnu-gcc.real",
[all …]
Dclang_path.json6 "path": "./x86_64-cros-linux-gnu-clang",
17 "--sysroot=/usr/x86_64-cros-linux-gnu",
40 "--prefix=../../bin/x86_64-cros-linux-gnu-",
42 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
51 "x86_64-cros-linux-gnu"
61 "path": "./x86_64-cros-linux-gnu-clang",
75 "--sysroot=/usr/x86_64-cros-linux-gnu",
98 "--prefix=../../bin/x86_64-cros-linux-gnu-",
100 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
109 "x86_64-cros-linux-gnu"
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml83 compiler: aarch64-linux-gnu-gcc
85 chost: aarch64-linux-gnu
86 packages: qemu qemu-user gcc-aarch64-linux-gnu libc-dev-arm64-cross
91 compiler: aarch64-linux-gnu-gcc
93 chost: aarch64-linux-gnu
94 packages: qemu qemu-user gcc-aarch64-linux-gnu libc-dev-arm64-cross
99 compiler: aarch64-linux-gnu-gcc
101 chost: aarch64-linux-gnu
102 packages: qemu qemu-user gcc-aarch64-linux-gnu libc-dev-arm64-cross
107 compiler: aarch64-linux-gnu-gcc
[all …]
/external/llvm/test/CodeGen/ARM/Windows/
Ddllexport.ll1 …7--windows-itanium -filetype asm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-GNU
2 …UN: llc -mtriple thumbv7--windows-gnu -filetype asm -o - %s | FileCheck %s -check-prefix CHECK -ch…
43 ; CHECK-GNU-NOT: -export:f
44 ; CHECK-GNU: -export:g
45 ; CHECK-GNU-SAME: -export:h
46 ; CHECK-GNU-NOT: -export:i
47 ; CHECK-GNU-SAME: -export:j
48 ; CHECK-GNU-SAME: -export:k
49 ; CHECK-GNU-SAME: -export:l
50 ; CHECK-GNU-SAME: -export:m,data
[all …]
/external/toolchain-utils/compiler_wrapper/testdata/cros_hardened_llvmnext_golden/
Dgcc_path.json6 "path": "./x86_64-cros-linux-gnu-gcc",
17 "./x86_64-cros-linux-gnu-gcc.real",
18 "--sysroot=/usr/x86_64-cros-linux-gnu",
28 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
43 "path": "./x86_64-cros-linux-gnu-gcc",
57 "./x86_64-cros-linux-gnu-gcc.real",
58 "--sysroot=/usr/x86_64-cros-linux-gnu",
68 "-L/usr/x86_64-cros-linux-gnu/usr/lib64",
86 "path": "/tmp/stable/x86_64-cros-linux-gnu-gcc",
97 "/tmp/stable/x86_64-cros-linux-gnu-gcc.real",
[all …]
/external/freetype/docs/oldlogs/
DChangeLog.281 2017-09-16 Werner Lemberg <wl@gnu.org>
60 2017-09-13 Werner Lemberg <wl@gnu.org>
84 2017-09-11 Werner Lemberg <wl@gnu.org>
90 2017-09-09 Werner Lemberg <wl@gnu.org>
132 2017-09-05 Werner Lemberg <wl@gnu.org>
156 2017-09-05 Werner Lemberg <wl@gnu.org>
174 2017-08-23 Werner Lemberg <wl@gnu.org>
183 2017-08-22 Werner Lemberg <wl@gnu.org>
192 2017-08-22 Werner Lemberg <wl@gnu.org>
213 2017-08-16 Werner Lemberg <wl@gnu.org>
[all …]

12345678910>>...361