Home
last modified time | relevance | path

Searched refs:GNU (Results 1 – 25 of 1391) sorted by relevance

12345678910>>...56

/external/elfutils/tests/
Drun-dwelfgnucompressed.sh82 section 2: GNU Compressed size: 60
83 section 3: GNU Compressed size: aa
84 section 5: GNU Compressed size: 8d
89 section 3: GNU Compressed size: 60
90 section 4: GNU Compressed size: 7e
91 section 6: GNU Compressed size: 8d
96 section 2: GNU Compressed size: 40
97 section 3: GNU Compressed size: 9a
98 section 5: GNU Compressed size: 85
103 section 3: GNU Compressed size: 40
[all …]
Drun-elfgetzdata.sh25 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
49 3: .zdebug_aranges, GNU compressed, size: 60
50 4: .zdebug_info, GNU compressed, size: 7e
52 6: .zdebug_line, GNU compressed, size: 8d
61 3: .zdebug_aranges, GNU compressed, size: 60
[all …]
Drun-elfgetchdr.sh91 section 2: GNU Compressed size: 60
92 section 3: GNU Compressed size: aa
94 section 5: GNU Compressed size: 8d
115 section 2: GNU Compressed size: 40
116 section 3: GNU Compressed size: 9a
118 section 5: GNU Compressed size: 85
140 section 3: GNU Compressed size: 60
141 section 4: GNU Compressed size: 7e
143 section 6: GNU Compressed size: 8d
166 section 3: GNU Compressed size: 40
[all …]
Drun-readelf-z.sh32 [GNU ZLIB 00000060 ]
34 [GNU ZLIB 000000aa ]
37 [GNU ZLIB 0000008d ]
55 [GNU ZLIB 00000060 ]
57 [GNU ZLIB 0000007e ]
60 [GNU ZLIB 0000008d ]
122 [GNU ZLIB 000040 ]
124 [GNU ZLIB 00009a ]
127 [GNU ZLIB 000085 ]
145 [GNU ZLIB 000040 ]
[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 …umbv7--windows-gnu -filetype asm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-GNU
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 …]
Dpic.ll5 ; RUN: | FileCheck %s -check-prefix CHECK-GNU
20 ; CHECK-GNU-LABEL: return_external
21 ; CHECK-GNU: movw r0, :lower16:external
22 ; CHECK-GNU: movt r0, :upper16:external
23 ; CHECK-GNU: ldrb r0, [r0]
/external/llvm/test/tools/llvm-readobj/
Delf-groups.test18 RUN: llvm-readobj -g -elf-output-style=GNU %p/Inputs/elf-groups.x86_64 \
19 RUN: | FileCheck --check-prefix="GNU" %s
42 GNU:COMDAT group section [ 1] `.group' [_Z3fooIcEvT_] contains 2 sections:
43 GNU-NEXT: [Index] Name
44 GNU-NEXT: [ 10] .text._Z3fooIcEvT_
45 GNU-NEXT: [ 11] .rela.text._Z3fooIcEvT_
46 GNU:COMDAT group section [ 2] `.group' [_Z3fooIiEvT_] contains 2 sections:
47 GNU-NEXT: [Index] Name
48 GNU-NEXT: [ 12] .text._Z3fooIiEvT_
49 GNU-NEXT: [ 13] .rela.text._Z3fooIiEvT_
[all …]
/external/clang/test/CodeGenObjC/
Dmessages.m3 // RUN: %clang_cc1 -fobjc-runtime=gcc -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-GNU
4 // RUN: %clang_cc1 -fobjc-runtime=gnustep -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK-GNU
18 // CHECK-GNU: call {{.*}} @objc_msg_lookup(
19 // CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
24 // CHECK-GNU: call {{.*}} @objc_msg_lookup(
25 // CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
30 // CHECK-GNU: call {{.*}} @objc_msg_lookup(
31 // CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
36 // CHECK-GNU: call {{.*}} @objc_msg_lookup(
37 // CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
[all …]
/external/llvm/test/CodeGen/ARM/
Dsincos.ll3 ; RUN: llc < %s -mtriple=armv7-linux-gnu -mcpu=cortex-a8 | FileCheck %s --check-prefix=NOOPT-GNU
5 ; RUN: --enable-unsafe-fp-math | FileCheck %s --check-prefix=SINCOS-GNU
15 ; SINCOS-GNU-LABEL: test1:
16 ; SINCOS-GNU: bl sincosf
22 ; NOOPT-GNU-LABEL: test1:
23 ; NOOPT-GNU: bl sinf
24 ; NOOPT-GNU: bl cosf
37 ; SINCOS-GNU-LABEL: test2:
38 ; SINCOS-GNU: bl sincos
44 ; NOOPT-GNU-LABEL: test2:
[all …]
Dfp16.ll2 …le=armv7a--none-gnueabi < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-HARDFLOAT-GNU %s
3 …e=armv7a--none-musleabi < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-HARDFLOAT-GNU %s
6 …triple=thumbv7m-gnueabi < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-SOFTFLOAT-GNU %s
7 …riple=thumbv7m-musleabi < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-SOFTFLOAT-GNU %s
30 ; CHECK-HARDFLOAT-GNU: __gnu_h2f_ieee
34 ; CHECK-SOFTFLOAT-GNU: __gnu_h2f_ieee
37 ; CHECK-HARDFLOAT-GNU: __gnu_h2f_ieee
41 ; CHECK-SOFTFLOAT-GNU: __gnu_h2f_ieee
45 ; CHECK-HARDFLOAT-GNU: __gnu_f2h_ieee
49 ; CHECK-SOFTFLOAT-GNU: __gnu_f2h_ieee
[all …]
/external/clang/include/clang/Basic/
DAttr.td199 class GNU<string name> : Spelling<name, "GNU">;
211 // The GCC spelling implies GNU<name, "GNU"> and CXX11<"gnu", name> and also
374 let Spellings = [GNU<"address_space">];
408 GNU<"align_value">
432 let Spellings = [GNU<"xray_always_instrument">,
434 GNU<"xray_never_instrument">,
439 [GNU<"xray_always_instrument">,
442 [GNU<"xray_never_instrument">,
455 let Spellings = [GNU<"analyzer_noreturn">];
460 let Spellings = [GNU<"annotate">];
[all …]
/external/clang/test/SemaCXX/
Ddllimport.cpp47 #ifdef GNU
58 #ifdef GNU
69 #ifdef GNU
80 #ifdef GNU
127 #ifndef GNU
168 #ifdef GNU
181 #ifdef GNU
268 #ifdef GNU
275 #ifdef GNU
282 #ifdef GNU
[all …]
/external/elfutils/m4/
Dlcmessage.m43 dnl This file is free software, distributed under the terms of the GNU
4 dnl General Public License. As a special exception to the GNU General
10 dnl the GNU General Public License or the GNU Library General Public
11 dnl License but which still want to provide support for the GNU gettext
13 dnl Please note that the actual code of the GNU gettext library is covered
14 dnl by the GNU Library General Public License, and the rest of the GNU
15 dnl gettext package package is covered by the GNU General Public License.
Dgettext.m48 dnl the GNU General Public License or the GNU Library General Public
9 dnl License but which still want to provide support for the GNU gettext
11 dnl Please note that the actual code of the GNU gettext library is covered
12 dnl by the GNU Library General Public License, and the rest of the GNU
13 dnl gettext package package is covered by the GNU General Public License.
20 dnl Macro to add for using GNU gettext.
32 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
43 dnl Catalog format: GNU --> install in $(datadir)
[all …]
Dnls.m48 dnl the GNU General Public License or the GNU Library General Public
9 dnl License but which still want to provide support for the GNU gettext
11 dnl Please note that the actual code of the GNU gettext library is covered
12 dnl by the GNU Library General Public License, and the rest of the GNU
13 dnl gettext package package is covered by the GNU General Public License.
/external/libexif/auto-m4/
Dnls.m43 dnl This file is free software, distributed under the terms of the GNU
4 dnl General Public License. As a special exception to the GNU General
10 dnl the GNU General Public License or the GNU Library General Public
11 dnl License but which still want to provide support for the GNU gettext
13 dnl Please note that the actual code of the GNU gettext library is covered
14 dnl by the GNU Library General Public License, and the rest of the GNU
15 dnl gettext package package is covered by the GNU General Public License.
Dlib-ld.m43 dnl This file is free software, distributed under the terms of the GNU
4 dnl General Public License. As a special exception to the GNU General
15 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
16 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
18 *GNU* | *'with BFD'*)
29 [ --with-gnu-ld assume the C compiler uses GNU ld [default=no]],
78 AC_MSG_CHECKING([for GNU ld])
80 AC_MSG_CHECKING([for non-GNU ld])
89 # Check to see if the program is GNU ld. I'd rather use --version,
90 # but apparently some GNU ld's only accept -v.
[all …]
/external/bison/m4/
Dgettext.m48 dnl the GNU General Public License or the GNU Library General Public
9 dnl License but which still want to provide support for the GNU gettext
11 dnl Please note that the actual code of the GNU gettext library is covered
12 dnl by the GNU Library General Public License, and the rest of the GNU
13 dnl gettext package package is covered by the GNU General Public License.
20 dnl Macro to add for using GNU gettext.
32 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
43 dnl Catalog format: GNU --> install in $(datadir)
[all …]
Dnls.m49 dnl the GNU General Public License or the GNU Library General Public
10 dnl License but which still want to provide support for the GNU gettext
12 dnl Please note that the actual code of the GNU gettext library is covered
13 dnl by the GNU Library General Public License, and the rest of the GNU
14 dnl gettext package package is covered by the GNU General Public License.
Dlib-ld.m413 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
14 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
16 *GNU* | *'with BFD'*)
33 [assume the C compiler uses GNU ld [default=no]])],
82 AC_MSG_CHECKING([for GNU ld])
84 AC_MSG_CHECKING([for non-GNU ld])
94 # Check to see if the program is GNU ld. I'd rather use --version,
95 # but apparently some variants of GNU ld only accept -v.
96 # Break only if it was the GNU/non-GNU ld that we prefer.
98 *GNU* | *'with BFD'*)
Dm4.m412 # Check for GNU M4, at least 1.4.6 (all earlier versions had bugs in
20 [AC_ARG_VAR([M4], [Location of GNU M4 1.4.6 or later. Defaults to the first
22 AC_CACHE_CHECK([for GNU M4 that supports accurate traces], [ac_cv_path_M4],
28 # Root out GNU M4 1.4.5, as well as non-GNU m4 that ignore -t, -F.
29 # Root out GNU M4 1.4.15 with buggy false negative replacement strstr.
30 # Root out Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 with buggy
44 GNU M4 1.4.6 or later is required; 1.4.16 or newer is recommended.
45 GNU M4 1.4.15 uses a buggy replacement strstr on some systems.
46 Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.])])])
/external/mesa3d/m4/
Dax_check_gnu_make.m411 # This macro searches for a GNU version of make. If a match is found, the
15 # variable _cv_gnu_make_command is set to the command to invoke GNU make
36 # something like this (note that GNU make always looks for GNUmakefile
45 # Then, if any (well almost any) other make is called, and GNU make also
46 # exists, then the other make wraps the GNU make.
59 AC_DEFUN([AX_CHECK_GNU_MAKE], [ AC_CACHE_CHECK( for GNU make,_cv_gnu_make_command,
61 dnl Search all the common names for GNU make
64 … if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null ) ; then
70 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string, '#' otherwise
/external/clang/include/clang/Frontend/
DLangStandards.def46 "ISO C 1990 with GNU extensions",
49 "ISO C 1990 with GNU extensions",
67 "ISO C 1999 with GNU extensions",
70 "ISO C 1999 with GNU extensions",
88 "ISO C 2011 with GNU extensions",
91 "ISO C 2011 with GNU extensions",
102 "ISO C++ 1998 with amendments and GNU extensions",
112 "ISO C++ 2011 with amendments and GNU extensions",
115 "ISO C++ 2011 with amendments and GNU extensions",
125 "ISO C++ 2014 with amendments and GNU extensions",
[all …]
/external/clang/test/Sema/
Ddllimport.c37 #ifdef GNU
48 #ifdef GNU
59 #ifdef GNU
70 #ifdef GNU
156 #ifdef GNU
170 #ifdef GNU
192 #ifdef GNU
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dcheck_gnu_make.m42 # Check for GNU Make. This is originally from
6 [AC_CACHE_CHECK([for GNU make],[llvm_cv_gnu_make_command],
7 dnl Search all the common names for GNU make
11 if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null )
17 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,

12345678910>>...56