Lines Matching full:symbols
18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, "
30 def extra_sym_info : FF<"extra-sym-info", "Display extra information when showing symbols">;
42 def section_symbols : FF<"section-symbols", "Display symbols for each section shown. This option ha…
43 defm sort_symbols : Eq<"sort-symbols", "Specify the keys to sort the symbols before displaying symt…
48 def symbols : FF<"symbols", "Display the symbol table. Also display the dynamic symbol table when u…
58 def gnu_hash_table : FF<"gnu-hash-table", "Display the GNU hash table for dynamic symbols">, Group<…
59 def hash_symbols : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">,…
71 def macho_indirect_symbols : FF<"macho-indirect-symbols", "Display indirect symbols">, Group<grp_ma…
96 def loader_section_symbols : FF<"loader-section-symbols" , "Display the loader section symbol table…
109 def : Flag<["--"], "st">, Alias<section_symbols>, HelpText<"Alias for --section-symbols">;
113 def : FF<"dyn-symbols", "Alias for --dyn-syms">, Alias<dyn_syms>;
122 def : FF<"syms", "Alias for --symbols">, Alias<symbols>;
137 def : F<"s", "Alias for --symbols">, Alias<symbols>;