Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 4 of 4) sorted by relevance

/build/soong/scripts/
Dstrip.sh53 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm…
58 "${CLANG_BIN}/llvm-objcopy" "${infile}" "${outfile}.tmp" ${REMOVE_SECTIONS}
63 "${CLANG_BIN}/llvm-objcopy" "${infile}" "${outfile}.tmp" ${REMOVE_SECTIONS}
67 echo "${symbols_to_keep}" | tr ',' '\n' > "${outfile}.symbolList"
70 KEEP_SYMBOLS+="${outfile}.symbolList"
71 "${CLANG_BIN}/llvm-objcopy" -w "${infile}" "${outfile}.tmp" ${KEEP_SYMBOLS}
75 …rm -f "${outfile}.dynsyms" "${outfile}.funcsyms" "${outfile}.keep_symbols" "${outfile}.debug" "${o…
77 …keep-section=.ARM.attributes --remove-section=.comment "${infile}" -o "${outfile}.tmp" || fail=true
80 "${CLANG_BIN}/llvm-objcopy" --only-keep-debug "${infile}" "${outfile}.debug"
81 …file}" --format=posix --defined-only 2> /dev/null | awk '{ print $1 }' | sort >"${outfile}.dynsyms"
[all …]
Dtoc.sh38 …N}/llvm-readelf" -d "${infile}" | grep SONAME || echo "No SONAME for ${infile}") > "${outfile}.tmp"
39 …"${CLANG_BIN}/llvm-readelf" --dyn-syms "${infile}" | awk '{$2=""; $3=""; print}' >> "${outfile}.tm…
42 ${outfile}: \\
48 "${CLANG_BIN}/llvm-objdump" -p "${infile}" | grep LC_ID_DYLIB -A 5 > "${outfile}.tmp"
49 …"${CLANG_BIN}/llvm-nm" -gP "${infile}" | cut -f1-2 -d" " | (grep -v 'U$' >> "${outfile}.tmp" || tr…
52 ${outfile}: \\
59 "${CLANG_BIN}/llvm-objdump" -x "${infile}" | grep "^Name" | cut -f3 -d" " > "${outfile}.tmp"
60 "${CLANG_BIN}/llvm-nm" -gP "${infile}" | cut -f1-2 -d" " >> "${outfile}.tmp"
63 ${outfile}: \\
73 o) outfile="${OPTARG}" ;;
[all …]
Darchive_repack.sh46 o) outfile="${OPTARG}" ;;
57 if [ -z "${outfile}" ]; then
65 ${outfile}: ${infile} ${CLANG_BIN}/llvm-ar
71 if [[ "$outfile" != /* ]]; then
72 outfile="${PWD}/${outfile}"
75 tempdir="${outfile}.tmp"
78 rm -f "${outfile}"
87 "${LLVM_AR}" --format=gnu qc "${outfile}" "$@"
/build/make/tools/zipalign/
DREADME.txt3 usage: zipalign [-f] [-v] <align> infile.zip outfile.zip
7 -f : overwrite existing outfile.zip
12 outfile.zip will be created