Lines Matching refs:help
114 help='The readelf binary to run',
118 help='The nm binary to run',
121 help='The strip binary to run',
124 help='The strip debug whitelist, lines of which are names of shared objects with .symtab kept.',
128 help='Shared object file produced by linking command',
132 help='Output table-of-contents file',
135 help=('Use --Wl,-Map to generate a map file. Will be '
140 help='Final output shared object file',
143 parser.add_argument('command', nargs='+', help='Linking command')
147 help='Add .gnu_debugdata section for stripped sofile')
148 parser.add_argument('--target-name', help='')
149 parser.add_argument('--target-out-dir', help='')
150 parser.add_argument('--allowed-lib-list', help='')
151 parser.add_argument('--clang-base-dir', help='')