Deleted Added
full compact
readelf.1 (282918) readelf.1 (283616)
1.\" Copyright (c) 2009,2011 Joseph Koshy <jkoshy@users.sourceforge.net>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer

--- 8 unchanged lines hidden (view full) ---

17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2009,2011 Joseph Koshy <jkoshy@users.sourceforge.net>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer

--- 8 unchanged lines hidden (view full) ---

17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $Id: readelf.1 3195 2015-05-12 17:22:19Z emaste $
25.\" $Id: readelf.1 3219 2015-05-24 23:42:34Z kaiwang27 $
26.\"
27.Dd September 13, 2012
28.Os
29.Dt READELF 1
30.Sh NAME
31.Nm readelf
32.Nd display information about ELF objects
33.Sh SYNOPSIS

--- 51 unchanged lines hidden (view full) ---

85Print the archive symbol table for archives.
86.It Fl d | Fl -dynamic
87Print the contents of the
88.Li SHT_DYNAMIC
89sections in the ELF object.
90.It Fl e | Fl -headers
91Print all program, file and section headers in the ELF object.
92.It Fl g | Fl -section-groups
26.\"
27.Dd September 13, 2012
28.Os
29.Dt READELF 1
30.Sh NAME
31.Nm readelf
32.Nd display information about ELF objects
33.Sh SYNOPSIS

--- 51 unchanged lines hidden (view full) ---

85Print the archive symbol table for archives.
86.It Fl d | Fl -dynamic
87Print the contents of the
88.Li SHT_DYNAMIC
89sections in the ELF object.
90.It Fl e | Fl -headers
91Print all program, file and section headers in the ELF object.
92.It Fl g | Fl -section-groups
93This option is recognized, but is ignored.
93Print the contents of the section groups in the ELF object.
94.It Fl h | Fl -file-header
95Print the file header of the ELF object.
96.It Fl l | Fl -program-headers
97Print the content of the program header table for the object.
98.It Fl n | Fl -notes
99Print the contents of
100.Li PT_NOTE
101segments or

--- 96 unchanged lines hidden ---
94.It Fl h | Fl -file-header
95Print the file header of the ELF object.
96.It Fl l | Fl -program-headers
97Print the content of the program header table for the object.
98.It Fl n | Fl -notes
99Print the contents of
100.Li PT_NOTE
101segments or

--- 96 unchanged lines hidden ---