HomeSort by relevance Sort by last modified time
    Searched full:stage1 (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/grub/stage1/
Makefile.am 2 nodist_pkglib_DATA = stage1
10 noinst_PROGRAMS = stage1.exec
11 stage1_exec_SOURCES = stage1.S stage1.h
Makefile.in 41 noinst_PROGRAMS = stage1.exec$(EXEEXT)
42 subdir = stage1
53 am_stage1_exec_OBJECTS = stage1.$(OBJEXT)
186 nodist_pkglib_DATA = stage1
191 stage1_exec_SOURCES = stage1.S stage1.h
206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu stage1/Makefile'; \
208 $(AUTOMAKE) --gnu stage1/Makefile
229 stage1.exec$(EXEEXT): $(stage1_exec_OBJECTS) $(stage1_exec_DEPENDENCIES)
230 @rm -f stage1.exec$(EXEEXT
    [all...]
stage1.S 21 #include <stage1.h>
38 .file "stage1.S"
  /external/grub/
Makefile.am 3 SUBDIRS = netboot stage2 stage1 lib grub util docs
Android.mk 24 # First, build stage1
27 stage1/stage1.S
35 LOCAL_C_INCLUDES := $(LOCAL_PATH)/stage1
97 $(LOCAL_PATH)/stage1 \
132 $(LOCAL_PATH)/stage1 \
180 ## Generate a full stage1+stage2 bin that we can just drop @ offset 0 on disk
ChangeLog 49 * stage1/stage1.h (STAGE1_BOOT_DRIVE_CHECK): New macro.
52 * stage1/stage1.S (boot_drive_check): New label. This implements
149 * stage1/Makefile.am: Move stage files to pkglibdir.
352 * stage2/char_io.c (grub_memcmp): Define for stage1.5 too.
372 * stage1/Makefile.am (.exec): Use suffix rules instead of pattern
491 * stage1/stage1.h (GRUB_INVALID_DRIVE): New macro.
493 * stage1/stage1.S (boot_drive): Use the macro GRUB_INVALID_DRIVE
    [all...]
AUTHORS 3 Heiko Schroeder rewrote shared_src/stage1.S to be more readable.
acinclude.m4 90 dnl stage1/stage1.S.
  /external/grub/lib/
Makefile.am 4 -I$(top_srcdir)/stage1
  /external/grub/grub/
Makefile.am 14 -I$(top_srcdir)/stage1 -I$(top_srcdir)/lib
  /external/grub/util/
grub-image 42 stage1dir="$thisdir/../stage1"
65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
grub-image.in 42 stage1dir="$thisdir/../stage1"
65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
grub-install 306 if test -f "$pkglibdir/stage1"; then
309 echo "${pkglibdir}/stage1: Not found." 1>&2
410 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
414 ${pkglibdir}/stage1 ${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
425 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
grub-install.in 306 if test -f "$pkglibdir/stage1"; then
309 echo "${pkglibdir}/stage1: Not found." 1>&2
410 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
414 ${pkglibdir}/stage1 ${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
425 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
  /external/icu4c/tools/makeconv/
gencnvex.c 58 uint16_t stage1[MBCS_STAGE_1_SIZE]; member in struct:CnvExtData
232 udata_writeBlock(pData, extData->stage1, extData->stage1Top*2);
245 if(extData->stage1[i]!=length) {
246 printf("stage1[%04x]=%04x\n", i, extData->stage1[i]);
840 if(extData->stage1[i1]==0) {
848 extData->stage1[i1]=(uint16_t)newBlock;
856 i2=extData->stage1[i1]+nextOffset;
1010 uint16_t *stage1; local
    [all...]
genmbcs.cpp 44 uint16_t stage1[MBCS_STAGE_1_SIZE]; member in struct:MBCSData
273 mbcsData->stage1[i]=sum;
287 mbcsData->stage2Single[mbcsData->stage1[0]+i]=sum;
293 mbcsData->stage2[mbcsData->stage1[0]+i]=sum;
589 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) {
609 mbcsData->stage1[idx]=(uint16_t)newBlock;
614 idx=mbcsData->stage1[idx]+nextOffset;
719 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) {
742 mbcsData->stage1[i++]=(uint16_t)newBlock;
749 idx=mbcsData->stage1[idx]+nextOffset
    [all...]
genmbcs.h 89 /* size of the single-stage table for up to U+d7ff (used instead of stage1/2) */
  /external/valgrind/main/coregrind/
pub_core_libcproc.h 58 /* The full name of Valgrind's stage1 (launcher) executable. This is
59 set by stage1 and read by stage2, and is used for recursive
  /external/grub/stage2/
start.S 60 * we continue to use the stack for stage1 and assume that
61 * some registers are set to correct values. See stage1.S
342 notification_string: .string "Loading stage1.5"
Makefile.am 13 # For <stage1.h>.
14 INCLUDES = -I$(top_srcdir)/stage1
start_eltorito.S 28 #include "stage1.h"
269 notification_string: .string "Loading stage1.5 "
  /external/grub/netboot/
Makefile.am 1 # For <shared.h> and <stage1.h>.
2 INCLUDES = -I$(top_srcdir)/stage2 -I$(top_srcdir)/stage1
  /external/grub/docs/
internals.texi 121 See the file @file{stage1/stage1.S}, for more information.
313 Thus, all Stage1 must do is just load Stage2 or Stage1.5. But even if
grub.texi 483 you need to copy the files @file{stage1}, @file{stage2}, and
504 To create a GRUB boot floppy, you need to take the files @file{stage1}
517 # @kbd{dd if=stage1 of=/dev/fd0 bs=512 count=1}
533 @strong{Caution:} Installing GRUB's stage1 in this manner will erase the
540 GRUB's stage1. This isn't as important if you are installing GRUB on
564 grub> @kbd{find /boot/grub/stage1}
567 This will search for the file name @file{/boot/grub/stage1} and show the
690 @file{menu.lst}. You don't need to use @file{stage1} or @file{stage2},
    [all...]
grub.info 434 to copy the files `stage1', `stage2', and `*stage1_5' to the directory
456 To create a GRUB boot floppy, you need to take the files `stage1' and
467 # dd if=stage1 of=/dev/fd0 bs=512 count=1
484 *Caution:* Installing GRUB's stage1 in this manner will erase the
491 GRUB's stage1. This isn't as important if you are installing GRUB on
510 grub> find /boot/grub/stage1
512 This will search for the file name `/boot/grub/stage1' and show the
626 `menu.lst'. You don't need to use `stage1' or `stage2', because El
    [all...]

Completed in 264 milliseconds

1 2 3