Searched refs:OBJCOPY (Results 1 – 18 of 18) sorted by relevance
| /linux/arch/xtensa/boot/boot-redboot/ |
| H A D | Makefile | 16 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \ 28 $(Q)$(OBJCOPY) -S -O binary $< $@
|
| /linux/scripts/ |
| H A D | Makefile.vmlinux | 94 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 D | link-vmlinux.sh | 116 LLVM_OBJCOPY="${OBJCOPY}" ${PAHOLE} -J ${PAHOLE_FLAGS} ${1} 123 ${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
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | Makefile | 10 ifndef OBJCOPY 11 OBJCOPY := $(CROSS_COMPILE)objcopy macro
|
| /linux/arch/mips/boot/compressed/ |
| H A D | Makefile | 134 quiet_cmd_32 = OBJCOPY $@ 135 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
|
| /linux/arch/xtensa/boot/boot-elf/ |
| H A D | Makefile | 18 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | Makefile | 45 quiet_cmd_spu_objcopy = OBJCOPY $@
|
| /linux/arch/riscv/kernel/compat_vdso/ |
| H A D | Makefile | 67 $(OBJCOPY) $(patsubst %, -G __compat_vdso_%, $(compat_vdso-syms)) $@.tmp $@ && \
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | Makefile | 83 $(OBJCOPY) $(patsubst %, -G __vdso_%, $(vdso-syms)) $@.tmp $@ && \
|
| /linux/scripts/package/ |
| H A D | builddeb | 121 "${OBJCOPY}" --only-keep-debug "${mod}" "${dbg}"
|
| /linux/arch/parisc/ |
| H A D | Makefile | 166 $(OBJCOPY) $(boot)/bzImage $@
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 172 $(OBJCOPY) $(STUBCOPY_FLAGS-y) $< $@
|
| /linux/arch/x86/entry/vdso/ |
| H A D | Makefile | 100 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@
|
| /linux/ |
| H A D | Makefile | 516 OBJCOPY = $(LLVM_PREFIX)llvm-objcopy$(LLVM_SUFFIX) macro 525 OBJCOPY = $(CROSS_COMPILE)objcopy macro 630 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
|
| /linux/init/ |
| H A D | Kconfig | 117 …def_bool $(success,env "CC=$(CC)" "LD=$(LD)" "NM=$(NM)" "OBJCOPY=$(OBJCOPY)" $(srctree)/scripts/to…
|
| /linux/arch/ |
| H A D | Kconfig | 1646 well as compatible NM and OBJCOPY utilities (llvm-nm and llvm-objcopy
|
| /linux/arch/x86/ |
| H A D | Kconfig | 3151 depends on $(success,$(OBJCOPY) --version | head -n1 | grep -qv llvm)
|