Home | History | Annotate | Download | only in info

Lines Matching full:keep

713              [`-K' SYMBOLNAME|`--keep-symbol='SYMBOLNAME]
716 [`-G' SYMBOLNAME|`--keep-global-symbol='SYMBOLNAME]
746 [`--keep-symbols='FILENAME]
749 [`--keep-global-symbols='FILENAME]
758 [`--keep-file-symbols']
759 [`--only-keep-debug']
863 `--keep-symbol=SYMBOLNAME'
864 When stripping symbols, keep symbol SYMBOLNAME even if it would
877 `--keep-global-symbol=SYMBOLNAME'
878 Keep only symbol SYMBOLNAME global. Make all other symbols local
922 Keep only every BYTEth byte of the input file (header data is not
1103 `--keep-symbols=FILENAME'
1104 Apply `--keep-symbol' option to each symbol listed in the file
1121 `--keep-global-symbols=FILENAME'
1122 Apply `--keep-global-symbol' option to each symbol listed in the
1184 `--keep-file-symbols'
1189 `--only-keep-debug'
1204 2. Run `objcopy --only-keep-debug foo foo.dbg' to create a file
1214 file is arbitrary. Also the `--only-keep-debug' step is optional.
1227 `--only-keep-debug' switch.
1821 [`-K' SYMBOLNAME |`--keep-symbol='SYMBOLNAME]
1827 [`--keep-file-symbols']
1828 [`--only-keep-debug']
1883 `--keep-symbol=SYMBOLNAME'
1884 When stripping symbols, keep symbol SYMBOLNAME even if it would
1913 would cause strip to only keep symbols that start with the letters
1925 `--keep-file-symbols'
1930 `--only-keep-debug'
1944 2. Run `objcopy --only-keep-debug foo foo.dbg' to create a file
1954 file is arbitrary. Also the `--only-keep-debug' step is optional.
1967 `--only-keep-debug' switch.
3160 Keep in mind that the purpose of a bug report is to enable us to fix