Home
last modified time | relevance | path

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

123456

/external/elfutils/tests/
Drun-unstrip-test.sh29 stripped=${stripped:-testfile17}
30 debugfile=${debugfile:-${stripped}.debug}
32 testfiles $original $stripped $debugfile
40 testrun ../src/unstrip -o testfile.unstrip $stripped $debugfile
Drun-strip-test.sh30 stripped=${stripped:-testfile7}
34 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile
42 cmp $stripped testfile.temp || status=$?
Drun-readelf-test1.sh30 stripped=${stripped:-testfile7}
Drun-strip-test2.sh29 stripped=testfile9
Drun-strip-test3.sh29 stripped=testfile13
Drun-strip-test7.sh2 stripped=testfile40
Drun-strip-test8.sh2 stripped=testfile48
Drun-strip-test6.sh2 stripped=testfile35
Drun-unstrip-test2.sh2 stripped=testfile15
Drun-strip-test4.sh2 stripped=testfile37
Drun-strip-test5.sh2 stripped=testfile16
/external/llvm/autoconf/
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/grub/
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/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/genext2fs/
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/libffi/
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/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/elfutils/src/
Dunstrip.c1218 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument
1226 ELF_CHECK (elf_getshstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections()
1234 ELF_CHECK (elf_getshnum (stripped, &stripped_shnum) == 0, in copy_elided_sections()
1240 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections()
1245 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections()
1382 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections()
1387 stripped, stripped_ehdr, in copy_elided_sections()
1600 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections()
1823 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections()
1852 Elf *stripped, const GElf_Ehdr *stripped_ehdr, in handle_file() argument
[all …]
/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp610 Vector<UChar> stripped; in strippedPlaceholder() local
612 stripped.reserveCapacity(length); in strippedPlaceholder()
617 stripped.append(character); in strippedPlaceholder()
619 return String::adopt(stripped); in strippedPlaceholder()
/external/markdown/tests/safe_mode/
Dscript_tags.txt1 This should be stripped/escaped in safe_mode.
/external/chromium/testing/gtest/xcode/Config/
DFrameworkTarget.xcconfig13 // Dynamic libs should not have their external symbols stripped.
/external/protobuf/gtest/xcode/Config/
DFrameworkTarget.xcconfig13 // Dynamic libs should not have their external symbols stripped.
/external/libvpx/libvpx/third_party/googletest/src/xcode/Config/
DFrameworkTarget.xcconfig13 // Dynamic libs should not have their external symbols stripped.
/external/chromium/chrome/browser/autofill/
Dcredit_card.cc387 string16 stripped; in StripSeparators() local
388 RemoveChars(number, kSeparators, &stripped); in StripSeparators()
389 return stripped; in StripSeparators()

123456