Home
last modified time | relevance | path

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

/linux-6.14.4/arch/xtensa/boot/boot-redboot/
DMakefile16 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
28 $(Q)$(OBJCOPY) -S -O binary $< $@
/linux-6.14.4/arch/mips/boot/
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) $@
/linux-6.14.4/tools/testing/selftests/sgx/
DMakefile10 ifndef OBJCOPY
11 OBJCOPY := $(CROSS_COMPILE)objcopy macro
/linux-6.14.4/scripts/
Dlink-vmlinux.sh117 LLVM_OBJCOPY="${OBJCOPY}" ${PAHOLE} -J ${PAHOLE_FLAGS} ${1}
124 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
Dtools-support-relr.sh21 $OBJCOPY -O binary $tmp_file $tmp_file.bin
DMakefile.lib376 quiet_cmd_objcopy = OBJCOPY $@
377 cmd_objcopy = $(OBJCOPY) $(OBJCOPYFLAGS) $(OBJCOPYFLAGS_$(@F)) $< $@
380 cmd_strip_relocs = $(OBJCOPY) --remove-section='.rel*' $@
/linux-6.14.4/arch/xtensa/boot/boot-elf/
DMakefile18 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
/linux-6.14.4/arch/mips/boot/compressed/
DMakefile134 quiet_cmd_32 = OBJCOPY $@
135 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
/linux-6.14.4/Documentation/translations/zh_CN/kbuild/
Dllvm.rst47 OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf \
90 OBJCOPY=s390x-linux-gnu-objcopy
/linux-6.14.4/arch/mips/
DMakefile391 quiet_cmd_32 = OBJCOPY $@
392 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
400 quiet_cmd_64 = OBJCOPY $@
401 cmd_64 = $(OBJCOPY) -O $(64bit-bfd) $(OBJCOPYFLAGS) $< $@
/linux-6.14.4/arch/powerpc/platforms/cell/spufs/
DMakefile45 quiet_cmd_spu_objcopy = OBJCOPY $@
/linux-6.14.4/arch/riscv/kernel/compat_vdso/
DMakefile67 $(OBJCOPY) $(patsubst %, -G __compat_vdso_%, $(compat_vdso-syms)) [email protected] $@ && \
/linux-6.14.4/arch/riscv/kernel/vdso/
DMakefile70 $(OBJCOPY) $(patsubst %, -G __vdso_%, $(vdso-syms)) [email protected] $@ && \
/linux-6.14.4/arch/arm64/kvm/hyp/nvhe/
DMakefile92 cmd_hypcopy = $(OBJCOPY) --prefix-symbols=__kvm_nvhe_ $< $@
/linux-6.14.4/scripts/package/
Dbuilddeb121 "${OBJCOPY}" --only-keep-debug "${mod}" "${dbg}"
/linux-6.14.4/arch/parisc/
DMakefile164 $(OBJCOPY) $(boot)/bzImage $@
/linux-6.14.4/drivers/firmware/efi/libstub/
DMakefile165 $(OBJCOPY) $(STUBCOPY_FLAGS-y) $< $@
/linux-6.14.4/Documentation/kbuild/
Dllvm.rst46 OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf \
98 OBJCOPY=s390x-linux-gnu-objcopy
/linux-6.14.4/arch/x86/entry/vdso/
DMakefile100 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@
/linux-6.14.4/
DMakefile508 OBJCOPY = $(LLVM_PREFIX)llvm-objcopy$(LLVM_SUFFIX) macro
517 OBJCOPY = $(CROSS_COMPILE)objcopy macro
621 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
/linux-6.14.4/rust/
DMakefile387 $(if $(rustc_objcopy),;$(OBJCOPY) $(rustc_objcopy) $@) \
/linux-6.14.4/init/
DKconfig115 …def_bool $(success,env "CC=$(CC)" "LD=$(LD)" "NM=$(NM)" "OBJCOPY=$(OBJCOPY)" $(srctree)/scripts/to…
/linux-6.14.4/arch/
DKconfig1570 well as compatible NM and OBJCOPY utilities (llvm-nm and llvm-objcopy
/linux-6.14.4/arch/x86/
DKconfig3179 depends on $(success,$(OBJCOPY) --version | head -n1 | grep -qv llvm)