Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:Strip

1068     } else if (option == "--include-debug-symbols" || option == "--no-strip-symbols") {
1070 } else if (option == "--no-include-debug-symbols" || option == "--strip-symbols") {
1649 // If we don't want to strip in place, copy from unstripped location to stripped location.
1650 // We need to strip after image creation because FixupElf needs to use .strtab.
1679 // Strip unneeded sections for target
1683 CHECK(ElfStripper::Strip(oat_file.get(), &error_msg)) << error_msg;