HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1 - 25 of 489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/tests/
run-strip-test2.sh 30 . $srcdir/run-strip-test.sh
run-strip-test3.sh 30 . $srcdir/run-strip-test.sh
run-strip-test4.sh 5 . $srcdir/run-strip-test.sh
run-strip-test5.sh 5 . $srcdir/run-strip-test.sh
run-strip-test6.sh 5 . $srcdir/run-strip-test.sh
run-strip-test7.sh 5 . $srcdir/run-strip-test.sh
run-strip-test8.sh 5 . $srcdir/run-strip-test.sh
run-allfcts.sh 38 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main
39 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version
40 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt
41 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help
42 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
44 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
45 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
run-line2addr.sh 40 testrun_compare ./line2addr -e testfile8 strip.c:953 strip.c:365 <<\EOF
41 strip.c:953 -> (.text)+0x169f (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
42 strip.c:953 -> (.text)+0x16aa (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
43 strip.c:365 -> (.text)+0x278b (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
44 strip.c:365 -> (.text)+0x2797 (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365
    [all...]
  /build/core/
host_static_library.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
16 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
host_shared_library.mk 12 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
15 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
18 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),)
21 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
host_executable.mk 9 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
12 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
static_library.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
17 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
product_config.mk 37 $(strip \
91 product_goals := $(strip $(filter PRODUCT-%,$(MAKECMDGOALS)))
150 unbundled_goals := $(strip $(filter APP-%,$(MAKECMDGOALS)))
155 TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals))))
183 ifneq ($(strip $(TARGET_BUILD_APPS)),)
213 PRODUCT_LOCALES := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_LOCALES))
229 PRODUCT_AAPT_CONFIG := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_AAPT_CONFIG))
231 PRODUCT_AAPT_PREF_CONFIG := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_AAPT_PREF_CONFIG))
235 PRODUCT_AAPT_CONFIG := $(strip \
238 PRODUCT_AAPT_PREF_CONFIG := $(strip $(PRODUCT_AAPT_PREF_CONFIG)
    [all...]
executable.mk 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
distdir.mk 23 dist_goal := $(strip $(filter dist,$(MAKECMDGOALS)))
24 MAKECMDGOALS := $(strip $(filter-out dist,$(MAKECMDGOALS)))
25 ifeq (,$(strip $(filter-out $(INTERNAL_MODIFIER_TARGETS),$(MAKECMDGOALS))))
  /build/core/tasks/
product-graph.mk 26 $(foreach d,$(PRODUCTS.$(strip $(p)).INHERITS_FROM), \
30 $(foreach d,$(PRODUCTS.$(strip $(p)).INHERITS_FROM), \
  /external/clang/lib/Basic/
Makefile 19 SVN_REVISION := $(strip \
22 SVN_REPOSITORY := $(strip \
25 LLVM_REVISION := $(strip \
28 LLVM_REPOSITORY := $(strip \
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
EdgeInfoVec.java 33 package jme3tools.converters.model.strip;
StripInfoVec.java 33 package jme3tools.converters.model.strip;
  /frameworks/compile/libbcc/tools/build/
gen-config-from-mk.py 19 if conf_patt.match(line.strip()):
23 if split_patt.match(line.strip()):
29 match = var_patt.match(line.strip())
33 elif split_patt.match(line.strip()):
  /build/target/board/
Android.mk 5 ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true)
7 ifeq ($(strip $(TARGET_BOOTLOADER_IS_2ND)),true)
17 ifneq ($(strip $(TARGET_NO_KERNEL)),true)
  /development/build/
sdk-windows-x86.atree 31 bin/adb.exe strip platform-tools/adb.exe
32 bin/fastboot.exe strip platform-tools/fastboot.exe
37 bin/aapt.exe strip platform-tools/aapt.exe
40 bin/aidl.exe strip platform-tools/aidl.exe
46 bin/dexdump.exe strip platform-tools/dexdump.exe
49 bin/llvm-rs-cc.exe strip platform-tools/llvm-rs-cc.exe
  /external/llvm/test/Object/Inputs/
elfver.S 6 # Also, strip off non-dynamic symbols:
7 # strip elf-versioning-test.i386
8 # strip elf-versioning-test.x86_64
  /bionic/libc/regex/
regfree.c 62 if (g->strip != NULL)
63 free((char *)g->strip);

Completed in 774 milliseconds

1 2 3 4 5 6 7 8 91011>>