]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/crunch/crunchide/crunchide.1
This commit was generated by cvs2svn to compensate for changes in r42994,
[FreeBSD/FreeBSD.git] / usr.sbin / crunch / crunchide / crunchide.1
1 .\"
2 .\" Copyright (c) 1994 University of Maryland
3 .\" All Rights Reserved.
4 .\"
5 .\" Permission to use, copy, modify, distribute, and sell this software and its
6 .\" documentation for any purpose is hereby granted without fee, provided that
7 .\" the above copyright notice appear in all copies and that both that
8 .\" copyright notice and this permission notice appear in supporting
9 .\" documentation, and that the name of U.M. not be used in advertising or
10 .\" publicity pertaining to distribution of the software without specific,
11 .\" written prior permission.  U.M. makes no representations about the
12 .\" suitability of this software for any purpose.  It is provided "as is"
13 .\" without express or implied warranty.
14 .\"
15 .\" U.M. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL U.M.
17 .\" BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
20 .\" IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 .\"
22 .\" Author: James da Silva, Systems Design and Analysis Group
23 .\"                        Computer Science Department
24 .\"                        University of Maryland at College Park
25 .\"
26 .Dd June 14, 1994
27 .Dt CRUNCHIDE 1
28 .Os BSD 4
29 .Sh NAME
30 .Nm crunchide
31 .Nd hides symbol names from ld, for crunching programs together
32 .Sh SYNOPSIS
33 .Nm crunchide
34 .Op Fl f Ar keep-list-file
35 .Op Fl k Ar keep-symbol
36 .Op Ar object-file ...
37 .Sh DESCRIPTION
38
39 .Nm Crunchide
40 hides the global symbols of
41 .Ar object-file
42 such that they are ignored by subsequent runs of the linker, 
43 .Xr ld 1 .
44 Some symbols may be left visible via the
45 .Fl k Ar keep-symbol
46 and 
47 .Fl f Ar keep-list-file
48 options.  The
49 .Ar keep-list-file
50 must contain a list of symbols to keep visible, one symbol per line.
51 The names given by
52 .Ar keep-symbol
53 or in
54 .Ar keep-list-file
55 should be C names.  For example,
56 to keep the C function 
57 .Dq foo
58 visible, the option 
59 .Dq -k foo 
60 should be used.
61 .Pp
62 .Nm Crunchide
63 is designed as a companion program for 
64 .Xr crunchgen 1 ,
65 which automates the process of creating crunched binaries from
66 multiple component programs.
67 .Sh SEE ALSO
68 .Xr crunchgen 1 ,
69 .Xr ld 1
70 .Sh AUTHORS
71 .Nm Crunch
72 was written by
73 .An James da Silva Aq jds@cs.umd.edu .
74 .sp 0
75 Copyright (c) 1994 University of Maryland.  All Rights Reserved.
76 .Pp
77 Chris Demetriou <cgd@netbsd.org> reorganized
78 .Nm
79 so that it supported multiple object formats, and added
80 ELF object support and ECOFF object recognition.
81 .sp 0
82 Copyright (c) 1997 Christopher G. Demetriou.  All Rights Reserved.