Lines Matching +full:input +full:- +full:style
4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
30 .TH "LLVM-READELF" "1" "2023-05-24" "16" "LLVM"
32 llvm-readelf \- GNU-style LLVM Object Reader
35 \fBllvm\-readelf\fP [\fIoptions\fP] [\fIinput...\fP]
38 The \fBllvm\-readelf\fP tool displays low\-level format\-specific information
41 If \fBinput\fP is \(dq\fB\-\fP\(dq, \fBllvm\-readelf\fP reads from standard
42 input. Otherwise, it will read from the specified \fBfilenames\fP\&.
46 .B \-\-all, \-a
52 .B \-\-addrsig
53 Display the address\-significance table.
57 .B \-\-arch\-specific, \-A
58 Display architecture\-specific information, e.g. the ARM attributes section on ARM.
62 .B \-\-bb\-addr\-map
68 .B \-\-demangle, \-C
73 .B \-\-dependent\-libraries
78 .B \-\-dyn\-relocations
83 .B \-\-dyn\-symbols, \-\-dyn\-syms
88 .B \-\-dynamic\-table, \-\-dynamic, \-d
93 .B \-\-cg\-profile
98 .B \-\-histogram, \-I
103 .B \-\-elf\-linker\-options
108 .B \-\-elf\-output\-style=<value>
109 Format ELF information in the specified style. Valid options are \fBLLVM\fP,
116 .B \-\-section\-groups, \-g
121 .B \-\-expand\-relocs
122 When used with \fI\%\-\-relocations\fP, display each relocation in an expanded
123 multi\-line format.
127 .B \-\-file\-header, \-h
132 .B \-\-gnu\-hash\-table
137 .B \-\-hash\-symbols
142 .B \-\-hash\-table
147 .B \-\-headers, \-e
148 Equivalent to setting: \fI\%\-\-file\-header\fP, \fI\%\-\-program\-headers\fP,
149 and \fI\%\-\-sections\fP\&.
153 .B \-\-help
158 .B \-\-hex\-dump=<section[,section,...]>, \-x
164 .B \-\-needed\-libs
169 .B \-\-no\-demangle
174 .B \-\-notes, \-n
179 .B \-\-pretty\-print
180 When used with \fI\%\-\-elf\-output\-style\fP, JSON output will be formatted in
185 .B \-\-program\-headers, \-\-segments, \-l
190 .B \-\-raw\-relr
195 .B \-\-relocations, \-\-relocs, \-r
200 .B \-\-sections, \-\-section\-headers, \-S
205 .B \-\-section\-data
206 When used with \fI\%\-\-sections\fP, display section data for each section
207 shown. This option has no effect for GNU style output.
211 .B \-\-section\-details, \-t
212 Display all section details. Used as an alternative to \fI\%\-\-sections\fP\&.
216 .B \-\-section\-mapping
221 .B \-\-section\-relocations
222 When used with \fI\%\-\-sections\fP, display relocations for each section
223 shown. This option has no effect for GNU style output.
227 .B \-\-section\-symbols
228 When used with \fI\%\-\-sections\fP, display symbols for each section shown.
229 This option has no effect for GNU style output.
233 .B \-\-stackmap
238 .B \-\-stack\-sizes
241 style output.
245 .B \-\-string\-dump=<section[,section,...]>, \-p
251 .B \-\-symbols, \-\-syms, \-s
252 Display the symbol table. Also display the dynamic symbol table when using GNU output style for ELF.
256 .B \-\-unwind, \-u
261 .B \-\-version
262 Display the version of the \fBllvm\-readelf\fP executable.
266 .B \-\-version\-info, \-V
271 .B \-\-wide, \-W
272 Ignored for GNU readelf compatibility. The output is already similar to when using \-W with GNU rea…
277 Read command\-line options from response file \fI<FILE>\fP\&.
281 \fBllvm\-readelf\fP returns 0 under normal operation. It returns a non\-zero
285 \fBllvm\-nm(1)\fP, \fBllvm\-objdump(1)\fP, \fBllvm\-readobj(1)\fP
289 2003-2023, LLVM Project