Searched refs:OBJCOPY (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_autoconf.sh31 OBJCOPY=objcopy
53 ${OBJCOPY} -j bus_autoconf_format -O binary ${F} bus_autoconf.ids 2> /dev/null
57 ${OBJCOPY} -j usb_host_id -O binary ${F} "usb_host_id,${G}" 2> /dev/null
61 ${OBJCOPY} -j usb_device_id -O binary ${F} "usb_device_id,${G}" 2> /dev/null
65 ${OBJCOPY} -j usb_dual_id -O binary ${F} "usb_dual_id,${G}" 2> /dev/null
/freebsd-11-stable/stand/i386/gptboot/
H A DMakefile51 ${OBJCOPY} -S -O binary gptldr.out ${.TARGET}
60 ${OBJCOPY} -S -O binary gptboot.out ${.TARGET}
/freebsd-11-stable/stand/i386/isoboot/
H A DMakefile53 ${OBJCOPY} -S -O binary gptldr.out ${.TARGET}
62 ${OBJCOPY} -S -O binary isoboot.out ${.TARGET}
/freebsd-11-stable/stand/i386/zfsboot/
H A DMakefile47 ${OBJCOPY} -S -O binary zfsldr.out ${.TARGET}
73 ${OBJCOPY} -S -O binary zfsboot.out ${.TARGET}
/freebsd-11-stable/stand/i386/gptzfsboot/
H A DMakefile55 ${OBJCOPY} -S -O binary gptldr.out ${.TARGET}
64 ${OBJCOPY} -S -O binary gptzfsboot.out ${.TARGET}
/freebsd-11-stable/stand/pc98/boot0.5/
H A DMakefile23 ${OBJCOPY} -S -O binary ${BOOT}.out ${.TARGET}
/freebsd-11-stable/lib/csu/i386/
H A DMakefile44 ${OBJCOPY} --localize-symbol _start1 crt1.o
55 ${OBJCOPY} --localize-symbol _start1 Scrt1.o
/freebsd-11-stable/sys/conf/
H A DMakefile.mips69 ${OBJCOPY} --strip-symbol '$$d' --strip-symbol '$$a' \
78 ${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.elf \
H A DMakefile.arm71 ${OBJCOPY} -S -O binary ${FULLKERNEL}.noheader \
95 ${OBJCOPY} --strip-symbol '$$d' --strip-symbol '$$a' \
106 ${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.noheader \
108 ${OBJCOPY} ${STRIP_FLAGS} ${KERNEL_KO}.tmp
124 ${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.noheader \
H A Dkmod.mk70 OBJCOPY?= objcopy macro
218 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROG}.debug \
221 ${OBJCOPY} --only-keep-debug ${FULLPROG} ${.TARGET}
229 ${OBJCOPY} --strip-debug ${.TARGET}
257 export_syms | xargs -J% ${OBJCOPY} % ${.TARGET}
261 ${OBJCOPY} --strip-debug ${.TARGET}
H A Dkern.post.mk127 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${KERNEL_KO}.debug \
130 ${OBJCOPY} --only-keep-debug ${FULLKERNEL} ${.TARGET}
157 ${OBJCOPY} --strip-debug ${.TARGET}
395 ${OBJCOPY} --input-target binary \
399 ${OBJCOPY} \
/freebsd-11-stable/sys/modules/cloudabi64/
H A DMakefile33 ${OBJCOPY} --input-target binary \
/freebsd-11-stable/sys/modules/cloudabi32/
H A DMakefile37 ${OBJCOPY} --input-target binary \
/freebsd-11-stable/stand/mips/uboot/
H A DMakefile52 ${OBJCOPY} -S -O binary ubldr ubldr.bin
/freebsd-11-stable/stand/pc98/boot2/
H A DMakefile71 ${OBJCOPY} -S -O binary boot1.out ${.TARGET}
92 ${OBJCOPY} -S -O binary boot2.out ${.TARGET}
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile56 ${OBJCOPY} -S -O binary boot1.out ${.TARGET}
79 ${OBJCOPY} -S -O binary boot2.out ${.TARGET}
/freebsd-11-stable/stand/mips/beri/boot2/
H A DMakefile66 ${OBJCOPY} -S -O binary ${.TARGET}.elf ${.TARGET}
/freebsd-11-stable/stand/arm/uboot/
H A DMakefile64 ${OBJCOPY} -S -O binary ubldr.pie ${.TARGET}
/freebsd-11-stable/sys/modules/linux64/
H A DMakefile39 ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \
/freebsd-11-stable/sys/modules/linux/
H A DMakefile65 ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \
70 ${OBJCOPY} --input-target binary --output-target elf32-i386-freebsd \
/freebsd-11-stable/
H A DMakefile.libcompat23 OBJCOPY="${XOBJCOPY}"
34 OBJCOPY="${XOBJCOPY}"
/freebsd-11-stable/stand/efi/loader/
H A DMakefile108 ${OBJCOPY} -j .peheader -j .text -j .sdata -j .data \
/freebsd-11-stable/stand/efi/boot1/
H A DMakefile86 ${OBJCOPY} -j .peheader -j .text -j .sdata -j .data \
/freebsd-11-stable/stand/kshim/
H A Dkshim.mk75 ${OBJCOPY} -j ".debug.sysinit" -O binary ${KSRC}.o ${KSRC}.osys
/freebsd-11-stable/share/mk/
H A Dbsd.prog.mk143 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROGNAME}.debug \
147 ${OBJCOPY} --only-keep-debug ${PROG_FULL} ${.TARGET}

Completed in 157 milliseconds

12