Searched refs:gnu (Results 1 - 25 of 83) sorted by relevance

1234

/src/sys/external/bsd/gnu-efi/dist/
H A DMakefile109 @rm -rf /tmp/gnu-efi-$(VERSION) /tmp/gnu-efi-$(VERSION)-tmp
110 @mkdir -p /tmp/gnu-efi-$(VERSION)-tmp
111 @git archive --format=tar $(shell git branch | awk '/^*/ { print $$2 }') | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
112 @git diff | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; patch -s -p1 -b -z .gitdiff )
113 @mv /tmp/gnu-efi-$(VERSION)-tmp/ /tmp/gnu-efi-$(VERSION)/
114 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
115 @rm -rf /tmp/gnu
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors_memintrinsics.cc40 extern "C" decltype(__asan_memcpy) memcpy[[gnu::alias("__asan_memcpy")]];
41 extern "C" decltype(__asan_memmove) memmove[[gnu::alias("__asan_memmove")]];
42 extern "C" decltype(__asan_memset) memset[[gnu::alias("__asan_memset")]];
/src/sys/external/bsd/gnu-efi/dist/gnuefi/
H A Delf_ia64_efi.lds10 /* .hash and/or .gnu.hash MUST come first! */
12 .gnu.hash : { *(.gnu.hash) }
19 *(.gnu.linkonce.t.*)
42 *(.gnu.linkonce.d*)
50 .note.gnu.build-id : { *(.note.gnu.build-id) }
61 *(.rela.gnu.linkonce.d*)
H A Delf_ia32_efi.lds10 /* .hash and/or .gnu.hash MUST come first! */
12 .gnu.hash : { *(.gnu.hash) }
19 *(.gnu.linkonce.t.*)
53 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_ia32_fbsd_efi.lds10 /* .hash and/or .gnu.hash MUST come first! */
12 .gnu.hash : { *(.gnu.hash) }
19 *(.gnu.linkonce.t.*)
53 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_x86_64_efi.lds11 /* .hash and/or .gnu.hash MUST come first! */
13 .gnu.hash : { *(.gnu.hash) }
25 *(.gnu.linkonce.t.*)
53 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_x86_64_fbsd_efi.lds11 /* .hash and/or .gnu.hash MUST come first! */
13 .gnu.hash : { *(.gnu.hash) }
50 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_aarch64_efi.lds13 *(.gnu.linkonce.t.*)
57 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_arm_efi.lds13 *(.gnu.linkonce.t.*)
57 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_mips64el_efi.lds13 *(.gnu.linkonce.t.*)
57 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_riscv64_efi.lds15 *(.gnu.linkonce.t.*)
69 .note.gnu.build-id :
70 { *(.note.gnu.build-id) }
/src/sys/external/bsd/gnu-efi/
H A Dgnu-efi2netbsd3 # $NetBSD: gnu-efi2netbsd,v 1.2 2024/09/08 09:36:51 rillig Exp $
29 # gnu-efi2netbsd: convert a gnu-efi source tree into a
30 # NetBSD gnu-efi source tree, under src/sys/external/bsd,
32 # Rough instructions for importing new gnu-efi release:
35 # $ tar xpfz /new/gnu-efi/release/tar/file
36 # $ sh /usr/src/sys/external/bsd/gnu-efi/gnu-efi2netbsd gnu-efi-x.y
37 # $ cd gnu
[all...]
/src/tools/isl/
H A DMakefile13 HOST_CXXFLAGS+= -std=gnu++17
/src/sys/arch/hppa/conf/
H A Dld.script18 /* .gnu.warning sections are handled specially by elf32.em. */
19 *(.gnu.warning)
/src/usr.bin/crunch/examples/
H A Dfreebsd-filesystem.conf3 srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
H A Dreally-big.conf100 srcdirs /usr/src/gnu/usr.bin
105 srcdirs /usr/src/gnu/usr.bin/ld # ldd and ldconfig
113 # srcdirs /usr/src/gnu/usr.bin/rcs # rcs subsystem
116 # special rcs srcdir /usr/src/gnu/usr.bin/rcs/rcs
117 # libs /usr/src/gnu/usr.bin/rcs/lib/obj/librcs.a
121 # special gdb srcdir /usr/src/gnu/usr.bin/gdb/gdb
122 # libs /usr/src/gnu/usr.bin/gdb/bfd/obj/libbfd.a
123 # libs /usr/src/gnu/usr.bin/gdb/readline/obj/libreadline.a
124 # libs /usr/src/gnu/usr.bin/gdb/libiberty/obj/libiberty.a
127 # srcdirs /usr/src/gnu/us
[all...]
H A Dfixit.conf9 srcdirs /usr/src/gnu/usr.bin
35 # gnu stuff
/src/tests/libexec/ld.elf_so/
H A Dt_hash.c163 ATF_TC(gnu);
164 ATF_TC_HEAD(gnu, tc)
168 ATF_TC_BODY(gnu, tc)
214 ATF_TP_ADD_TC(tp, gnu);
/src/sys/arch/ia64/stand/ia64/
H A DMakefile.booters18 IA64_EFI_DIR= $S/external/bsd/gnu-efi/dist
/src/sys/external/isc/libsodium/dist/build-aux/
H A Dmissing20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
60 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
63 Send bug reports to <bug-automake@gnu.org>."
106 gnu_software_URL=http://www.gnu.org/software
133 s/^gnu-//; t
134 s/^gnu//; t
/src/sys/external/isc/libsodium/dist/
H A Dmissing20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
60 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
63 Send bug reports to <bug-automake@gnu.org>."
106 gnu_software_URL=http://www.gnu.org/software
133 s/^gnu-//; t
134 s/^gnu//; t
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/
H A DMakefile93 CFLAGS_$(AMDDALPATH)/dc/clk_mgr/dcn21/rn_clk_mgr.o := $(call cc-option,-mno-gnu-attribute)
/src/lib/librumpuser/build-aux/
H A Dmissing20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
60 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
63 Send bug reports to <bug-automake@gnu.org>."
106 gnu_software_URL=http://www.gnu.org/software
133 s/^gnu-//; t
134 s/^gnu//; t
/src/distrib/ews4800mips/floppies/instkernel/
H A DMakefile11 MDSET_STRIPSECTIONS= -R .MIPS.abiflags -R .gnu.attributes -R .pdr -R .reginfo
/src/sys/arch/vax/include/
H A Dasm.h114 .pushsection .gnu.warning. ## sym; \
119 .pushsection .gnu.warning./**/sym; \

Completed in 15 milliseconds

1234