Lines Matching refs:Symbolize
110 bool Symbolize() {
2358 result = oat_symbolizer.Symbolize();
2361 result = oat_symbolizer.Symbolize();
2364 fprintf(stderr, "Failed to symbolize\n");
2396 } else if (option.starts_with("--symbolize=")) {
2397 oat_filename_ = option.substr(strlen("--symbolize=")).data();
2497 " --symbolize=<file.oat>: output a copy of file.oat with elf symbols included.\n"
2498 " Example: --symbolize=/system/framework/boot.oat\n"
2500 " --only-keep-debug<file.oat>: Modifies the behaviour of --symbolize so that\n"
2502 " Example: --symbolize=/system/framework/boot.oat --only-keep-debug\n"