Searched refs:BOOT_RELOC (Results 1 - 10 of 10) sorted by relevance

/src/sys/arch/sbmips/stand/
H A DMakefile.bootxx6 BOOT_RELOC = ${PRIMARY_LOAD_ADDRESS}
34 ${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \
/src/sys/arch/evbmips/stand/sbmips/
H A DMakefile.bootxx6 BOOT_RELOC = ${PRIMARY_LOAD_ADDRESS}
34 ${LD} ${LDABI} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \
/src/sys/arch/alpha/stand/boot/
H A DMakefile11 BOOT_RELOC = ${SECONDARY_LOAD_ADDRESS} macro
34 ${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \
/src/sys/arch/alpha/stand/netboot/
H A DMakefile10 BOOT_RELOC = ${UNIFIED_LOAD_ADDRESS} macro
30 ${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \
/src/sys/arch/alpha/stand/ustarboot/
H A DMakefile8 BOOT_RELOC = ${UNIFIED_LOAD_ADDRESS} macro
32 ${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \
/src/sys/arch/alpha/stand/
H A DMakefile.bootxx9 BOOT_RELOC = ${PRIMARY_LOAD_ADDRESS}
47 ${LD} -T ${PROG}.lds -Ttext ${BOOT_RELOC} -N -e start \
/src/sys/arch/sbmips/stand/boot/
H A DMakefile8 BOOT_RELOC = ${SECONDARY_LOAD_ADDRESS} macro
/src/sys/arch/sbmips/stand/netboot/
H A DMakefile9 BOOT_RELOC = ${UNIFIED_LOAD_ADDRESS} macro
/src/sys/arch/evbmips/stand/sbmips/boot/
H A DMakefile8 BOOT_RELOC = ${SECONDARY_LOAD_ADDRESS} macro
/src/sys/arch/evbmips/stand/sbmips/netboot/
H A DMakefile9 BOOT_RELOC = ${UNIFIED_LOAD_ADDRESS} macro

Completed in 15 milliseconds