Lines Matching refs:keep
43 --keep-mini-debug-info Keep compressed debug info in out-file
44 --keep-symbols Keep symbols in out-file
45 --keep-symbols-and-debug-frame Keep symbols and .debug_frame in out-file
55 local keep_section=--keep-section=.ARM.attributes
83 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
86 "${CLANG_BIN}/llvm-objcopy" --only-keep-debug "${infile}" "${outfile}.debug"
91 …"${CLANG_BIN}/llvm-objcopy" -S --keep-section .debug_frame --keep-symbols="${outfile}.keep_symbols…
92 "${XZ}" --keep --block-size=64k --threads=0 "${outfile}.mini_debuginfo"
104 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
154 keep-mini-debug-info) keep_mini_debug_info=true ;;
155 keep-symbols) keep_symbols=true ;;
156 keep-symbols-and-debug-frame) keep_symbols_and_debug_frame=true ;;