Lines Matching full:symbols

31     : Eq<"new-symbol-visibility", "Specify the visibility of symbols automatically "
70 "contains two symbols per line separated with whitespace and may "
73 "symbols from many files">,
107 : Eq<"set-symbols-visibility",
108 "Read a list of symbols from <filename> and change their "
123 "Remove all symbols named <symbol> that are local or undefined and "
127 : Eq<"strip-unneeded-symbols",
128 "Remove all symbols whose names appear in the file <file>, if they "
152 "Mark all symbols that have hidden or internal visibility as local">;
157 : Eq<"localize-symbols",
159 "symbols with those names as local">,
170 : Eq<"globalize-symbols",
171 "Read a list of symbols from <filename> and mark defined symbols"
177 "Mark all symbols local, except for symbols with the name <symbol>. "
178 "Can be specified multiple times to ignore multiple symbols">,
189 : Eq<"keep-global-symbols",
190 "Read a list of symbols from <filename> and run as if "
194 "be repeated to read symbols from many files">,
197 defm weaken_symbol : Eq<"weaken-symbol", "Mark global symbols named <symbol> as weak">,
200 : Eq<"weaken-symbols",
201 "Read a list of symbols from <filename> and mark global symbols with those names as weak">,
208 HelpText<"Mark all defined global symbols as weak">;
211 : Eq<"strip-symbols",
212 "Remove all symbols whose names appear in the file <filename>">,
216 : Eq<"keep-symbols",
217 "Read a list of symbols from <filename> and run as if "
221 "be repeated to read symbols from many files">,
230 : Eq<"skip-symbols",
231 "Read a list of symbols from <filename> and run as if "
235 "be repeated to read symbols from many files">,
243 : Eq<"prefix-symbols", "Add <prefix> to the start of every symbol name">,
247 "Remove <prefix> from the start of every symbol name. No-op for symbols that do not start "