代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/198319/7940923
makefile
PROJ = www8051
PROJFILE = Makefile
SCRIPT = ../../bin
INCDIR = ../../include
LIBDIR = ../../lib
CGIDIR = ../../cgi
BINDIR = ../../bin
CA = $(BINDIR)/mcs51-as
LINKER = $(BINDIR)/mcs51-ld
OBJCOPY
www.eeworm.com/read/198319/7940973
makefile
PROJ = www8051
PROJFILE = Makefile
SCRIPT = ../../bin
INCDIR = ../../include
LIBDIR = ../../lib
CGIDIR = ../../cgi
BINDIR = ../../bin
CA = $(BINDIR)/mcs51-as
LINKER = $(BINDIR)/mcs51-ld
OBJCOPY
www.eeworm.com/read/198319/7941027
makefile
PROJ = www8051
PROJFILE = Makefile
SCRIPT = ../../bin
INCDIR = ../../include
LIBDIR = ../../lib
CGIDIR = ../../cgi
BINDIR = ../../bin
CA = $(BINDIR)/mcs51-as
LINKER = $(BINDIR)/mcs51-ld
OBJCOPY
www.eeworm.com/read/198319/7941063
makefile
PROJ = www8051
PROJFILE = Makefile
SCRIPT = ../../bin
INCDIR = ../../include
LIBDIR = ../../lib
CGIDIR = ../../cgi
BINDIR = ../../bin
CA = $(BINDIR)/mcs51-as
LINKER = $(BINDIR)/mcs51-ld
OBJCOPY
www.eeworm.com/read/198319/7941078
makefile
PROJ = www8051
PROJFILE = Makefile
SCRIPT = ../../bin
INCDIR = ../../include
LIBDIR = ../../lib
CGIDIR = ../../cgi
BINDIR = ../../bin
CA = $(BINDIR)/mcs51-as
LINKER = $(BINDIR)/mcs51-ld
OBJCOPY
www.eeworm.com/read/198319/7941096
makefile
PROJ = www8051
PROJFILE = Makefile
SCRIPT = ../../bin
INCDIR = ../../include
LIBDIR = ../../lib
CGIDIR = ../../cgi
BINDIR = ../../bin
CA = $(BINDIR)/mcs51-as
LINKER = $(BINDIR)/mcs51-ld
OBJCOPY
www.eeworm.com/read/347503/3172667
c testprog.c
/* This program is used to test objcopy, readelf and strip. */
extern int strcmp (char *, const char *);
extern int printf (const char *, ...);
int common;
int global = 1;
static int local = 2;
sta
www.eeworm.com/read/447738/1698770
c testprog.c
/* This program is used to test objcopy, readelf and strip. */
extern int strcmp (char *, const char *);
extern int printf (const char *, ...);
int common;
int global = 1;
static int local = 2;
sta
www.eeworm.com/read/480930/1307083
makefile
#
# This dir holds all of the images for PPC machines.
# Tom Rini January 2001
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
$(OBJCOPY) -S -O binary $(TOPDIR)/vmlinux vmlinux
gzip -vf
www.eeworm.com/read/243567/4523168
makefile
#
# This dir holds all of the images for PPC machines.
# Tom Rini January 2001
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
$(OBJCOPY) -S -O binary $(TOPDIR)/vmlinux vmlinux
gzip -vf