Home
last modified time | relevance | path

Searched refs:OBJCOPY (Results 1 – 7 of 7) sorted by relevance

/dragonfly/tools/tools/bus_autoconf/
HDbus_autoconf.sh29 OBJCOPY=objcopy
49 ${OBJCOPY} -j bus_autoconf_format -O binary ${F} bus_autoconf.ids 2> /dev/null
53 ${OBJCOPY} -j usb_host_id -O binary ${F} "usb_host_id,${G}" 2> /dev/null
57 ${OBJCOPY} -j usb_device_id -O binary ${F} "usb_device_id,${G}" 2> /dev/null
61 ${OBJCOPY} -j usb_dual_id -O binary ${F} "usb_dual_id,${G}" 2> /dev/null
/dragonfly/stand/boot/efi/boot1/
HDMakefile73 OBJCOPY?= objcopy macro
88 ${OBJCOPY} -j .peheader -j .text -j .sdata -j .data \
/dragonfly/stand/boot/efi/loader/
HDMakefile77 OBJCOPY?= objcopy macro
93 ${OBJCOPY} -j .peheader -j .text -j .sdata -j .data \
/dragonfly/sys/conf/
HDkern.post.mk28 ${OBJCOPY} --strip-debug ${FULLKERNEL} ${KERNEL}.stripped
130 …${OBJCOPY} --strip-debug ${DESTDIR}${DESTKERNDIR}/${DESTKERNNAME} ${DESTDIR}${DESTKERNDIR}.old/${D…
239 ${OBJCOPY} --strip-debug $$file ${DESTDIR}${DESTKERNDIR}.old/$${file##*/}; \
HDkern.pre.mk31 OBJCOPY?= objcopy
147 SYSTEM_LD_TAIL= @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \
HDkmod.mk66 OBJCOPY?= objcopy
305 ${OBJCOPY} --strip-debug ${DESTDIR}${KMODDIR}/${PROG}
/dragonfly/sys/platform/pc64/conf/
HDfiles56 # compile-with "${OBJCOPY} -S -O binary acpi_wakecode.o ${.TARGET}" \