989d921f5d
I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
68 lines
1.3 KiB
Groff
68 lines
1.3 KiB
Groff
.\" %FreeBSD: src/usr.bin/ldd/ldd.1,v 1.23 2002/12/30 21:18:11 schweikh Exp %
|
|
.\"
|
|
.\" $FreeBSD$
|
|
.Dd October 22, 1993
|
|
.Dt LDD 1
|
|
.Os
|
|
.Sh 名称
|
|
.Nm ldd
|
|
.Nd 依存する共有オブジェクトの一覧
|
|
.Sh 書式
|
|
.Nm
|
|
.Op Fl a
|
|
.Op Fl v
|
|
.Op Fl f Ar フォーマット
|
|
.Ar プログラム ...
|
|
.Sh 解説
|
|
.Nm
|
|
ユーティリティは、
|
|
指定されたプログラムの実行または
|
|
指定された共有オブジェクトのロードに必要な、
|
|
すべての共有オブジェクトを表示します。
|
|
.Xr nm 1
|
|
とは異なり、
|
|
共有オブジェクトが更に別の共有オブジェクトを必要としているような
|
|
.Dq 間接
|
|
依存にも対応しています。
|
|
.Pp
|
|
0、
|
|
1、
|
|
あるいは 2 つの
|
|
.Fl f
|
|
オプションが使用できます。
|
|
その引数は、
|
|
.Xr rtld 1
|
|
に渡されるフォーマット文字列であり、
|
|
.Nm
|
|
の出力をカスタマイズします。
|
|
使用できる変換文字のリストは
|
|
.Xr rtld 1
|
|
を見てください。
|
|
.Pp
|
|
.Fl a
|
|
オプションは、
|
|
各ロードオブジェクトが必要とするすべてのオブジェクトの一覧を表示します。
|
|
本オプションは
|
|
.Xr a.out 5
|
|
バイナリに対しては動作しません。
|
|
.Pp
|
|
.Fl v
|
|
オプションは、
|
|
実行プログラム中の符号化されたダイナミックリンクヘッダの
|
|
冗長なリストを表示します。
|
|
各フィールドの意味については
|
|
ソースコードとインクルードファイルを見てください。
|
|
.Sh 関連項目
|
|
.Xr ld 1 ,
|
|
.Xr nm 1 ,
|
|
.Xr rtld 1
|
|
.Sh 歴史
|
|
.Nm
|
|
は SunOS 4.0 で最初に登場し、
|
|
.Fx 1.1
|
|
で現在の形になりました。
|
|
.Pp
|
|
.Fl v
|
|
のサポートは、
|
|
.An John Polstra Aq jdp@polstra.com
|
|
によって書かれたコードに基づいています。
|