.\" Man page generated from reStructuredText. . .TH "LLVM-READOBJ" "1" "2020-08-15" "8" "LLVM" .SH NAME llvm-readobj \- LLVM Object Reader . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .sp \fBllvm\-readobj\fP [\fIoptions\fP] [\fIinput…\fP] .SH DESCRIPTION .sp The \fBllvm\-readobj\fP tool displays low\-level format\-specific information about one or more object files. The tool and its output is primarily designed for use in FileCheck\-based tests. .SH OPTIONS .sp If \fBinput\fP is “\fB\-\fP” or omitted, \fBllvm\-readobj\fP reads from standard input. Otherwise, it will read from the specified \fBfilenames\fP\&. .INDENT 0.0 .TP .B \-help Print a summary of command line options. .UNINDENT .INDENT 0.0 .TP .B \-version Display the version of this program .UNINDENT .INDENT 0.0 .TP .B \-file\-headers, \-h Display file headers. .UNINDENT .INDENT 0.0 .TP .B \-sections, \-s Display all sections. .UNINDENT .INDENT 0.0 .TP .B \-section\-data, \-sd When used with \fB\-sections\fP, display section data for each section shown. .UNINDENT .INDENT 0.0 .TP .B \-section\-relocations, \-sr When used with \fB\-sections\fP, display relocations for each section shown. .UNINDENT .INDENT 0.0 .TP .B \-section\-symbols, \-st When used with \fB\-sections\fP, display symbols for each section shown. .UNINDENT .INDENT 0.0 .TP .B \-relocations, \-r Display the relocation entries in the file. .UNINDENT .INDENT 0.0 .TP .B \-symbols, \-t Display the symbol table. .UNINDENT .INDENT 0.0 .TP .B \-dyn\-symbols Display the dynamic symbol table (only for ELF object files). .UNINDENT .INDENT 0.0 .TP .B \-unwind, \-u Display unwind information. .UNINDENT .INDENT 0.0 .TP .B \-expand\-relocs When used with \fB\-relocations\fP, display each relocation in an expanded multi\-line format. .UNINDENT .INDENT 0.0 .TP .B \-dynamic\-table Display the ELF .dynamic section table (only for ELF object files). .UNINDENT .INDENT 0.0 .TP .B \-needed\-libs Display the needed libraries (only for ELF object files). .UNINDENT .INDENT 0.0 .TP .B \-program\-headers Display the ELF program headers (only for ELF object files). .UNINDENT .INDENT 0.0 .TP .B \-elf\-section\-groups, \-g Display section groups (only for ELF object files). .UNINDENT .SH EXIT STATUS .sp \fBllvm\-readobj\fP returns 0. .SH AUTHOR Maintained by the LLVM Team (https://llvm.org/). .SH COPYRIGHT 2003-2020, LLVM Project .\" Generated by docutils manpage writer. .