Searched refs:infile (Results 1 – 5 of 5) sorted by relevance
54 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm…58 …REMOVE_SECTIONS=`"${CLANG_BIN}/llvm-readelf" -S "${infile}" | awk '/.debug_/ {if ($2 != ".debug_fr…59 "${CLANG_BIN}/llvm-objcopy" "${infile}" "${outfile}.tmp" ${REMOVE_SECTIONS}63 …REMOVE_SECTIONS=`"${CLANG_BIN}/llvm-readelf" -S "${infile}" | awk '/.debug_/ {print "--remove-sect…64 "${CLANG_BIN}/llvm-objcopy" "${infile}" "${outfile}.tmp" ${REMOVE_SECTIONS}72 "${CROSS_COMPILE}objcopy" -w "${infile}" "${outfile}.tmp" ${KEEP_SYMBOLS}78 … --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${infile}" -o "${outfile}.t…84 "${CROSS_COMPILE}objcopy" --only-keep-debug "${infile}" "${outfile}.debug"85 …"${CLANG_BIN}/llvm-nm" -D "${infile}" --format=posix --defined-only 2> /dev/null | awk '{ print $1…86 …"${CLANG_BIN}/llvm-nm" "${infile}" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "…[all …]
38 …("${CROSS_COMPILE}readelf" -d "${infile}" | grep SONAME || echo "No SONAME for ${infile}") > "${ou…39 … "${CROSS_COMPILE}readelf" --dyn-syms "${infile}" | awk '{$2=""; $3=""; print}' >> "${outfile}.tmp"48 "${CROSS_COMPILE}/otool" -l "${infile}" | grep LC_ID_DYLIB -A 5 > "${outfile}.tmp"49 …"${CROSS_COMPILE}/nm" -gP "${infile}" | cut -f1-2 -d" " | (grep -v 'U$' >> "${outfile}.tmp" || tru…59 "${CROSS_COMPILE}objdump" -x "${infile}" | grep "^Name" | cut -f3 -d" " > "${outfile}.tmp"60 "${CROSS_COMPILE}nm" -g -f p "${infile}" | cut -f1-2 -d" " >> "${outfile}.tmp"72 i) infile="${OPTARG}" ;;
45 i) infile="${OPTARG}" ;;52 if [ -z "${infile}" ]; then65 ${outfile}: ${infile} ${CLANG_BIN}/llvm-ar84 cp "${infile}" "${tempdir}/archive"
294 def parse_input_file_chrome(infile, flags): argument309 for line in infile:342 def parse_input_file_android(infile, flags): argument347 android_root = find_android_root(infile)348 infile.seek(0)369 for line in infile:423 def parse_input_file(infile, flags): argument425 return parse_input_file_chrome(infile, flags)427 return parse_input_file_android(infile, flags)
3 usage: zipalign [-f] [-v] <align> infile.zip outfile.zip4 zipalign -c [-v] <align> infile.zip11 infile.zip is an existing Zip archive