代码搜索结果
找到约 2,917 项符合
Strip 的代码
bootblock.ld
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS
{
. = 0x7c00;
/* one big section */
.bootblock : { *(.text .rodata .data .bss) }
/* Strip unnec
bootblock.ld
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS
{
. = 0x7c00;
/* one big section */
.bootblock : { *(.text .rodata .data .bss) }
/* Strip unnec
dounsreloc
#!/bin/sh
# objdump the reloc table, but strip off the headings and reloc
# numbers and sort the result. Intended for use in comparing reloc
# tables that may not be in the same order.
objdump +relo
dostriptest
#!/bin/sh
x=striptest.xx.$$
y=striptest.yy.$$
cp $1 $x
strip $x
cp $2 $y
strip $y
doobjcmp $x $y
exit
#eof
dounssym
#!/bin/sh
# objdump the symbol table, but strip off the headings and symbol
# numbers and sort the result. Intended for use in comparing symbol
# tables that may not be in the same order.
objdump +s
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
.param.o.flags
ifeq (-I/home/plg/vivi_2440_temp/vivi/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip $(subst $(comma
.mtdpart.o.flags
ifeq (-I/home/plg/vivi_2440_temp/vivi/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip $(subst $(comma
.rw.o.flags
ifeq (-I/home/plg/vivi_2440_temp/vivi/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip $(subst $(comma
.priv_data.o.flags
ifeq (rw.o param.o mtdpart.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += priv_data.o
endif