代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/161121/5557274
makefile
#
# Makefile for the linux s390-specific parts of the memory manager.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own depende
www.eeworm.com/read/152843/5657105
makefile
#
# arch/arm/boot/Makefile
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
# for more details.
#
www.eeworm.com/read/152843/5658359
readme
To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.
www.eeworm.com/read/473531/6845995
makefile
OBJS = main.o dim.o dmx.o eeprom.o
.PHONY: all
all: dimmer.hex
CC = avr-gcc
LD = avr-ld
OBJCOPY = avr-objcopy
CFLAGS = -mmcu=atmega8 -O3
dimmer.hex: dimmer.out
$(OBJCOPY) -R .eeprom -O
www.eeworm.com/read/104928/15681273
vbs sol13-23.vbs
Const adCmdText = 1
Dim objConn
Dim objDestConn, objRst, objCopy, dDate
Set objCopy = CreateObject("WSHENT.CopyTable")
Set objConn = CreateObject("ADODB.Connection")
Set objDestConn = CreateObje
www.eeworm.com/read/177891/9427465
plg vcprj.plg
Build Log
--------------------Configuration: vcprj - Win32 Debug--------------------
-------- begin --------
avr-c++ (GCC) 3.3 20030310 (prerelease)
www.eeworm.com/read/151104/5686298
makefile
#
# arch/ppc/boot/common/Makefile
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
# for more det
www.eeworm.com/read/136786/5864280
makefile
#
# arch/ppc/boot/common/Makefile
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
# for more det
www.eeworm.com/read/254997/12107685
makefile
OBJCOPY=objcopy
LIBGCC := $(shell $(CC) -print-libgcc-file-name) # To benefit from FP/64bits artihm.
EXTRA := $(shell [ -f ../userland/userprogs.kimg ] && echo ../userland/userprogs.kimg)
all: sos_qe
www.eeworm.com/read/254995/12108162
makefile
OBJCOPY=objcopy
all: sos_qemu.img
-include ../.mkvars
# The image is the simple concatenation of the boot sector and the kernel
# It may be use in bochs or on a real floppy, but NOT in qemu (see be