Scroll to navigation

LLVM-READOBJ(1) LLVM LLVM-READOBJ(1)

NAME

llvm-readobj - LLVM Object Reader

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.

Print a summary of command line options.

Display the version of this program

Display file headers.

Display all sections.

When used with -sections, display section data for each section shown.

When used with -sections, display relocations for each section shown.

When used with -sections, display symbols for each section shown.

Display the relocation entries in the file.

Display the symbol table.

Display the dynamic symbol table (only for ELF object files).

Display unwind information.

When used with -relocations, display each relocation in an expanded multi-line format.

Display the ELF .dynamic section table (only for ELF object files).

Display the needed libraries (only for ELF object files).

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

Display section groups (only for ELF object files).

EXIT STATUS

llvm-readobj returns 0.

AUTHOR

Maintained by The LLVM Team (http://llvm.org/).

COPYRIGHT

2003-2018, LLVM Project

2018-03-28 5