Home
last modified time | relevance | path

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

123456

/external/elfutils/src/tests/
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=$?
Dtest-flag-nobits.c30 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local
33 while ((scn = elf_nextscn (stripped, scn)) != NULL) in main()
Drun-readelf-test1.sh22 stripped=${stripped:-testfile7}
Drun-strip-test2.sh21 stripped=testfile9
Drun-strip-test3.sh21 stripped=testfile13
Drun-strip-test7.sh2 stripped=testfile40
Drun-strip-test6.sh2 stripped=testfile35
Drun-strip-test4.sh2 stripped=testfile37
Drun-strip-test8.sh2 stripped=testfile48
Drun-unstrip-test2.sh2 stripped=testfile15
Drun-strip-test5.sh2 stripped=testfile16
Drun-strip-groups.sh46 outfile=$infile.stripped
/external/lldb/test/lang/objc/objc-ivar-stripped/
DMakefile6 default: a.out.stripped
8 a.out.stripped: a.out.dSYM
9 strip -o a.out.stripped a.out
12 rm -f a.out.stripped
13 rm -rf a.out.stripped.dSYM
/external/lldb/test/lang/objc/objc-static-method-stripped/
DMakefile6 default: a.out.stripped
8 a.out.stripped: a.out.dSYM
9 strip -o a.out.stripped a.out
12 rm -f a.out.stripped
13 rm -rf a.out.stripped.dSYM
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c39 const char *stripped;
42 stripped = name;
44 if(*stripped != *prefix)
47 ++stripped;
50 return stripped;
/external/libogg/
Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/external/libvorbis/
Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/external/cmockery/cmockery_0_1_2/
Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/external/libusb/
Ddepcomp218 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
219 tmpdepfile="$stripped.u"
229 stripped=`echo "$stripped" | sed 's,^.*/,,'`
230 tmpdepfile="$stripped.u"
240 outname="$stripped.o"
/external/owasp/sanitizer/src/tests/org/owasp/html/
DEncodingTest.java226 private static final void assertStripped(String stripped, String orig) { in assertStripped() argument
228 assertEquals(orig, stripped, actual); in assertStripped()
229 if (stripped.equals(orig)) { in assertStripped()
235 assertEquals(orig, stripped, sb.toString()); in assertStripped()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/
DDESCRIPTION19 - Strings are kept, except that escaped newlines are stripped
21 stripped: ``:{});=>+],!`` (The colon (``:``) is a special case, a single
24 stripped: ``{}(=:>+[,!``
27 - whitespaces inside ``url()`` definitions are stripped
32 - The last semicolon within a ruleset is stripped
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
DREADME.rst36 - Strings are kept, except that escaped newlines are stripped
38 stripped: ``:{});=>+],!`` (The colon (``:``) is a special case, a single
41 stripped: ``{}(=:>+[,!``
44 - whitespaces inside ``url()`` definitions are stripped
49 - The last semicolon within a ruleset is stripped
/external/elfutils/src/src/
Dunstrip.c1224 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument
1232 ELF_CHECK (elf_getshdrstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections()
1240 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections()
1250 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections()
1255 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections()
1390 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections()
1395 stripped, stripped_ehdr, in copy_elided_sections()
1607 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections()
1831 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in copy_elided_sections()
1842 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections()
[all …]
/external/jemalloc/include/jemalloc/
Djemalloc_rename.sh8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by

123456