Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/external/elfutils/tests/
Drun-strip-strmerge.sh26 stripped=${merged}.stripped
30 tempfiles $merged $stripped $debugfile $remerged
39 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged
40 echo elflint $stripped
41 testrun ${abs_top_builddir}/src/elflint --gnu $stripped
45 testrun ${abs_top_builddir}/src/unstrip -o $remerged $stripped $debugfile
54 stripped=${merged}.stripped
58 tempfiles $merged $stripped $debugfile $remerged
67 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged
68 echo elflint $stripped
[all …]
Drun-unstrip-test.sh21 stripped=${stripped:-testfile17}
22 debugfile=${debugfile:-${stripped}.debug}
24 testfiles $original $stripped $debugfile
32 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip $stripped $debugfile
41 testrun ${abs_top_builddir}/src/unstrip $stripped testfile.inplace
Drun-strip-test.sh22 stripped=${stripped:-testfile7}
26 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile
34 cmp $stripped testfile.temp || status=$?
Drun-annobingroup.sh28 tempfiles merged.elf stripped.elf debugfile1.elf debugfile2.elf debugfile3.elf remerged.elf
38 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile1.elf testfile-annobingroup.o
40 testrun_compare ${abs_top_builddir}/src/readelf -g stripped.elf << EOF
56 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile1.elf
84 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile2.elf testfile-annobingroup-i386.o
86 testrun_compare ${abs_top_builddir}/src/readelf -g stripped.elf << EOF
108 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile2.elf
146 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile3.elf testfile-annobingroup-x86_6…
152 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile3.elf
/external/llvm-project/lldb/test/API/lang/objc/hidden-ivars/
DMakefile7 all: a.out libInternalDefiner.dylib stripped
12 stripped: a.out.dSYM target
15 stripped: a.out libInternalDefiner.dylib target
16 mkdir stripped
17 strip -Sx a.out -o stripped/a.out
18 strip -Sx libInternalDefiner.dylib -o stripped/libInternalDefiner.dylib
20 $(CODESIGN) -fs - stripped/a.out
23 $(CODESIGN) -fs - stripped/libInternalDefiner.dylib
26 cp -r a.out.dSYM stripped/a.out.dSYM
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dstrip-all.test10 # RUN: llvm-objcopy --strip-all %t.exec %t.exec.stripped
11 # RUN: llvm-readobj --sections --relocations --symbols %t.exec.stripped \
14 # RUN: llvm-objcopy --strip-all %t.dwarf %t.dwarf.stripped
15 # RUN: llvm-readobj --sections --relocations --symbols %t.dwarf.stripped \
22 # cmp %t2 %t.exec.stripped
23 # cmp %t3 %t.exec.stripped
27 # cmp %t4 %t.dwarf.stripped
28 # cmp %t5 %t.dwarf.stripped
31 # RUN: llvm-strip %t.dwarf.universal -o %t.dwarf.universal.stripped
32 # RUN: llvm-lipo %t.dwarf.universal.stripped -thin x86_64 -output %t6
[all …]
Dstrip-debug.test5 # RUN: llvm-objcopy --strip-debug %t %t.stripped
6 # RUN: llvm-readobj --sections %t.stripped | FileCheck /dev/null \
11 # RUN: llvm-readobj --symbols %t.stripped | FileCheck %s --check-prefix=SYM
19 # RUN: llvm-readobj -r %t.stripped | FileCheck %s --check-prefix=RELOC
22 # RUN: cmp %t.stripped %t.stripped2
/external/tensorflow/tensorflow/python/kernel_tests/
Dregex_replace_op_test.py47 stripped = op(inp, "\\p{Ll}", ".")
48 self.assertAllEqual([b"A.C.E", b"H.J.L"], stripped)
55 stripped = op(input_vector, "^(a:|b:)", "", replace_global=False)
57 stripped)
64 stripped = op(input_vector, "a.*a", "(\\0)")
65 self.assertAllEqual([b"(aba)\n(aba)", b"(abcda)bcde"], stripped)
72 stripped = op(input_vector, "", "x")
73 self.assertAllEqual([b"xaxbxcx", b"x1x"], stripped)
90 stripped = op(input_vector, "ab", "abc", True)
91 self.assertAllEqual([b"abcabcabcabcabc", b"abccabccabcc", b""], stripped)
/external/llvm-project/lldb/test/API/linux/sepdebugsymlink/
DMakefile8 $(OBJCOPY) --only-keep-debug $< $@/stripped.debug
9 $(OBJCOPY) --strip-all --add-gnu-debuglink=$@/stripped.debug $< $@/stripped.out
14 ln -s ../$</stripped.out $@/stripped.symlink
/external/llvm-project/llvm/cmake/modules/
DLLVMDistributionSupport.cmake11 add_custom_target(install-distribution-stripped)
27 if(TARGET install-${target}-stripped)
28 add_dependencies(install-distribution-stripped install-${target}-stripped)
31 … "Specified distribution component '${target}' doesn't have an install-stripped target."
33 " or you should manually create the 'install-${target}-stripped' target.")
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dstrip-multiple-files.test3 # Run llvm-strip normally. This will create a stripped object file for later
6 # RUN: llvm-strip --keep-symbol=foo %t.1.o -o %t.stripped.o
7 # RUN: llvm-readobj --symbols %t.stripped.o | FileCheck %s
13 # RUN: cmp %t.1.o %t.stripped.o
14 # RUN: cmp %t.2.o %t.stripped.o
21 # RUN: cmp %t.1.o %t.stripped.o
22 # RUN: cmp %t.2.o %t.stripped.o
23 # RUN: cmp %t.3.o %t.stripped.o
28 # RUN: not llvm-strip --keep-symbol=foo -o %t.stripped.o %t.1.o %t.2.o 2>&1 \
Dcopy-after-strip-sections.test7 # RUN: llvm-objcopy %t.in %t.stripped --strip-sections
8 # RUN: llvm-objcopy %t.stripped %t.stripped2 --strip-sections
10 # RUN: cmp %t.stripped %t.stripped2
11 # RUN: cmp %t.stripped %t.out
Dstrip-debug.test36 # RUN: cp %t2 %t.duplicate.stripped
37 # RUN: rm -f %t.multiple-stripped-obj.a
38 # RUN: llvm-ar crs %t.multiple-stripped-obj.a %t2 %t.duplicate.stripped
41 # RUN: llvm-objcopy --strip-debug %t.multiple-obj.a %t.multiple-obj.stripped.a
42 # RUN: llvm-ar p %t.multiple-stripped-obj.a > %t.multiple-stripped-obj.a.dump
43 # RUN: llvm-ar p %t.multiple-obj.stripped.a > %t.multiple-obj.stripped.a.dump
44 # RUN: cmp %t.multiple-stripped-obj.a.dump %t.multiple-obj.stripped.a.dump
/external/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
Dmain.mm121 int patval; // external symbol, will not be completely stripped
122 int pat(int in) { // external symbol, will not be completely stripped
128 static int fooval; // static symbol, stripped
129 int foo() { // external symbol, will not be completely stripped
135 int bazval = 10; // external symbol, will not be completely stripped
136 int baz () { // external symbol, will not be completely stripped
140 static int barval = 15; // static symbol, stripped
141 static int bar () { // static symbol, stripped; __lldb_unnamed_symbol from func starts
145 int calculate () // external symbol, will not be completely stripped
DMakefile9 all: a.out a.out-stripped
11 a.out-stripped:
12 cp a.out a.out-stripped
13 strip -N a.out-stripped
/external/llvm-project/lldb/test/API/lang/objc/objc-ivar-stripped/
DMakefile4 all: a.out.stripped
8 a.out.stripped: a.out.dSYM
9 strip -o a.out.stripped a.out
11 $(CODESIGN) -fs - a.out.stripped
/external/llvm-project/lldb/test/API/tools/lldb-vscode/module/
DMakefile10 all: a.out.stripped
12 a.out.stripped:
13 strip -o a.out.stripped a.out
16 $(CODESIGN) -fs - a.out.stripped
/external/llvm-project/lldb/test/API/lang/objc/objc-static-method-stripped/
DMakefile4 default: a.out.stripped
6 a.out.stripped: a.out.dSYM
7 strip -o a.out.stripped a.out
8 ln -sf a.out.dSYM a.out.stripped.dSYM
/external/libtextclassifier/abseil-cpp/absl/strings/
Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace()
178 auto input_it = stripped.begin(); in RemoveExtraAsciiWhitespace()
179 auto input_end = stripped.end(); in RemoveExtraAsciiWhitespace()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace()
178 auto input_it = stripped.begin(); in RemoveExtraAsciiWhitespace()
179 auto input_end = stripped.end(); in RemoveExtraAsciiWhitespace()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace()
178 auto input_it = stripped.begin(); in RemoveExtraAsciiWhitespace()
179 auto input_end = stripped.end(); in RemoveExtraAsciiWhitespace()
/external/abseil-cpp/absl/strings/
Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace()
178 auto input_it = stripped.begin(); in RemoveExtraAsciiWhitespace()
179 auto input_end = stripped.end(); in RemoveExtraAsciiWhitespace()
/external/angle/third_party/abseil-cpp/absl/strings/
Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace()
178 auto input_it = stripped.begin(); in RemoveExtraAsciiWhitespace()
179 auto input_end = stripped.end(); in RemoveExtraAsciiWhitespace()
/external/openscreen/third_party/abseil/src/absl/strings/
Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace()
178 auto input_it = stripped.begin(); in RemoveExtraAsciiWhitespace()
179 auto input_end = stripped.end(); in RemoveExtraAsciiWhitespace()
/external/cldr/tools/scripts/
Dcoll2icu.py155 stripped = line.strip()
157 if stripped == '<rules><import source="sr"/></rules>':
159 elif stripped == '<rules><import source="hr" type="search"/></rules>':
161 elif stripped == '<rules><import source="hr"/></rules>':
163 elif stripped == '<rules><import source="ps"/></rules>':
167 assert stripped == "<rules>"

12345678910>>...21