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

/freebsd-13-stable/stand/i386/gptboot/
H A DMakefile15 ORG1= 0x7c00 macro
55 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
/freebsd-13-stable/stand/i386/gptzfsboot/
H A DMakefile17 ORG1= 0x7c00 macro
67 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
/freebsd-13-stable/stand/i386/isoboot/
H A DMakefile16 ORG1= 0x7c00 macro
53 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
/freebsd-13-stable/stand/i386/zfsboot/
H A DMakefile15 ORG1= 0x7c00 macro
60 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} zfsldr.o
/freebsd-13-stable/stand/i386/boot2/
H A DMakefile15 ORG1= 0x7c00 macro
55 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} boot1.o
89 { x = $$1 - ORG1; \
91 ORG1=`printf "%d" ${ORG1}` \

Completed in 114 milliseconds