Man page generated from reStructuredText.
.
"LLVM-READOBJ" "1" "2016-07-10" "3.8" "LLVM"
NAME
llvm-readobj - LLVM Object Reader . .nr rst2man-indent-level 0 . \\$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] .. .rstReportMargin pre:
. RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .rstReportMargin post:
.. . 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]]
..
SYNOPSIS
llvm-readobj [options] [input...]
DESCRIPTION
The llvm-readobj 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.
OPTIONS
If input is "-" or omitted, llvm-readobj reads from standard input. Otherwise, it will read from the specified filenames. NDENT 0.0

-help Print a summary of command line options. NINDENT NDENT 0.0

-version Display the version of this program NINDENT NDENT 0.0

-file-headers, -h Display file headers. NINDENT NDENT 0.0

-sections, -s Display all sections. NINDENT NDENT 0.0

-section-data, -sd When used with -sections, display section data for each section shown. NINDENT NDENT 0.0

-section-relocations, -sr When used with -sections, display relocations for each section shown. NINDENT NDENT 0.0

-section-symbols, -st When used with -sections, display symbols for each section shown. NINDENT NDENT 0.0

-relocations, -r Display the relocation entries in the file. NINDENT NDENT 0.0

-symbols, -t Display the symbol table. NINDENT NDENT 0.0

-dyn-symbols Display the dynamic symbol table (only for ELF object files). NINDENT NDENT 0.0

-unwind, -u Display unwind information. NINDENT NDENT 0.0

-expand-relocs When used with -relocations, display each relocation in an expanded multi-line format. NINDENT NDENT 0.0

-dynamic-table Display the ELF .dynamic section table (only for ELF object files). NINDENT NDENT 0.0

-needed-libs Display the needed libraries (only for ELF object files). NINDENT NDENT 0.0

-program-headers Display the ELF program headers (only for ELF object files). NINDENT

EXIT STATUS
llvm-readobj returns 0.
AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
COPYRIGHT
2003-2016, LLVM Project Generated by docutils manpage writer.
.