Searched refs:OBJCOPY (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh93 exportVar OBJCOPY "$ANDROID_TOOLCHAIN_PREFIX-objcopy"
/external/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh88 exportVar OBJCOPY "$ANDROID_TOOLCHAIN_PREFIX-objcopy"
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure.ac92 AC_CHECK_TOOL([OBJCOPY], [objcopy], [])
93 AS_IF([test -n "$OBJCOPY"], [dnl
94 AC_CACHE_CHECK([if $OBJCOPY supports -W], gpt_cv_objcopy_weaken, [dnl
96 AS_IF(["$OBJCOPY" -W foo conftest$ac_exeext /dev/null],
H A Dconfigure808 OBJCOPY
4831 if test -n "$OBJCOPY"; then
4832 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
4851 OBJCOPY=$ac_cv_prog_OBJCOPY
4852 if test -n "$OBJCOPY"; then
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
4854 $as_echo "$OBJCOPY" >&6; }
4863 ac_ct_OBJCOPY=$OBJCOPY
4901 OBJCOPY=""
4909 OBJCOPY
[all...]
H A DMakefile.am89 WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W calloc -W cfree \

Completed in 151 milliseconds