| /dflybsd-src/sys/platform/vkernel64/conf/ |
| H A D | ldscript.x86_64 | 25 .note.gnu.build-id : { *(.note.gnu.build-id) } :text 27 .gnu.hash : { *(.gnu.hash) } 30 .gnu.version : { *(.gnu.version) } 31 .gnu.version_d : { *(.gnu.version_d) } 32 .gnu.version_r : { *(.gnu.version_r) } 34 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 36 .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) } 37 .rela.data.rel.ro : { *(.rela.data.rel.ro* .rela.gnu.linkonce.d.rel.ro.*) } 38 .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) } 39 .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) } [all …]
|
| /dflybsd-src/sys/platform/pc64/conf/ |
| H A D | ldscript.x86_64 | 25 .note.gnu.build-id : { *(.note.gnu.build-id) } :text 27 .gnu.hash : { *(.gnu.hash) } 30 .gnu.version : { *(.gnu.version) } 31 .gnu.version_d : { *(.gnu.version_d) } 32 .gnu.version_r : { *(.gnu.version_r) } 34 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 36 .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) } 37 .rela.data.rel.ro : { *(.rela.data.rel.ro* .rela.gnu.linkonce.d.rel.ro.*) } 38 .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) } 39 .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) } [all …]
|
| /dflybsd-src/stand/boot/pc32/loader/ |
| H A D | loader.ldscript | 16 .note.gnu.build-id : { *(.note.gnu.build-id) } 18 .gnu.hash : { *(.gnu.hash) } 21 .gnu.version : { *(.gnu.version) } 22 .gnu.version_d : { *(.gnu.version_d) } 23 .gnu.version_r : { *(.gnu.version_r) } 25 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 27 .rel.rodata : { *(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*) } 28 .rel.data.rel.ro : { *(.rel.data.rel.ro* .rel.gnu.linkonce.d.rel.ro.*) } 29 .rel.data : { *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*) } 30 .rel.tdata : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) } [all …]
|
| /dflybsd-src/contrib/binutils-2.34/ld/scripttempl/ |
| H A D | elf.sc | 85 # eliminates duplicates, which are named like ".gnu.linkonce.d.foo". 89 # .text .gnu.linkonce.t.foo 90 # .rodata .gnu.linkonce.r.foo 91 # .data .gnu.linkonce.d.foo 92 # .bss .gnu.linkonce.b.foo 93 # .sdata .gnu.linkonce.s.foo 94 # .sbss .gnu.linkonce.sb.foo 95 # .sdata2 .gnu.linkonce.s2.foo 96 # .sbss2 .gnu.linkonce.sb2.foo 97 # .debug_info .gnu.linkonce.wi.foo [all …]
|
| /dflybsd-src/contrib/binutils-2.27/ld/scripttempl/ |
| H A D | elf.sc | 84 # eliminates duplicates, which are named like ".gnu.linkonce.d.foo". 88 # .text .gnu.linkonce.t.foo 89 # .rodata .gnu.linkonce.r.foo 90 # .data .gnu.linkonce.d.foo 91 # .bss .gnu.linkonce.b.foo 92 # .sdata .gnu.linkonce.s.foo 93 # .sbss .gnu.linkonce.sb.foo 94 # .sdata2 .gnu.linkonce.s2.foo 95 # .sbss2 .gnu.linkonce.sb2.foo 96 # .debug_info .gnu.linkonce.wi.foo [all …]
|
| /dflybsd-src/stand/boot/efi/loader/arch/x86_64/ |
| H A D | ldscript.x86_64 | 18 *(.text .stub .text.* .gnu.linkonce.t.*) 19 /* .gnu.warning sections are handled specially by elf32.em. */ 20 *(.gnu.warning) 25 *(.rodata .rodata.* .gnu.linkonce.r.*) 27 *(.sdata2 .sdata2.* .gnu.linkonce.s2.*) 28 *(.sbss2 .sbss2.* .gnu.linkonce.sb2.*) 30 *(.data .data.* .gnu.linkonce.d.*) 34 *(.bss .bss.* .gnu.linkonce.b.*) 47 *(.sdata .sdata.* .gnu.linkonce.s.*) 49 *(.sbss .sbss.* .gnu.linkonce.sb.*)
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | unique-ptr-tests.cc | 82 gnu::unique_ptr<void *> p; in test_null_ptr() 85 gnu::unique_xmalloc_ptr<void *> q; in test_null_ptr() 99 gnu::unique_ptr<foo> f (new foo (s)); in test_implicit_deletion() 120 gnu::unique_ptr<foo> f; in test_overwrite_of_null() 126 f = gnu::unique_ptr<foo> (new foo (s)); in test_overwrite_of_null() 146 gnu::unique_ptr<foo> f (new foo (s)); in test_overwrite_of_non_null() 152 f = gnu::unique_ptr<foo> (new foo (s)); in test_overwrite_of_non_null() 168 gnu::unique_ptr<foo> f (new foo (s)); in test_overloaded_ops() 174 gnu::unique_ptr<foo> g (new foo (s)); in test_overloaded_ops() 184 gnu::unique_ptr<has_default_ctor[]> p (new has_default_ctor[num]); in test_array_new() [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | configure.host | 72 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) 74 alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu) 79 arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu) 90 i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) 92 i[34567]86-*-netbsdelf* | i[34567]86-*-knetbsd*-gnu) 102 i[34567]86-*-gnu*) gdb_host=i386gnu ;; 116 m68*-*-netbsdelf* | m68*-*-knetbsd*-gnu) 126 mips*-*-netbsd* | mips*-*-knetbsd*-gnu) 134 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) 148 sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu) [all …]
|
| H A D | configure.tgt | 56 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) 61 alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu) 94 arm*-*-netbsd* | arm*-*-knetbsd*-gnu) 188 i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) 193 i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu) 235 i[34567]86-*-gnu*) 325 m68*-*-netbsd* | m68*-*-knetbsd*-gnu) 372 mips*-*-netbsd* | mips*-*-knetbsd*-gnu) 410 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) 490 sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu) [all …]
|
| /dflybsd-src/usr.bin/crunch/examples/ |
| H A D | really-big.conf | 106 srcdirs /usr/src/gnu/usr.bin 111 srcdirs /usr/src/gnu/usr.bin/ld # ldd and ldconfig 132 srcdirs /usr/src/gnu/usr.bin/gcc2 # gcc & friends 138 …gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lang.o /usr/src/gnu/usr.bin…
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| H A D | Makefile.am | 112 $(LTCXXCOMPILE) -std=gnu++0x -c $< 114 $(CXXCOMPILE) -std=gnu++0x -c $< 117 $(LTCXXCOMPILE) -std=gnu++0x -c $< 119 $(CXXCOMPILE) -std=gnu++0x -c $< 122 $(LTCXXCOMPILE) -std=gnu++0x -c $< 124 $(CXXCOMPILE) -std=gnu++0x -c $< 127 $(LTCXXCOMPILE) -std=gnu++0x -c $< 129 $(CXXCOMPILE) -std=gnu++0x -c $<
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | contribute.texi | 11 @uref{http://gcc.gnu.org/svn.html}). Source and binary snapshots are 12 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}. 18 @uref{http://gcc.gnu.org/contribute.html} 19 @uref{http://gcc.gnu.org/contributewhy.html} 25 @uref{http://gcc.gnu.org/projects/}.
|
| H A D | gnu.texi | 18 @uref{http://www.gnu.org/} 19 @uref{http://www.gnu.org/gnu/linux-and-gnu.html}
|
| H A D | service.texi | 15 @email{gcc-help@@gcc.gnu.org} (for help installing or using GCC), and if 16 that brings no response, try @email{gcc@@gcc.gnu.org}. For help 17 changing GCC, ask @email{gcc@@gcc.gnu.org}. If you think you have found 28 @uref{http://gcc.gnu.org/faq.html#support}.
|
| /dflybsd-src/contrib/lvm2/dist/autoconf/ |
| H A D | config.guess | 829 …echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$… 833 …ME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu 843 echo ${UNAME_MACHINE}-unknown-linux-gnu 849 echo ${UNAME_MACHINE}-unknown-linux-gnu 852 echo cris-axis-linux-gnu 855 echo crisv32-axis-linux-gnu 858 echo frv-unknown-linux-gnu 861 echo ${UNAME_MACHINE}-unknown-linux-gnu 864 echo ${UNAME_MACHINE}-unknown-linux-gnu 867 echo ${UNAME_MACHINE}-unknown-linux-gnu [all …]
|
| /dflybsd-src/gnu/usr.bin/rcs/ |
| H A D | REFS | 5 $FreeBSD: src/gnu/usr.bin/rcs/REFS,v 1.5 1999/08/27 23:36:36 peter Exp $ 6 $DragonFly: src/gnu/usr.bin/rcs/REFS,v 1.2 2003/06/17 04:25:47 dillon Exp $ 31 <ftp://prep.ai.mit.edu/pub/gnu/> 45 <ftp://ftp.leo.org/pub/comp/os/os2/gnu/devtools/> DOS, OS/2 ports 46 <ftp://ftp.cc.utexas.edu/microlib/nt/gnu/> NT port 59 <ftp://prep.ai.mit.edu/pub/gnu/cvs-1.3.tar.gz> 67 <ftp://ftp.cc.utexas.edu/microlib/nt/gnu/> NT port
|
| /dflybsd-src/contrib/grep/ |
| H A D | README.DRAGONFLY | 5 http://ftp.gnu.org/gnu/grep 17 gnu/usr.bin/grep/libgreputils/*.h on master branch, but keep local adjustments
|
| /dflybsd-src/ |
| H A D | Makefile.inc1 | 36 SUBDIR+= gnu 1002 gnu/usr.bin/grep usr.bin/sort usr.bin/gzip \ 1045 _gcc47_cross= gnu/usr.bin/cc47 1046 _gcc80_cross= gnu/usr.bin/cc80 1047 _gcc_common_cross= lib/libz gnu/usr.bin/gmp gnu/usr.bin/mpfr gnu/usr.bin/mpc 1058 _binutils= gnu/usr.bin/${WORLD_BINUTILSVER} 1130 _startup_libs47= gnu/usr.bin/cc47/cc_prep \ 1131 gnu/usr.bin/cc47/cc_tools \ 1132 gnu/lib/gcc47/csu \ 1133 gnu/lib/gcc47/libgcc \ [all …]
|
| /dflybsd-src/gnu/lib/gcc80/libstdcxx/components/libconv_supc/ |
| H A D | Makefile | 29 gnu11_FLAGS= -std=gnu++11 34 gnu14_FLAGS= -std=gnu++14 -Wno-sized-deallocation 36 gnu1z_FLAGS= -std=gnu++1z
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | gnu | 3 # $File: gnu,v 1.24 2021/04/26 15:56:00 christos Exp $ 4 # gnu: file(1) magic for various GNU tools 11 # URL: https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html 12 # Reference: ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.gz/ 161 # From: James Youngman <jay@gnu.org> 162 # gnu find magic
|
| /dflybsd-src/contrib/gcc-8.0/ |
| H A D | README.DRAGONFLY | 5 http://ftp.gnu.org/gnu/gcc 23 --enable-lto --enable-plugin --enable-gnu-indirect-function
|
| /dflybsd-src/contrib/gcc-4.7/ |
| H A D | README.DELETED | 136 gcc/config/gnu-user.h 137 gcc/config/gnu-user.opt 138 gcc/config/gnu.h 162 gcc/config/i386/gnu-user.h 163 gcc/config/i386/gnu-user64.h 164 gcc/config/i386/gnu.h 172 gcc/config/i386/kfreebsd-gnu.h 174 gcc/config/i386/knetbsd-gnu.h 175 gcc/config/i386/kopensolaris-gnu.h 202 gcc/config/i386/t-gnu [all …]
|
| /dflybsd-src/gnu/lib/gcc80/libstdcxx/components/libconv_1998/ |
| H A D | Makefile | 34 deprecated_FLAGS= -std=gnu++98 -D_BACKWARD_BACKWARD_WARNING_H 36 gnu98_FLAGS= -std=gnu++98 38 gnu11_FLAGS= -std=gnu++11 -fno-implicit-templates
|
| /dflybsd-src/contrib/cvs-1.12/ |
| H A D | README.DRAGONFLY | 5 http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13
|
| /dflybsd-src/contrib/cvs-1.12/lib/ |
| H A D | README | 2 <http://savannah.gnu.org/projects/gnulib/>/<mailto:bug-gnulib@gnu.org>, and,
|