Searched refs:loader (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-11.0-release/sys/boot/mips/beri/loader/
H A Dmain.c32 __FBSDID("$FreeBSD: releng/11.0/sys/boot/mips/beri/loader/main.c 269153 2014-07-27 16:12:51Z marcel $");
43 #include <loader.h>
196 printf("error: loader abort\n");
204 printf("error: loader exit\n");
212 printf("error: loader longjmp error\n");
/freebsd-11.0-release/release/tools/
H A Dgce.conf31 cat << EOF >> ${DESTDIR}/boot/loader.conf
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1370 # MBR boot loader touch-up
1381 f_dprintf "$funcname: Updating MBR boot loader on disks..."
1382 # Stick the ZFS boot loader in the "convenient hole" after
1423 $BSDINSTALL_TMPBOOT/loader.conf.root || return $FAILURE
1433 # Last, but not least... required lines for rc.conf(5)/loader.conf(5)
1435 f_dprintf "%s: Configuring rc.conf(5)/loader.conf(5) additions..." \
1441 $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
1444 $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
1449 $BSDINSTALL_TMPBOOT/loader.conf.gmirror ||
1461 $BSDINSTALL_TMPBOOT/loader
[all...]
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S32 # binary. Then we attempt to load /boot/loader from the CD we were booted
53 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
354 # Setup the arguments that the loader is expecting from boot[12]
387 # Try to look up the loader binary using the paths in the loader_paths
409 lookup_found: # Found a loader file
448 # Relocate the loader and BTX using a very lazy protected mode
483 mov MEM_READ_BUFFER+AOUT_ENTRY,%esi # %esi -> relocated loader
484 add $MEM_BTX_OFFSET,%esi # %esi -> BTX in the loader
742 # the loader
782 msg_bootinfo: .asciz "Building the boot loader argument
[all...]
/freebsd-11.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S36 # binary. Then we attempt to load /boot/loader from the CD we were booted
52 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
98 # We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
117 # Setup the arguments that the loader is expecting from boot[12]
150 # Try to look up the loader binary using the paths in the loader_paths
168 lookup_found: # Found a loader file
204 # Relocate the loader and BTX using a very lazy protected mode
239 mov MEM_READ_BUFFER+AOUT_ENTRY,%esi # %esi -> relocated loader
240 add $MEM_BTX_OFFSET,%esi # %esi -> BTX in the loader
534 # the loader
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_mac.cc30 #include <mach-o/loader.h>
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dexception.S132 #define FILL(loader, base, size, asi) \
133 loader [base + (0 * size)] asi, %l0 ; \
134 loader [base + (1 * size)] asi, %l1 ; \
135 loader [base + (2 * size)] asi, %l2 ; \
136 loader [base + (3 * size)] asi, %l3 ; \
137 loader [base + (4 * size)] asi, %l4 ; \
138 loader [base + (5 * size)] asi, %l5 ; \
139 loader [base + (6 * size)] asi, %l6 ; \
140 loader [base + (7 * size)] asi, %l7 ; \
141 loader [bas
[all...]
/freebsd-11.0-release/contrib/bmake/mk/sys/
H A DHP-UX.mk26 # +s tells the dynamic loader to use SHLIB_PATH if set
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsolib-osf.c31 1) Peek around in the runtime loader structures.
61 # include <loader.h>
65 /* Definition of runtime loader structures, found by experimentation. */
127 int isloader; /* whether the module is /sbin/loader */
334 But we are stopped in the runtime loader and we do not have symbols
335 for the runtime loader. So heuristic_proc_start will be called
391 /* Initialize SO to have module NAME, /sbin/loader indicator ISLOADR, and
538 /sbin/loader. */
576 /* The first module after /sbin/loader is the main program. */
601 library, gdb might stop inside the dynamic loader cod
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp864 DynamicLoader *loader = process->GetDynamicLoader(); local
865 if (loader)
867 Error error = loader->CanLoadImage();
/freebsd-11.0-release/share/examples/
H A DMakefile56 bootforth/loader.rc \
/freebsd-11.0-release/tools/tools/tinybsd/
H A Dtinybsd471 ) > ${IMGMNT}/boot/loader.rc
/freebsd-11.0-release/release/picobsd/build/
H A Dpicobsd728 log "for a shared 'crunch' take libraries and dynamic loader as well"
868 # XXX loader.conf does not work unless we also load the .4th files
869 # echo "hint.acpi.0.disabled=\"1\"" > ${dst}/boot/loader.conf
870 # echo "console=\"comconsole\"" >> ${dst}/boot/loader.conf
871 local blf="loader* *.4th" # loader.rc loader.4th support.4th"
872 (cd /boot; cp -p loader ${dst}/boot) || fail $? no_space "copying bootloader"
873 cp ${MY_TREE}/floppy.tree/boot/loader.conf ${dst}/boot || true
/freebsd-11.0-release/contrib/subversion/
H A Dbuild-outputs.mk421 libsvn_fs_DEPS = $(SVN_FS_LIB_DEPS) subversion/libsvn_fs/access.lo subversion/libsvn_fs/deprecated.lo subversion/libsvn_fs/editor.lo subversion/libsvn_fs/fs-loader.lo subversion/libsvn_fs_util/libsvn_fs_util-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
422 libsvn_fs_OBJECTS = access.lo deprecated.lo editor.lo fs-loader.lo
2549 subversion/libsvn_fs/access.lo: subversion/libsvn_fs/access.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_mutex.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h
2553 subversion/libsvn_fs/editor.lo: subversion/libsvn_fs/editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mutex.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/svn_private_config.h
2555 subversion/libsvn_fs/fs-loader.lo: subversion/libsvn_fs/fs-loader.c subversion/include/private/svn_atomic.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_mutex.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_utf_private.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_xml.h subversion/libsvn_fs/fs-loader.h subversion/svn_private_config.h
2557 subversion/libsvn_fs_base/bdb/bdb-err.lo: subversion/libsvn_fs_base/bdb/bdb-err.c subversion/include/private/svn_debug.h subversion/include/private/svn_mutex.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb-err.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/svn_private_config.h
2561 subversion/libsvn_fs_base/bdb/changes-table.lo: subversion/libsvn_fs_base/bdb/changes-table.c subversion/include/private/svn_debug.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mutex.h subversion/include/private/svn_skel.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb-err.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/changes-table.h subversion/libsvn_fs_base/bdb/dbt.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/id.h subversion/libsvn_fs_base/trail.h subversion/libsvn_fs_base/util/fs_skels.h subversion/svn_private_config.h
2563 subversion/libsvn_fs_base/bdb/checksum-reps-table.lo: subversion/libsvn_fs_base/bdb/checksum-reps-table.c subversion/include/private/svn_debug.h subversion/include/private/svn_mutex.h subversion/include/private/svn_skel.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader
[all...]
H A Dbuild.conf207 description = Subversion remote repository dumper and loader
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp2092 // The default implementation is to ask the dynamic loader for it.
2094 DynamicLoader *loader = GetProcess()->GetDynamicLoader(); local
2095 if (loader)
2096 return loader->GetThreadLocalData (module, shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c2 #include <mach-o/loader.h>
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c69 #include <mach-o/loader.h>
/freebsd-11.0-release/contrib/tcsh/
H A Dtc.os.c1439 #include <apollo/loader.h>

Completed in 361 milliseconds

123