Lines Matching full:c_str
331 dwarf_filename.c_str(), elf_header->e_machine);
369 int obj_fd = open(obj_file.c_str(), O_RDONLY);
372 obj_file.c_str(), strerror(errno));
379 obj_file.c_str(), strerror(errno));
386 obj_file.c_str(), strerror(errno));
392 fprintf(stderr, "Not a valid ELF file: %s\n", obj_file.c_str());
420 if (!realpath(right_path.c_str(), right_abspath))
443 if (!realpath(obj_file.c_str(), obj_file_abspath)) {
444 fprintf(stderr, "Cannot resolve absolute path for %s\n", obj_file.c_str());
462 int debuglink_fd = open(debuglink_path.c_str(), O_RDONLY);
482 debuglink_path.c_str());
491 debuglink_path.c_str());
501 obj_file.c_str());
504 fprintf(stderr, " %s/%s\n", debug_dir.c_str(), debuglink);
532 section.c_str());
549 loaded_file_.c_str(), filename.c_str());
630 " STABS debugging information\n", obj_file.c_str());
648 "DWARF debugging information\n", obj_file.c_str());
731 obj_file.c_str());
753 "but no debug path specified.\n", obj_file.c_str());
757 obj_file.c_str());
817 char* c_filename = strdup(filename.c_str());
833 debuglink_file.c_str(), debug_elf_header->e_machine);
839 debuglink_file.c_str(), debug_architecture,
840 obj_filename.c_str(), obj_file_architecture);
848 obj_filename.c_str(), debuglink_file.c_str());
869 obj_filename.c_str());
876 obj_filename.c_str(), elf_header->e_machine);
899 fprintf(stderr, "Found debugging info in %s\n", debuglink_file.c_str());
931 fprintf(stderr, "Not a valid ELF file: %s\n", obj_filename.c_str());