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

/freebsd-12-stable/stand/i386/gptboot/
H A DMakefile15 ORG1= 0x7c00 macro
54 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
/freebsd-12-stable/stand/i386/gptzfsboot/
H A DMakefile17 ORG1= 0x7c00 macro
60 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
/freebsd-12-stable/stand/i386/isoboot/
H A DMakefile16 ORG1= 0x7c00 macro
56 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
/freebsd-12-stable/stand/i386/zfsboot/
H A DMakefile15 ORG1= 0x7c00 macro
52 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} zfsldr.o
/freebsd-12-stable/stand/i386/boot2/
H A DMakefile15 ORG1= 0x7c00 macro
59 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} boot1.o
93 { x = $$1 - ORG1; \
95 ORG1=`printf "%d" ${ORG1}` \

Completed in 108 milliseconds