Searched refs:sectionExists (Results 1 - 11 of 11) sorted by relevance

/gem5/src/base/loader/
H A Delf_object.hh90 bool sectionExists(std::string sec);
124 virtual bool hasTLS() override { return sectionExists(".tbss"); }
H A Delf_object.cc554 ElfObject::sectionExists(std::string sec) function in class:ElfObject
/gem5/src/sim/
H A Dcxx_config_ini.cc80 return iniFile.sectionExists(object);
H A Dsim_object.cc83 if (cp.sectionExists(name())) {
H A Dserialize.cc313 CheckpointIn::sectionExists(const string &section) function in class:CheckpointIn
315 return db->sectionExists(section);
H A Dserialize.hh94 bool sectionExists(const std::string &section);
/gem5/src/base/
H A Dinifile.hh198 bool sectionExists(const std::string &section) const;
H A Dinifile.cc245 IniFile::sectionExists(const string &sectionName) const function in class:IniFile
/gem5/src/dev/arm/
H A Dhdlcd.cc189 if (cp.sectionExists(Serializable::currentSection()))
H A Dgic_v2.cc1068 if (cp.sectionExists(Serializable::currentSection())) {
/gem5/src/arch/arm/
H A Dsemihosting.cc733 if (!cp.sectionExists(Serializable::currentSection()))

Completed in 13 milliseconds