代码搜索结果

找到约 2,917 项符合 Strip 的代码

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 and strip. */ #include #include int common; int global = 1; static int local = 2; static char string[] = "string"; int fn () { return

xmluniformiser.h

#ifndef CPPUNITTEST_XMLUNIFORMISER_H #define CPPUNITTEST_XMLUNIFORMISER_H #include #include #include /*! Uniformise an XML string. * * Strip

todo

* Bugs: Asserter::makeNotEqualMessage() strip the shortDescription of the additional message. * CppUnit: - STL concept checker. - Memory leak tracking: setUp/tearDown should be leak safe if no fa

makefile

all: jxta.exe jxta.exe: jxta.cpp makefile gcc -mno-cygwin -O -o jxta.exe jxta.cpp strip jxta.exe

todo

# $Header: /cvs/maptools/cvsroot/libtiff/TODO,v 1.6 2002/10/10 05:28:43 warmerda Exp $ o gif2tiff segaulting on selected images o tiffcmp read data by strip/tile instead of scanline o YCbCr sampling

realms

# /etc/radiusclient/realms # # Handle realm @netservers.co.uk on an internal RADIUS server # (note the server must be told to strip the realm) #authserver netservers.co.uk 192.168.1.1:1812 #acctserve

.gitignore

addnote infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inflate.c inftrees.c inftrees.h infutil.c infutil.h kernel-vmlinux.strip.c kernel-vmlinux.strip.gz uImage zImage zImage.vmode zc

objstrip.c

/* * arch/alpha/boot/tools/objstrip.c * * Strip the object file headers/trailers from an executable (ELF or ECOFF). * * Copyright (C) 1996 David Mosberger-Tang. */ /* * Converts an ECOFF or ELF

mkprep.c

/* * Makes a prep bootable image which can be dd'd onto * a disk device to make a bootdisk. Will take * as input a elf executable, strip off the header * and write out a boot image as: * 1) defa