• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/

Lines Matching refs:desc

49     cl::desc("<input object files>"),
55 cl::desc("Equivalent to setting: --file-headers, --program-headers, "
59 cl::alias AllShort("a", cl::desc("Alias for --all"), cl::aliasopt(All));
64 cl::desc("Display the dependent libraries section"));
69 cl::desc("Equivalent to setting: --file-headers, --program-headers, "
71 cl::alias HeadersShort("e", cl::desc("Alias for --headers"),
76 WideOutput("wide", cl::desc("Ignored for compatibility with GNU readelf"),
79 cl::desc("Alias for --wide"),
84 cl::desc("Display file headers "));
85 cl::alias FileHeadersShort("h", cl::desc("Alias for --file-headers"),
88 cl::desc("Alias for --file-headers"),
94 cl::desc("Display all section headers."));
95 cl::alias SectionsShortUpper("S", cl::desc("Alias for --section-headers"),
98 cl::desc("Alias for --section-headers"),
104 cl::desc("Display relocations for each section shown."));
109 cl::desc("Display symbols for each section shown."));
114 cl::desc("Display section data for each section shown."));
119 cl::desc("Display the section to segment mapping."));
123 cl::desc("Display the relocation entries in the file"));
124 cl::alias RelocationsShort("r", cl::desc("Alias for --relocations"),
126 cl::alias RelocationsGNU("relocs", cl::desc("Alias for --relocations"),
130 cl::opt<bool> Notes("notes", cl::desc("Display the ELF notes in the file"));
131 cl::alias NotesShort("n", cl::desc("Alias for --notes"), cl::aliasopt(Notes));
135 cl::desc("Display the dynamic relocation entries in the file"));
141 cl::desc("Display the symbol table. Also display the dynamic "
143 cl::alias SymbolsGNU("syms", cl::desc("Alias for --symbols"),
149 cl::desc("Display the dynamic symbol table"));
150 cl::alias DynSymsGNU("dyn-syms", cl::desc("Alias for --dyn-symbols"),
156 cl::desc("Display the dynamic symbols derived from the hash section"));
160 cl::desc("Display unwind information"));
162 cl::desc("Alias for --unwind"),
167 cl::desc("Display the ELF .dynamic section table"));
168 cl::alias DynamicTableShort("d", cl::desc("Alias for --dynamic-table"),
170 cl::alias DynamicTableAlias("dynamic", cl::desc("Alias for --dynamic-table"),
175 cl::desc("Display the needed libraries"));
179 cl::desc("Display ELF program headers"));
180 cl::alias ProgramHeadersShort("l", cl::desc("Alias for --program-headers"),
182 cl::alias SegmentsAlias("segments", cl::desc("Alias for --program-headers"),
186 cl::list<std::string> StringDump("string-dump", cl::desc("<number|name>"),
188 cl::alias StringDumpShort("p", cl::desc("Alias for --string-dump"),
192 cl::list<std::string> HexDump("hex-dump", cl::desc("<number|name>"),
194 cl::alias HexDumpShort("x", cl::desc("Alias for --hex-dump"),
199 cl::desc("Demangle symbol names in output"));
200 cl::alias DemangleShort("C", cl::desc("Alias for --demangle"),
205 cl::desc("Display ELF hash table"));
209 cl::desc("Display ELF .gnu.hash section"));
213 cl::desc("Expand each shown relocation to multiple lines"));
217 cl::desc("Do not decode relocations in SHT_RELR section, display raw contents"));
221 cl::desc("Display CodeView debug information"));
226 cl::desc("Display the merged CodeView type stream"));
231 cl::desc(
237 cl::desc("Dump raw contents of codeview debug sections and records"));
241 cl::desc("Displays architecture-specific information, if there is any."));
242 cl::alias ArchSpecifcInfoShort("A", cl::desc("Alias for --arch-specific"),
247 COFFImports("coff-imports", cl::desc("Display the PE/COFF import table"));
251 COFFExports("coff-exports", cl::desc("Display the PE/COFF export table"));
256 cl::desc("Display the PE/COFF .drectve section"));
261 cl::desc("Display the PE/COFF .reloc section"));
266 cl::desc("Display the PE/COFF debug directory"));
270 cl::desc("Display the PE/COFF .rsrc section"));
275 cl::desc("Display the PE/COFF load config"));
280 cl::desc("Display the ELF .linker-options section"));
285 cl::desc("Display MachO Data in Code command"));
290 cl::desc("Display MachO indirect symbols"));
295 cl::desc("Display MachO linker options"));
300 cl::desc("Display MachO Segment command"));
305 cl::desc("Display MachO version min command"));
310 cl::desc("Display MachO Dysymtab command"));
315 cl::desc("Display contents of stackmap section"));
320 cl::desc("Display contents of all stack sizes sections"));
325 cl::desc("Display ELF version sections (if present)"));
326 cl::alias VersionInfoShort("V", cl::desc("Alias for -version-info"),
331 cl::desc("Display ELF section group contents"));
333 cl::desc("Alias for -elf-sections-groups"),
335 cl::alias SectionGroupsShort("g", cl::desc("Alias for -elf-sections-groups"),
341 cl::desc("Display bucket list histogram for hash sections"));
342 cl::alias HashHistogramShort("I", cl::desc("Alias for -elf-hash-histogram"),
345 cl::desc("Alias for --elf-hash-histogram"),
350 cl::desc("Display callgraph profile section"));
351 cl::alias ELFCGProfile("elf-cg-profile", cl::desc("Alias for --cg-profile"),
356 cl::desc("Display address-significance table"));
360 Output("elf-output-style", cl::desc("Specify ELF dump style"),
637 static cl::alias SectionsShort("s", cl::desc("Alias for --section-headers"),
643 static cl::alias SymbolsShort("t", cl::desc("Alias for --symbols"),
649 "sr", cl::desc("Alias for --section-relocations"),
651 static cl::alias SectionDataShort("sd", cl::desc("Alias for --section-data"),
654 cl::desc("Alias for --section-symbols"),
657 cl::desc("Alias for --dyn-symbols"),
664 static cl::alias SymbolsShort("s", cl::desc("Alias for --symbols"),