Lines Matching full:section
17 def all : FF<"all", "Equivalent to setting: --file-header, --program-headers, --section-headers, "
19 "--section-groups and --histogram">;
21 def bb_addr_map : FF<"bb-addr-map", "Display the BB address map section">;
23 def cg_profile : FF<"cg-profile", "Display call graph profile section">;
24 def decompress : FF<"decompress", "Dump decompressed section content when used with -x or -p">;
26 def dependent_libraries : FF<"dependent-libraries", "Display the dependent libraries section">;
32 def headers : FF<"headers", "Equivalent to setting: --file-header, --program-headers, --section-hea…
33 defm hex_dump : Eq<"hex-dump", "Display the specified section(s) as hexadecimal bytes">, MetaVarNam…
36 def section_data : FF<"section-data", "Display section data for each section shown. This option has…
37 def section_details : FF<"section-details", "Display the section details">;
38 def section_headers : FF<"section-headers", "Display section headers">;
39 def section_mapping : FF<"section-mapping", "Display the section to segment mapping">;
40 def section_mapping_EQ_false : FF<"section-mapping=false", "Don't display the section to segment ma…
41 def section_relocations : FF<"section-relocations", "Display relocations for each section shown. Th…
42 def section_symbols : FF<"section-symbols", "Display symbols for each section shown. This option ha…
45 def stackmap : FF<"stackmap", "Display contents of stackmap section">;
46 defm string_dump : Eq<"string-dump", "Display the specified section(s) as a list of strings">, Meta…
53 def dynamic_table : FF<"dynamic-table", "Display the dynamic section table">, Group<grp_elf>;
54 def elf_linker_options : FF<"elf-linker-options", "Display the .linker-options section">, Group<grp…
57 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
59 def hash_symbols : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">,…
60 def hash_table : FF<"hash-table", "Display .hash section">, Group<grp_elf>;
82 def coff_basereloc : FF<"coff-basereloc", "Display .reloc section">, Group<grp_coff>;
84 def coff_directives : FF<"coff-directives", "Display .drectve section">, Group<grp_coff>;
88 def coff_resources : FF<"coff-resources", "Display .rsrc section">, Group<grp_coff>;
94 def exception_section : FF<"exception-section" , "Display the exception section entries">, Group<gr…
95 def loader_section_header : FF<"loader-section-header" , "Display the loader section header">, Grou…
96 def loader_section_symbols : FF<"loader-section-symbols" , "Display the loader section symbol table…
97 def loader_section_relocations : FF<"loader-section-relocations" , "Display the loader section relo…
108 def : Flag<["--"], "sd">, Alias<section_data>, HelpText<"Alias for --section-data">;
109 def : Flag<["--"], "st">, Alias<section_symbols>, HelpText<"Alias for --section-symbols">;
110 def : Flag<["--"], "sr">, Alias<section_relocations>, HelpText<"Alias for --section-relocations">;
117 def : FF<"elf-section-groups", "Alias for --section-groups">, Alias<section_groups>, Flags<[HelpHid…
120 def : FF<"sections", "Alias for --section-headers">, Alias<section_headers>;
129 def : F<"g", "Alias for --section-groups">, Alias<section_groups>, Group<grp_elf>;
136 def : F<"S", "Alias for --section-headers">, Alias<section_headers>;
138 def : F<"t", "Alias for --section-details">, Alias<section_details>;