/openbsd/sys/arch/landisk/stand/mbr/ |
H A D | Makefile | 13 OBJCOPY?=objcopy macro 25 ${OBJCOPY} -O binary ${PROG} ${.OBJDIR}/.tmp;\
|
/openbsd/sys/arch/landisk/stand/xxboot/ |
H A D | Makefile | 22 OBJCOPY?=objcopy macro 39 ${OBJCOPY} -O binary ${PROG}.sym ${PROG}
|
/openbsd/sys/arch/landisk/stand/boot/ |
H A D | Makefile | 9 OBJCOPY?=objcopy macro 50 ${OBJCOPY} -O binary ${PROG}.sym ${PROG}
|
/openbsd/sys/arch/luna88k/stand/boot/ |
H A D | Makefile | 23 OBJCOPY?= objcopy macro 68 ${OBJCOPY} -S -O a.out-m88k-openbsd --impure ${PROG}.elf ${PROG}
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | Makefile.common | 7 OBJCOPY?= objcopy 67 ${OBJCOPY} -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | Makefile | 17 OBJCOPY?= objcopy macro 59 ${OBJCOPY} -j .peheader -j .text -j .sdata -j .data \
|
/openbsd/sys/arch/alpha/stand/ |
H A D | Makefile.inc | 28 OBJCOPY?= objcopy
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | Makefile | 18 OBJCOPY?= objcopy macro 62 ${OBJCOPY} -j .peheader -j .text -j .sdata -j .data \
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | Makefile | 18 OBJCOPY?= objcopy macro 61 ${OBJCOPY} -j .peheader -j .text -j .sdata -j .data \
|
/openbsd/gnu/usr.bin/binutils/ |
H A D | Makefile.in | 17590 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 17658 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 17726 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 17794 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 17862 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 17930 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 17998 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 18066 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 18137 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 18208 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ [all …]
|
H A D | configure | 3376 if test -n "$OBJCOPY"; then 3377 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 3391 OBJCOPY="$ac_cv_prog_OBJCOPY" 3392 if test -n "$OBJCOPY"; then 3393 echo "$ac_t""$OBJCOPY" 1>&6 3401 ncn_cv_OBJCOPY=$OBJCOPY 3432 OBJCOPY=$ncn_cv_OBJCOPY 3434 OBJCOPY="${ncn_tool_prefix}objcopy" 3437 OBJCOPY="$ac_cv_prog_OBJCOPY" 4297 s%@OBJCOPY@%$OBJCOPY%g
|
H A D | Makefile.tpl | 865 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 1098 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
|
H A D | configure.in | 2098 NCN_STRICT_CHECK_TOOL(OBJCOPY, objcopy)
|
/openbsd/sys/arch/alpha/stand/bootxx/ |
H A D | Makefile | 34 ${OBJCOPY} --output-target=binary ${PROG}.nosym ${PROG}.trunc
|
/openbsd/sys/arch/macppc/stand/ofwboot/ |
H A D | Makefile | 19 OBJCOPY?= objcopy macro
|
/openbsd/sys/arch/alpha/stand/boot/ |
H A D | Makefile | 39 ${OBJCOPY} --output-target=binary ${PROG}.nosym ${PROG}
|
/openbsd/sys/arch/alpha/stand/nboot/ |
H A D | Makefile | 50 ${OBJCOPY} --output-target=binary ${PROG}.nosym ${PROG}
|
/openbsd/sys/arch/alpha/stand/netboot/ |
H A D | Makefile | 40 ${OBJCOPY} --output-target=binary ${PROG}.nosym ${PROG}
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/ |
H A D | Android.rules | 65 OBJCOPY ?= $(GCC_TOOLCHAIN)/bin/$(TOOL_PREFIX)-objcopy
|
H A D | Makefile.rules | 358 OBJCOPY ?= $(call replace_cc_with,objcopy)
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | configure | 4420 if test -n "$OBJCOPY"; then 4435 OBJCOPY="$ac_cv_prog_OBJCOPY" 4436 if test -n "$OBJCOPY"; then 4437 echo "$ac_t""$OBJCOPY" 1>&6 4451 if test -n "$OBJCOPY"; then 4466 OBJCOPY="$ac_cv_prog_OBJCOPY" 4467 if test -n "$OBJCOPY"; then 4468 echo "$ac_t""$OBJCOPY" 1>&6 4480 OBJCOPY="$2" 4482 OBJCOPY="${ncn_tool_prefix}$2" [all …]
|
H A D | Makefile.tpl | 158 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
|
H A D | configure.in | 2251 NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy)
|
/openbsd/ |
H A D | Makefile.cross | 57 OBJCOPY=${CROSSDIR}/usr/${TARGET_CANON}/bin/objcopy \
|
/openbsd/gnu/share/ |
H A D | configure | 922 tools="${tools} OBJCOPY OBJDUMP"
|