代码搜索结果
找到约 3,568 项符合
Strip 的代码
.mapslink.o.flags
ifeq (s3c2410_flash.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += mapslink.o
endif
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
proxy.conf
#
# This is a LOCAL realm
#
realm example.com {
nostrip
}
#
# And another one, where we strip the realm
#
realm stripped.example.com {
}
#
# Some home servers, server pools, and realms. This t
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
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
lasstrip.par.main
LASSTRIP - strip off header from a LAS file and write header
and data into two separate files:
las_header.ascii and las_data.ascii
lasstrip
readme
The files in this directory allow to convert a LAS file to SU format.
The procedure is simple:
1) Strip off LAS header.
This results in two files being written into the current directory:
las_
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
fig10_33.cpp
// Points are all in the strip and sorted by $y$-coordinate
for( i = 0; i < numPointsInStrip; i++ )
for( j = i + 1; j < numPointsInStrip; j++ )
if( $p_i$ and $p_j$'s $
.mapslink.o.flags
ifeq (s3c2410_flash.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += mapslink.o
endif