Query: crunchide
OS: netbsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CRUNCHIDE(1) BSD General Commands Manual CRUNCHIDE(1)NAMEcrunchide -- hides symbol names from ld, for crunching programs togetherSYNOPSIScrunchide [-f keep-list-file] [-k keep-symbol] object-file [object-file ...]DESCRIPTIONcrunchide 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'' visi- ble, the option ``-k foo'' should be used. crunchide is designed as a companion program for crunchgen(1), which automates the process of creating crunched binaries from multiple compo- nent programs.SEE ALSOcrunchgen(1), ld(1)AUTHORScrunchide 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 crunchide so that it supported multiple object formats, and added ELF object support and ECOFF object recognition. Copyright (c) 1997 Christopher G. Demetriou. All Rights Reserved.BSDJune 14, 1994 BSD
Related Man Pages |
---|
nm(1) - osx |
strip(1) - freebsd |
crunchgen(1) - netbsd |
ldtbread(3) - osf1 |
crunchide(1) - freebsd |
Similar Topics in the Unix Linux Community |
---|
DragonFly BSD: UNIX for Clusters? (OS News) |
Listing function exports from object file |
symbol list reference |