Lines Matching +defs:file +defs:remote +defs:p
90 struct iovec local, remote;
91 remote.iov_base = &source;
93 remote.iov_len = local.iov_len = sizeof source;
97 ssize_t res = process_vm_readv(getpid(), &local, 1, &remote, 1, 0);
199 // Simple helper function to ensure flags are enabled on the given file
511 for (const auto &p : tids_to_attach)
512 tids.push_back(p.first);
1858 "Module file (%s) not found in /proc/%" PRIu64 "/maps file!",
1869 FileSpec file(file_name);
1871 if (it.second == file) {
1876 return Status::FromErrorString("No load address found for specified file.");