代码搜索结果

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

kernel.asm

; 编译链接方法 ; (ld 的‘-s’选项意为“strip all”) ; ; [root@XXX XXX]# nasm -f elf kernel.asm -o kernel.o ; [root@XXX XXX]# ld -s kernel.o -o kernel.bin ; [root@XXX XXX]# [section .text] ; 代码在此 global

nwgnumakefile

# # Makefile for mod_jk (uses the build system of Apache2 - gnu make) # created by Guenter Knauf # #ifeq ($(strip $(JAVA_HOME)),) #@echo You must set the JAVA_HOME environment var po

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

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

potfiles.in

addr2line.c ar.c arsup.c arsup.h bucomm.c bucomm.h budbg.h coffdump.c coffgrok.c coffgrok.h debug.c debug.c debug.h dlltool.c dlltool.h dllwrap.c filemode.c ieee.c ieee.c is-ranlib.c is-strip.c maybe-

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