Searched refs:bootstrap (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/crypto/des/
H A DDES.pm17 bootstrap DES;
/freebsd-11-stable/stand/efi/include/
H A Defi_drivers.h32 #include <bootstrap.h>
/freebsd-11-stable/stand/libsa/geli/
H A Dgeli_metadata.c31 #include <bootstrap.h>
H A Dgeliboot_internal.h43 #include <bootstrap.h>
/freebsd-11-stable/stand/i386/libi386/
H A Dnullconsole.c42 #include <bootstrap.h>
H A Dspinconsole.c42 #include <bootstrap.h>
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl180 @if gcc-bootstrap
182 @endif gcc-bootstrap
316 # overrideable (for a bootstrap build stage1 also builds gcc.info).
355 # During gcc bootstrap, if we use some random cc for stage1 then
408 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
409 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
511 # The target built for a native non-bootstrap build.
514 @if gcc-bootstrap
519 @endif gcc-bootstrap
534 [+ FOR host_modules +][+ IF bootstrap
[all...]
/freebsd-11-stable/stand/mips/beri/loader/
H A Dberi_console.c36 #include <bootstrap.h>
H A Darch.c39 #include <bootstrap.h>
/freebsd-11-stable/targets/
H A DMakefile.inc12 .if make(bootstrap*) || !exists(${_CURDIR}/${.MAKE.DEPENDFILE:T})
/freebsd-11-stable/targets/pseudo/bootstrap-tools/
H A DMakefile1 # $FreeBSD: stable/11/targets/pseudo/bootstrap-tools/Makefile 363496 2020-07-24 20:54:07Z dim $
5 all: bootstrap-toolchain
60 bootstrap-tools: legacy
61 build-tools: bootstrap-tools
64 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS}
87 bootstrap-toolchain: .MAKE cross-tools
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dhi_locl.h66 #include <servers/bootstrap.h>
/freebsd-11-stable/stand/pc98/loader/
H A Dconf.c31 #include <bootstrap.h>
37 * the bootstrap. So it's easier to conditionalise things
94 * data structures from bootstrap.h as well.
/freebsd-11-stable/stand/efi/loader/
H A Dconf.c31 #include <bootstrap.h>
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk5 # It will bootstrap the new version,
53 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
68 after-import: bootstrap ${MAKEFILE}
85 _makefile: bootstrap ${MAKEFILE}
96 echo 'CLEANFILES+= bootstrap'; echo; \
/freebsd-11-stable/sys/mips/atheros/
H A Dqca953x_chip.c78 uint32_t bootstrap; local
80 bootstrap = ATH_READ_REG(QCA953X_RESET_REG_BOOTSTRAP);
81 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40)
279 uint32_t bootstrap; local
281 bootstrap = ATH_READ_REG(QCA953X_RESET_REG_BOOTSTRAP);
/freebsd-11-stable/usr.bin/clang/
H A Dllvm.prog.mk9 # Special case for the bootstrap-tools phase.
/freebsd-11-stable/contrib/openbsm/bin/audit/
H A Daudit.c64 #include <servers/bootstrap.h>
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.h38 AOPT('B', const char *, bootstrap, -1, "Bootstrap file") \
/freebsd-11-stable/stand/i386/libfirewire/
H A Ddconsole.c30 #include <bootstrap.h>
/freebsd-11-stable/stand/i386/mbr/
H A Dmbr.s42 # we load in the bootstrap from the partition to boot.
121 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it
122 # is present, execute the bootstrap we just loaded.
126 jmp *%bx # Invoke bootstrap
/freebsd-11-stable/stand/i386/loader/
H A Dconf.c31 #include <bootstrap.h>
40 * the bootstrap. So it's easier to conditionalise things
138 * data structures from bootstrap.h as well.
/freebsd-11-stable/release/
H A DMakefile.azure38 env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi88 for @command{make} is to do a full three-stage bootstrap. This means
100 example, continue a bootstrap after fixing a bug which causes the
104 by mistake), and avoids spurious bootstrap comparison
112 @item bootstrap-lean
113 Like @code{bootstrap}, except that the various stages are removed once
118 Performs only the first two stages of bootstrap. Unlike a three-stage
119 bootstrap, this does not perform a comparison to test that the compiler
121 bootstrap is approximately independent of the number of stages.
132 Remove everything (@samp{make clean}) and rebuilds (@samp{make bootstrap}).
145 Restart a bootstrap, s
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot.s36 # Read bootstrap program and jump to it.
63 # Step 2: Calculate the segment address of the bootstrap routine
72 # Step 3: Read bootstrap code
125 # Jump to bootstrap code

Completed in 134 milliseconds

1234