Lines Matching +full:a +full:- +full:display

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
46 .B \-\-all, \-a
47 Equivalent to specifying all the main display options relevant to the file
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
63 Display the contents of the basic block address map section(s), which contain the
68 .B \-\-demangle, \-C
69 Display demangled symbol names in the output.
73 .B \-\-dependent\-libraries
74 Display the dependent libraries section.
78 .B \-\-dyn\-relocations
79 Display the dynamic relocation entries.
83 .B \-\-dyn\-symbols, \-\-dyn\-syms
84 Display the dynamic symbol table.
88 .B \-\-dynamic\-table, \-\-dynamic, \-d
89 Display the dynamic table.
93 .B \-\-cg\-profile
94 Display the callgraph profile section.
98 .B \-\-histogram, \-I
99 Display a bucket list histogram for dynamic symbol hash tables.
103 .B \-\-elf\-linker\-options
104 Display the linker options section.
108 .B \-\-elf\-output\-style=<value>
116 .B \-\-section\-groups, \-g
117 Display section groups.
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
128 Display file headers.
132 .B \-\-gnu\-hash\-table
133 Display the GNU hash table for dynamic symbols.
137 .B \-\-hash\-symbols
138 Display the expanded hash table with dynamic symbol data.
142 .B \-\-hash\-table
143 Display the hash table for dynamic symbols.
147 .B \-\-headers, \-e
148 Equivalent to setting: \fI\%\-\-file\-header\fP, \fI\%\-\-program\-headers\fP,
149 and \fI\%\-\-sections\fP\&.
153 .B \-\-help
154 Display a summary of command line options.
158 .B \-\-hex\-dump=<section[,section,...]>, \-x
159 Display the specified section(s) as hexadecimal bytes. \fBsection\fP may be a
164 .B \-\-needed\-libs
165 Display the needed libraries.
169 .B \-\-no\-demangle
170 Do not display demangled symbol names in the output. On by default.
174 .B \-\-notes, \-n
175 Display all notes.
179 .B \-\-pretty\-print
180 When used with \fI\%\-\-elf\-output\-style\fP, JSON output will be formatted in
181 a more readable format.
185 .B \-\-program\-headers, \-\-segments, \-l
186 Display the program headers.
190 .B \-\-raw\-relr
195 .B \-\-relocations, \-\-relocs, \-r
196 Display the relocation entries in the file.
200 .B \-\-sections, \-\-section\-headers, \-S
201 Display all sections.
205 .B \-\-section\-data
206 When used with \fI\%\-\-sections\fP, display section data for each section
211 .B \-\-section\-details, \-t
212 Display all section details. Used as an alternative to \fI\%\-\-sections\fP\&.
216 .B \-\-section\-mapping
217 Display the section to segment mapping.
221 .B \-\-section\-relocations
222 When used with \fI\%\-\-sections\fP, display relocations for each section
227 .B \-\-section\-symbols
228 When used with \fI\%\-\-sections\fP, display symbols for each section shown.
233 .B \-\-stackmap
234 Display contents of the stackmap section.
238 .B \-\-stack\-sizes
239 Display the contents of the stack sizes section(s), i.e. pairs of function
245 .B \-\-string\-dump=<section[,section,...]>, \-p
246 Display the specified section(s) as a list of strings. \fBsection\fP may be a
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
257 Display unwind information.
261 .B \-\-version
262 Display the version of the \fBllvm\-readelf\fP executable.
266 .B \-\-version\-info, \-V
267 Display version sections.
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