Home
last modified time | relevance | path

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

/linux/arch/xtensa/boot/boot-redboot/
H A DMakefile16 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
28 $(Q)$(OBJCOPY) -S -O binary $< $@
/linux/scripts/
H A DMakefile.vmlinux94 quiet_cmd_strip_relocs = OBJCOPY $@
95 cmd_strip_relocs = $(OBJCOPY) $(patsubst %,--set-section-flags %=noload,$(remove-section-y)) $< $@; \
96 $(OBJCOPY) $(addprefix --remove-section=,$(remove-section-y)) $(remove-symbols) $@
H A Dtools-support-relr.sh21 $OBJCOPY -O binary $tmp_file $tmp_file.bin
H A DMakefile.lib319 quiet_cmd_objcopy = OBJCOPY $@
320 cmd_objcopy = $(OBJCOPY) $(OBJCOPYFLAGS) $(OBJCOPYFLAGS_$(@F)) $< $@
/linux/tools/testing/selftests/sgx/
H A DMakefile10 ifndef OBJCOPY
11 OBJCOPY := $(CROSS_COMPILE)objcopy macro
/linux/arch/mips/boot/compressed/
H A DMakefile134 quiet_cmd_32 = OBJCOPY $@
135 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
/linux/arch/xtensa/boot/boot-elf/
H A DMakefile18 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
/linux/arch/powerpc/platforms/cell/spufs/
H A DMakefile45 quiet_cmd_spu_objcopy = OBJCOPY $@
/linux/arch/riscv/kernel/compat_vdso/
H A DMakefile67 $(OBJCOPY) $(patsubst %, -G __compat_vdso_%, $(compat_vdso-syms)) $@.tmp $@ && \
/linux/scripts/package/
H A Dbuilddeb121 "${OBJCOPY}" --only-keep-debug "${mod}" "${dbg}"
/linux/arch/parisc/
H A DMakefile166 $(OBJCOPY) $(boot)/bzImage $@
/linux/
H A DMakefile519 OBJCOPY = $(LLVM_PREFIX)llvm-objcopy$(LLVM_SUFFIX) macro
528 OBJCOPY = $(CROSS_COMPILE)objcopy macro
633 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
/linux/tools/testing/selftests/bpf/
H A DMakefile7 OBJCOPY ?= $(CROSS_COMPILE)objcopy
/linux/init/
H A DKconfig117 …def_bool $(success,env "CC=$(CC)" "LD=$(LD)" "NM=$(NM)" "OBJCOPY=$(OBJCOPY)" $(srctree)/scripts/to…