Lines Matching defs:file
2 * @file op_header.cpp
3 * various free function acting on a sample file header
6 * @remark Read the file COPYING
60 // Note that in the generated ELF file for anonymous code the vma
88 void check_mtime(string const & file, opd_header const & header)
90 time_t const newmtime = op_get_mtime(file.c_str());
95 if (warned_files.find(file) != warned_files.end())
98 warned_files.insert(file);
104 // think that the JIT sample file is not a binary file.
105 if (is_jit_sample(file)) {
106 cverb << vbfd << "warning: could not check that the binary file "
107 << file << " has not been modified since "
110 cerr << "warning: could not check that the binary file "
111 << file << " has not been modified since "
120 if (file.find("/symbols/") == string::npos) {
123 cerr << "warning: the last modified time of the binary file "
124 "does not match that of the sample file for " << file
129 "has been modified since the sample file was created.\n";
144 throw op_fatal_error("Can't open sample file:" +
150 throw op_fatal_error("Can't read sample file header:" +
155 throw op_fatal_error("Invalid sample file, "