HomeSort by relevance Sort by last modified time
    Searched refs:objcopy (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/build/
gdb-add-index 44 objcopy --remove-section .gdb_index "$file"
59 objcopy --add-section .gdb_index="$index_file" \
  /external/libunwind/tests/
run-coredump-unwind 24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
28 objcopy --add-section .gnu_debugdata="$mini_debuginfo" "$binary"
  /bionic/linker/
linker_executable.mk 4 # hand, as we want to insert an extra objcopy step that is not supported by the build
  /ndk/build/tools/
build-gdbserver.sh 241 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
  /build/core/combo/
TARGET_linux-arm64.mk 63 TARGET_OBJCOPY := $(TARGET_TOOLS_PREFIX)objcopy$(HOST_EXECUTABLE_SUFFIX)
TARGET_linux-mips64.mk 63 TARGET_OBJCOPY := $(TARGET_TOOLS_PREFIX)objcopy$(HOST_EXECUTABLE_SUFFIX)
TARGET_linux-x86_64.mk 55 TARGET_OBJCOPY := $(TARGET_TOOLS_PREFIX)objcopy$(HOST_EXECUTABLE_SUFFIX)
TARGET_linux-arm.mk 63 $(combo_2nd_arch_prefix)TARGET_OBJCOPY := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)objcopy$(HOST_EXECUTABLE_SUFFIX)
TARGET_linux-mips.mk 63 $(combo_2nd_arch_prefix)TARGET_OBJCOPY := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)objcopy$(HOST_EXECUTABLE_SUFFIX)
TARGET_linux-x86.mk 55 $(combo_2nd_arch_prefix)TARGET_OBJCOPY := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)objcopy$(HOST_EXECUTABLE_SUFFIX)
  /ndk/build/core/
default-build-commands.mk 109 # The command objcopy --add-gnu-debuglink= will be needed for Valgrind
151 TARGET_OBJCOPY = $(TOOLCHAIN_PREFIX)objcopy
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 91 # Check if we have an objcopy installed that supports -W
92 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],
configure 808 OBJCOPY
    [all...]

Completed in 553 milliseconds