Home
last modified time | relevance | path

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

123

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu-native.inc5 EXTRA_OEMAKE:append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'"
/openbmc/linux/arch/xtensa/boot/boot-redboot/
H A DMakefile16 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
28 $(Q)$(OBJCOPY) -S -O binary $< $@
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/armstubs/
H A Darmstubs.bb16 export OBJCOPY7="${OBJCOPY}"
20 export OBJCOPY8="${OBJCOPY}"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmodule.bbclass39 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/linux/arch/mips/boot/
H A DMakefile39 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/linux/tools/testing/selftests/sgx/
H A DMakefile10 ifndef OBJCOPY
11 OBJCOPY := $(CROSS_COMPILE)objcopy macro
/openbmc/linux/arch/ia64/
H A DMakefile43 quiet_cmd_objcopy = OBJCOPY $@
44 cmd_objcopy = $(OBJCOPY) $(OBJCOPYFLAGS) $(OBJCOPYFLAGS_$(@F)) $< $@
/openbmc/linux/scripts/package/
H A Dbuilddeb134 ${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/u-boot/board/freescale/mx7ulp_evk/
H A DMakefile8 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
/openbmc/u-boot/board/h2200/
H A DMakefile12 $(OBJCOPY) -O binary $< $@
/openbmc/openbmc/poky/meta/recipes-support/libcap/
H A Dlibcap_2.69.bb50 OBJCOPY="${OBJCOPY}" \
/openbmc/u-boot/scripts/
H A Dget_default_envs.sh35 ${OBJCOPY} -O binary -j ".rodata.default_environment" ${ENV_OBJ_FILE_COPY}
/openbmc/linux/scripts/
H A Dlink-vmlinux.sh128 LLVM_OBJCOPY="${OBJCOPY}" ${PAHOLE} -J ${PAHOLE_FLAGS} ${1}
135 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
H A Dtools-support-relr.sh21 $OBJCOPY -O binary $tmp_file $tmp_file.bin
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/
H A Dgnu-efi_3.0.17.bb44 'RANLIB=${RANLIB}' 'OBJCOPY=${OBJCOPY}' 'PREFIX=${prefix}' 'LIBDIR=${libdir}' \
/openbmc/linux/arch/riscv/
H A DMakefile.postlink23 cmd_relocs_strip = $(OBJCOPY) --remove-section='.rel.*' \
/openbmc/linux/arch/x86/
H A DMakefile.postlink25 $(OBJCOPY) --remove-section='.rel.*' --remove-section='.rel__*' \
/openbmc/linux/arch/xtensa/boot/boot-elf/
H A DMakefile18 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
/openbmc/qemu/pc-bios/vof/
H A DMakefile24 …$(call quiet-command, $(OBJCOPY) -O binary -j .text -j .data -j .toc -j .got2 $^ $@,Extracting raw…
/openbmc/linux/arch/mips/boot/compressed/
H A DMakefile140 quiet_cmd_32 = OBJCOPY $@
141 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
/openbmc/openbmc/poky/meta/recipes-kernel/make-mod-scripts/
H A Dmake-mod-scripts_1.0.bb34 AR="${KERNEL_AR}" OBJCOPY="${KERNEL_OBJCOPY}" \
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-do-not-strip-a-helper-library.patch18 $(OBJCOPY) --strip-all .libs/libfoo.so
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A DMakefile45 quiet_cmd_spu_objcopy = OBJCOPY $@
/openbmc/linux/arch/mips/
H A DMakefile393 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-devtools/syslinux/
H A Dsyslinux_6.04-pre2.bb59 OBJCOPY="${OBJCOPY}" \

123