2 .\"
3 .\" CDDL HEADER START
4 .\"
5 .\" The contents of this file are subject to the terms of the
6 .\" Common Development and Distribution License (the "License").
7 .\" You may not use this file except in compliance with the License.
8 .\"
9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 .\" or http://www.opensolaris.org/os/licensing.
11 .\" See the License for the specific language governing permissions
12 .\" and limitations under the License.
13 .\"
14 .\" When distributing Covered Code, include this CDDL HEADER in each
15 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 .\" If applicable, add the following below this CDDL HEADER, with the
17 .\" fields enclosed by brackets "[]" replaced with your own identifying
18 .\" information: Portions Copyright [yyyy] [name of copyright owner]
19 .\"
20 .\" CDDL HEADER END
21 .\"
22 .TH find_elf 1 "25 March 2010"
23 .SH NAME
24 find_elf \- Locate ELF shared objects and executables
25 .SH SYNOPSIS
26 \fBfind_elf [-afrs] path\fP
27 .LP
28 .SH DESCRIPTION
29 .IX "OS-Net build tools" "find_elf" "" "\fBfind_elf\fP"
30 The
31 .I find_elf
32 command descends a directory hierarchy and produces one line
33 of output on stdout for each ELF executable or shared object found.
34 .LP
35 .SH OPTIONS
36 .LP
37 The following options are supported:
38 .TP 4
39 .B \-a
40 Disable alias processing. Symbolic links are treated as independent
41 files, each such link results in a separate OBJECT output line,
42 and ALIAS lines are not issued.
197 .in +4
198 .nf
199 % find_elf /lib/libc.so
200 .fi
201 .in -4
202 .sp
203 In such situations, the \fB-a\fP option can be used to produce
204 the desired output:
205 .sp
206 .in +4
207 .nf
208 % find_elf -a /lib/libc.so
209 OBJECT 32 DYN VERDEF /lib/libc.so
210 .fi
211 .in -4
212 .sp
213 .PP
214 .RS
215 .nf
216 .SH SEE ALSO
217 .BR check_rtime (1),
218 .BR interface_check (1),
219 .BR interface_cmp (1),
220 .BR ld (1),
221 .BR ldd (1),
222 .BR elfdump (1),
223 .BR pvs (1).
224 .LP
225 .TZ LLM
|
2 .\"
3 .\" CDDL HEADER START
4 .\"
5 .\" The contents of this file are subject to the terms of the
6 .\" Common Development and Distribution License (the "License").
7 .\" You may not use this file except in compliance with the License.
8 .\"
9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 .\" or http://www.opensolaris.org/os/licensing.
11 .\" See the License for the specific language governing permissions
12 .\" and limitations under the License.
13 .\"
14 .\" When distributing Covered Code, include this CDDL HEADER in each
15 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 .\" If applicable, add the following below this CDDL HEADER, with the
17 .\" fields enclosed by brackets "[]" replaced with your own identifying
18 .\" information: Portions Copyright [yyyy] [name of copyright owner]
19 .\"
20 .\" CDDL HEADER END
21 .\"
22 .TH find_elf 1ONBLD "25 March 2010"
23 .SH NAME
24 find_elf \- Locate ELF shared objects and executables
25 .SH SYNOPSIS
26 \fBfind_elf [-afrs] path\fP
27 .LP
28 .SH DESCRIPTION
29 .IX "OS-Net build tools" "find_elf" "" "\fBfind_elf\fP"
30 The
31 .I find_elf
32 command descends a directory hierarchy and produces one line
33 of output on stdout for each ELF executable or shared object found.
34 .LP
35 .SH OPTIONS
36 .LP
37 The following options are supported:
38 .TP 4
39 .B \-a
40 Disable alias processing. Symbolic links are treated as independent
41 files, each such link results in a separate OBJECT output line,
42 and ALIAS lines are not issued.
197 .in +4
198 .nf
199 % find_elf /lib/libc.so
200 .fi
201 .in -4
202 .sp
203 In such situations, the \fB-a\fP option can be used to produce
204 the desired output:
205 .sp
206 .in +4
207 .nf
208 % find_elf -a /lib/libc.so
209 OBJECT 32 DYN VERDEF /lib/libc.so
210 .fi
211 .in -4
212 .sp
213 .PP
214 .RS
215 .nf
216 .SH SEE ALSO
217 .BR check_rtime (1ONBLD),
218 .BR interface_check (1ONBLD),
219 .BR interface_cmp (1ONBLD),
220 .BR ld (1),
221 .BR ldd (1),
222 .BR elfdump (1),
223 .BR pvs (1).
224 .LP
225 .TZ LLM
|