Lines Matching full:remove
18 HelpText<"Allow the tool to remove sections even if it would leave "
45 HelpText<"For ELF, remove all symbols and non-alloc sections not within "
47 "For COFF and Mach-O, remove all symbols, debug sections, and relocations">;
51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">;
54 HelpText<"Remove all debug sections">;
60 HelpText<"Remove all symbols not needed by relocations">;
62 defm remove_section : Eq<"remove-section", "Remove <section>">,
66 HelpText<"Alias for --remove-section">;
70 HelpText<"Remove all section headers and all section data not within segments">;
81 defm keep_symbol : Eq<"keep-symbol", "When removing symbols, do not remove <symbol>">,
91 HelpText<"Do not remove undefined symbols">, Group<grp_macho>;
100 HelpText<"Remove local symbols starting with .L">;
107 HelpText<"Remove most local symbols. Different file formats may limit this to a subset. "
109 "Additionally, remove all debug sections">;