Home
last modified time | relevance | path

Searched refs:stage1 (Results 1 – 25 of 30) sorted by relevance

12

/external/grub/stage1/
DMakefile.am2 nodist_pkglib_DATA = stage1 data
10 noinst_PROGRAMS = stage1.exec
11 stage1_exec_SOURCES = stage1.S stage1.h
DMakefile.in41 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
208 $(AUTOMAKE) --gnu stage1/Makefile
229 stage1.exec$(EXEEXT): $(stage1_exec_OBJECTS) $(stage1_exec_DEPENDENCIES)
230 @rm -f stage1.exec$(EXEEXT)
/external/grub/
DAndroid.mk27 stage1/stage1.S
35 LOCAL_C_INCLUDES := $(LOCAL_PATH)/stage1
97 $(LOCAL_PATH)/stage1 \
132 $(LOCAL_PATH)/stage1 \
DChangeLog49 * 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.
651 * stage1/Makefile.am (AM_ASFLAGS): Renamed to ...
875 * stage1/stage1.h (STAGE1_BOOT_DRIVE_MASK): New macro.
877 * stage1/stage1.S (boot_drive_mask): New variable. It is or'ed
[all …]
DMakefile.am3 SUBDIRS = netboot stage2 stage1 lib grub util docs subdir
DAUTHORS3 Heiko Schroeder rewrote shared_src/stage1.S to be more readable.
Dacinclude.m490 dnl stage1/stage1.S.
DMakefile.in188 SUBDIRS = netboot stage2 stage1 lib grub util docs
/external/icu4c/tools/makeconv/
Dgenmbcs.c44 uint16_t stage1[MBCS_STAGE_1_SIZE]; member
273 mbcsData->stage1[i]=sum; in MBCSStartMappings()
287 mbcsData->stage2Single[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
293 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
589 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) { in MBCSSingleAddFromUnicode()
609 mbcsData->stage1[idx]=(uint16_t)newBlock; in MBCSSingleAddFromUnicode()
614 idx=mbcsData->stage1[idx]+nextOffset; in MBCSSingleAddFromUnicode()
719 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) { in MBCSAddFromUnicode()
742 mbcsData->stage1[i++]=(uint16_t)newBlock; in MBCSAddFromUnicode()
749 idx=mbcsData->stage1[idx]+nextOffset; in MBCSAddFromUnicode()
[all …]
Dgencnvex.c58 uint16_t stage1[MBCS_STAGE_1_SIZE]; member
231 udata_writeBlock(pData, extData->stage1, extData->stage1Top*2); in CnvExtWrite()
244 if(extData->stage1[i]!=length) { in CnvExtWrite()
245 printf("stage1[%04x]=%04x\n", i, extData->stage1[i]); in CnvExtWrite()
839 if(extData->stage1[i1]==0) { in addFromUTrieEntry()
847 extData->stage1[i1]=(uint16_t)newBlock; in addFromUTrieEntry()
855 i2=extData->stage1[i1]+nextOffset; in addFromUTrieEntry()
1009 uint16_t *stage1; in makeFromUTable() local
1042 stage1=extData->stage1; in makeFromUTable()
1045 stage1[i]=(uint16_t)(stage1[i]+stage1Top); in makeFromUTable()
/external/grub/util/
Dgrub-image.in65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
Dgrub-image65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
Dgrub-install410 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
Dgrub-install.in410 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/grub/lib/
DMakefile.am4 -I$(top_srcdir)/stage1
DMakefile.in182 -I$(top_srcdir)/stage1
/external/grub/grub/
DMakefile.am14 -I$(top_srcdir)/stage1 -I$(top_srcdir)/lib
DMakefile.in188 -I$(top_srcdir)/stage1 -I$(top_srcdir)/lib
/external/grub/stage2/
Dbuiltins.c3844 char stage1[64]; in setup_func() local
4011 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4012 if (! check_file (stage1)) in setup_func()
4016 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4017 if (! check_file (stage1)) in setup_func()
4023 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4024 if (! check_file (stage1)) in setup_func()
4078 stage1, in setup_func()
4096 stage1, in setup_func()
DMakefile.am14 INCLUDES = -I$(top_srcdir)/stage1
/external/grub/netboot/
DMakefile.am2 INCLUDES = -I$(top_srcdir)/stage2 -I$(top_srcdir)/stage1
/external/icu4c/common/
Ducnvmbcs.c1341 uint16_t *stage1; in reconstituteData() local
1353 stage1=(uint16_t *)mbcsTable->reconstitutedData; in reconstituteData()
1354 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()
1356 stage2=(uint32_t *)(stage1+stage1Length); in reconstituteData()
1361 mbcsTable->fromUnicodeTable=stage1; in reconstituteData()
1365 stage2=(uint32_t *)stage1; in reconstituteData()
1374 st2=stage1[st1]; in reconstituteData()
/external/grub/docs/
Dgrub.info434 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
1571 `stage1'
1577 All `stage1' must do is to load Stage 2 or Stage 1.5 from a local
[all …]
Dgrub.texi483 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},
1759 @item stage1
1764 All @file{stage1} must do is to load Stage 2 or Stage 1.5 from a local
[all …]
Dinternals.texi121 See the file @file{stage1/stage1.S}, for more information.

12