The Japanese Manual team(man-jp@jp.FreeBSD.ORG) has translated and keeps maintaining them. Submitted by: Kazuo Horikawa <horikawa@isrd.hitachi.co.jp>
		
			
				
	
	
		
			76 lines
		
	
	
	
		
			2.5 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
	
		
			2.5 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .\"
 | |
| .\" Copyright (c) 1994 University of Maryland
 | |
| .\" All Rights Reserved.
 | |
| .\"
 | |
| .\" Permission to use, copy, modify, distribute, and sell this software and its
 | |
| .\" documentation for any purpose is hereby granted without fee, provided that
 | |
| .\" the above copyright notice appear in all copies and that both that
 | |
| .\" copyright notice and this permission notice appear in supporting
 | |
| .\" documentation, and that the name of U.M. not be used in advertising or
 | |
| .\" publicity pertaining to distribution of the software without specific,
 | |
| .\" written prior permission.  U.M. makes no representations about the
 | |
| .\" suitability of this software for any purpose.  It is provided "as is"
 | |
| .\" without express or implied warranty.
 | |
| .\"
 | |
| .\" U.M. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
 | |
| .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL U.M.
 | |
| .\" BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 | |
| .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 | |
| .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
 | |
| .\" IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 | |
| .\"
 | |
| .\" Author: James da Silva, Systems Design and Analysis Group
 | |
| .\"			   Computer Science Department
 | |
| .\"			   University of Maryland at College Park
 | |
| .\"
 | |
| .\" jpman %Id: crunchide.1,v 1.3 1997/07/29 13:45:23 konuma Stab %
 | |
| .Dd June 14, 1994
 | |
| .Dt CRUNCHIDE 1
 | |
| .Os BSD 4
 | |
| .Sh 名称
 | |
| .Nm crunchide
 | |
| .Nd プログラムをクランチしてまとめる際に、シンボル名を ld から隠蔽する
 | |
| .Sh 書式
 | |
| .Nm crunchide
 | |
| .Op Fl f Ar keep-list-file
 | |
| .Op Fl k Ar keep-symbol
 | |
| .Op Ar object-file ...
 | |
| .Sh 解説
 | |
| 
 | |
| .Nm crunchide
 | |
| は
 | |
| .Ar object-file
 | |
| の大域シンボルを隠蔽し、
 | |
| 続くリンカ
 | |
| .Xr ld 1
 | |
| の実行でそれらが無視されるようにします。
 | |
| .Fl k Ar keep-symbol
 | |
| オプションおよび
 | |
| .Fl f Ar keep-list-file
 | |
| オプションにより、
 | |
| いくつかのシンボルを見える状態のままにしておくことができます。
 | |
| ファイル
 | |
| .Ar keep-list-file
 | |
| は、見える状態にしておくシンボルのリストです。
 | |
| このファイルにはシンボルを 1 行にひとつずつ記述します。
 | |
| C コンパイラはシンボルの前にアンダスコアを付加することに
 | |
| 注意して下さい。
 | |
| C の関数 ``foo'' を見える状態にしておくには、
 | |
| \&``-k _foo'' というオプションを用いなければなりません。
 | |
| 
 | |
| .Pp
 | |
| .Nm crunchide
 | |
| は
 | |
| .Xr crunchgen 1
 | |
| とともに用いられるプログラムとして設計されています。
 | |
| .Xr crunchgen 1
 | |
| は複数のコンポーネントプログラムからクランチバイナリを作成する
 | |
| 処理を自動化するプログラムです。
 | |
| .Sh 関連項目
 | |
| .Xr crunchgen 1 ,
 | |
| .Xr ld 1
 | |
| .Sh 作者
 | |
| .Nm crunch
 | |
| は James da Silva <jds@cs.umd.edu> によって作成されました。
 | |
| .sp 0
 | |
| Copyright (c) 1994 University of Maryland.  All Rights Reserved.
 |