|
NAMEcrunchide —
hides symbol names from ld, for crunching programs
together
SYNOPSIS
DESCRIPTIONThecrunchide utility hides the global symbols of
object-file such that they are ignored by subsequent
runs of the linker,
ld(1). Some
symbols may be left visible via the -k
keep-symbol and -f
keep-list-file options. The
keep-list-file must contain a list of symbols to keep
visible, one symbol per line. The names given by
keep-symbol or in keep-list-file
should be C names. For example, to keep the C function “foo”
visible, the option “-k foo” should be used.
The SEE ALSOcrunchgen(1), ld(1)AUTHORSThecrunch utility was written by James
da Silva
<jds@cs.umd.edu>.
Copyright (c) 1994 University of Maryland. All Rights Reserved. Chris Demetriou
<cgd@netbsd.org>
reorganized Copyright (c) 1997 Christopher G. Demetriou. All Rights Reserved.
Visit the GSP FreeBSD Man Page Interface. |