/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu-native.inc | 5 EXTRA_OEMAKE:append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'"
|
/openbmc/linux/arch/xtensa/boot/boot-redboot/ |
H A D | Makefile | 16 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \ 28 $(Q)$(OBJCOPY) -S -O binary $< $@
|
/openbmc/linux/arch/mips/boot/ |
H A D | Makefile | 39 quiet_cmd_bin = OBJCOPY $@ 40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@ 45 quiet_cmd_srec = OBJCOPY $@ 46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/armstubs/ |
H A D | armstubs.bb | 16 export OBJCOPY7="${OBJCOPY}" 20 export OBJCOPY8="${OBJCOPY}"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | module.bbclass | 39 os.environ['OBJCOPY'] = d.getVar('KERNEL_OBJCOPY') 54 AR="${KERNEL_AR}" OBJCOPY="${KERNEL_OBJCOPY}" \ 65 CC="${KERNEL_CC}" LD="${KERNEL_LD}" OBJCOPY="${KERNEL_OBJCOPY}" \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imx-cst/ |
H A D | imx-cst_3.4.0.bb | 25 EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" AR="${AR}" OBJCOPY="${OBJCOPY}"'
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | Makefile | 10 ifndef OBJCOPY 11 OBJCOPY := $(CROSS_COMPILE)objcopy macro
|
/openbmc/linux/arch/ia64/ |
H A D | Makefile | 43 quiet_cmd_objcopy = OBJCOPY $@ 44 cmd_objcopy = $(OBJCOPY) $(OBJCOPYFLAGS) $(OBJCOPYFLAGS_$(@F)) $< $@
|
/openbmc/linux/scripts/package/ |
H A D | builddeb | 134 ${OBJCOPY} --only-keep-debug ${image_pdir}/${module} ${pdir}/usr/lib/debug/${module} 136 ${OBJCOPY} --strip-debug ${image_pdir}/${module} 138 ${OBJCOPY} --add-gnu-debuglink=${pdir}/usr/lib/debug/${module} ${image_pdir}/${module}
|
/openbmc/openbmc/poky/meta/recipes-support/libcap/ |
H A D | libcap_2.73.bb | 50 OBJCOPY="${OBJCOPY}" \
|
/openbmc/u-boot/board/h2200/ |
H A D | Makefile | 12 $(OBJCOPY) -O binary $< $@
|
/openbmc/u-boot/board/freescale/mx7ulp_evk/ |
H A D | Makefile | 8 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
|
/openbmc/linux/scripts/ |
H A D | link-vmlinux.sh | 128 LLVM_OBJCOPY="${OBJCOPY}" ${PAHOLE} -J ${PAHOLE_FLAGS} ${1} 135 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
|
H A D | tools-support-relr.sh | 21 $OBJCOPY -O binary $tmp_file $tmp_file.bin
|
/openbmc/u-boot/scripts/ |
H A D | get_default_envs.sh | 35 ${OBJCOPY} -O binary -j ".rodata.default_environment" ${ENV_OBJ_FILE_COPY}
|
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/ |
H A D | gnu-efi_4.0.0.bb | 46 'RANLIB=${RANLIB}' 'OBJCOPY=${OBJCOPY}' \
|
/openbmc/linux/arch/riscv/ |
H A D | Makefile.postlink | 23 cmd_relocs_strip = $(OBJCOPY) --remove-section='.rel.*' \
|
/openbmc/linux/arch/x86/ |
H A D | Makefile.postlink | 25 $(OBJCOPY) --remove-section='.rel.*' --remove-section='.rel__*' \
|
/openbmc/linux/arch/xtensa/boot/boot-elf/ |
H A D | Makefile | 18 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
|
/openbmc/qemu/pc-bios/vof/ |
H A D | Makefile | 24 …$(call quiet-command, $(OBJCOPY) -O binary -j .text -j .data -j .toc -j .got2 $^ $@,Extracting raw…
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | Makefile | 140 quiet_cmd_32 = OBJCOPY $@ 141 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
|
/openbmc/linux/arch/mips/ |
H A D | Makefile | 393 quiet_cmd_32 = OBJCOPY $@ 394 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@ 402 quiet_cmd_64 = OBJCOPY $@ 403 cmd_64 = $(OBJCOPY) -O $(64bit-bfd) $(OBJCOPYFLAGS) $< $@
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-do-not-strip-a-helper-library.patch | 18 $(OBJCOPY) --strip-all .libs/libfoo.so
|
/openbmc/openbmc/poky/meta/recipes-kernel/make-mod-scripts/ |
H A D | make-mod-scripts_1.0.bb | 35 AR="${KERNEL_AR}" OBJCOPY="${KERNEL_OBJCOPY}" \
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | Makefile | 45 quiet_cmd_spu_objcopy = OBJCOPY $@
|