Searched refs:outfile (Results 1 – 4 of 4) sorted by relevance
54 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm…59 "${CLANG_BIN}/llvm-objcopy" "${infile}" "${outfile}.tmp" ${REMOVE_SECTIONS}64 "${CLANG_BIN}/llvm-objcopy" "${infile}" "${outfile}.tmp" ${REMOVE_SECTIONS}68 echo "${symbols_to_keep}" | tr ',' '\n' > "${outfile}.symbolList"71 KEEP_SYMBOLS+="${outfile}.symbolList"72 "${CROSS_COMPILE}objcopy" -w "${infile}" "${outfile}.tmp" ${KEEP_SYMBOLS}76 …rm -f "${outfile}.dynsyms" "${outfile}.funcsyms" "${outfile}.keep_symbols" "${outfile}.debug" "${o…78 …keep-section=.ARM.attributes --remove-section=.comment "${infile}" -o "${outfile}.tmp" || fail=true84 "${CROSS_COMPILE}objcopy" --only-keep-debug "${infile}" "${outfile}.debug"85 …file}" --format=posix --defined-only 2> /dev/null | awk '{ print $1 }' | sort >"${outfile}.dynsyms"[all …]
38 …COMPILE}readelf" -d "${infile}" | grep SONAME || echo "No SONAME for ${infile}") > "${outfile}.tmp"39 … "${CROSS_COMPILE}readelf" --dyn-syms "${infile}" | awk '{$2=""; $3=""; print}' >> "${outfile}.tmp"42 ${outfile}: \\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…52 ${outfile}: \\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"63 ${outfile}: \\73 o) outfile="${OPTARG}" ;;[all …]
46 o) outfile="${OPTARG}" ;;57 if [ -z "${outfile}" ]; then65 ${outfile}: ${infile} ${CLANG_BIN}/llvm-ar71 if [[ "$outfile" != /* ]]; then72 outfile="${PWD}/${outfile}"75 tempdir="${outfile}.tmp"78 rm -f "${outfile}"87 "${LLVM_AR}" --format=gnu qc "${outfile}" "$@"
3 usage: zipalign [-f] [-v] <align> infile.zip outfile.zip7 -f : overwrite existing outfile.zip12 outfile.zip will be created