Searched refs:ORG1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/gptboot/
H A DMakefile15 ORG1= 0x7c00 macro
59 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o
/freebsd-9.3-release/sys/boot/i386/gptzfsboot/
H A DMakefile16 ORG1= 0x7c00 macro
56 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A DMakefile14 ORG1= 0x7c00 macro
52 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} zfsldr.o
/freebsd-9.3-release/sys/boot/i386/boot2/
H A DMakefile17 ORG1= 0x7c00 macro
64 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
99 { x = $$1 - ORG1; \
101 ORG1=`printf "%d" ${ORG1}` \
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A DMakefile18 ORG1= 0 macro
73 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
107 { x = $$1 - ORG1; \
109 ORG1=`printf "%d" ${ORG1}` \

Completed in 61 milliseconds