Searched refs:fname (Results 26 - 42 of 42) sorted by relevance

12

/gem5/src/python/m5/
H A Doptions.py96 fname = '--no-%s' % name
107 fopt = self.add_option(fname, action="store_false", dest=dest,
/gem5/tests/gem5/
H A Dverifier.py185 def parse_file(fname):
186 with open(fname, 'r') as file_:
/gem5/src/base/loader/
H A Delf_object.hh126 static ObjectFile *tryFile(const std::string &fname,
H A Dobject_file.hh189 ObjectFile *createObjectFile(const std::string &fname, bool raw = false);
H A Delf_object.cc64 ElfObject::tryFile(const std::string &fname, size_t len, uint8_t *data, argument
209 ElfObject * result = new ElfObject(fname, len, data, arch, op_sys);
/gem5/src/base/stats/
H A Dhdf5.hh142 const std::string fname; member in class:Stats::Hdf5
H A Dhdf5.cc63 : fname(file), timeChunk(chunking),
81 h5File = H5::H5File(fname,
/gem5/util/m5/
H A Dlua_gem5Op.c248 #define ADD_FUNC(fname) do{ \
249 lua_pushcfunction(L, fname); \
250 lua_setfield(L, -2, #fname); \
/gem5/src/arch/arm/
H A Dsemihosting.cc293 std::string fname = readString(tc, name_base, name_size);
296 FileBase::create(*this, fname, mode);
299 fname, argv[2], mode, ret);
490 std::string fname = readString(tc, argv[1], argv[2]); local
492 if (remove(fname.c_str()) != 0) {
713 ArmSemihosting &parent, const std::string &fname, const char *mode)
716 if (fname == ":semihosting-features") {
717 file.reset(new FileFeatures(parent, fname.c_str(), mode));
719 file.reset(new File(parent, fname.c_str(), mode));
736 std::string fname, mod
712 create( ArmSemihosting &parent, const std::string &fname, const char *mode) argument
[all...]
H A Dsemihosting.hh126 ArmSemihosting &parent, const std::string &fname,
/gem5/tests/testing/
H A Dtests.py313 for fname in self.ref_files():
315 os.path.join(self.output_dir, fname),
316 os.path.join(self.ref_dir, fname))
/gem5/ext/testlib/
H A Dhelper.py376 def _filter_file(fname, filters):
377 with open(fname, "r") as file_:
393 def _filter_file_inplace(fname, filters):
401 for line in _filter_file(fname, filters):
405 _copy_file_keep_perms(tfname, fname)
/gem5/util/
H A Dcompile130 fname = '--no-%s' % name
140 add_option(fname, action="store_false", dest=dest, help=fhelp)
/gem5/ext/ply/ply/
H A Dlex.py729 for fname, f in self.funcsym[state]:
734 tokname = self.toknames[fname]
756 c = re.compile("(?P<%s>%s)" % (fname,f.__doc__), re.VERBOSE | self.reflags)
933 for fname, f in linfo.funcsym[state]:
936 regex_list.append("(?P<%s>%s)" % (fname,f.__doc__))
938 debuglog.info("lex: Adding rule %s -> '%s' (state '%s')",fname,f.__doc__, state)
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py316 fname = instr[1]
322 self.functions[fname] = eval_func
/gem5/src/cpu/
H A Dbase.cc227 const string fname = csprintf("ftrace.%s", name()); local
228 functionTraceStream = simout.findOrCreate(fname)->stream();
/gem5/src/arch/
H A Disa_parser.py2655 fname = matchobj.group('filename')
2656 full_fname = os.path.normpath(os.path.join(dirname, fname))

Completed in 40 milliseconds

12