Searched refs:Section (Results 1 - 7 of 7) sorted by relevance

/gem5/src/base/
H A Dinifile.hh51 /// where each section is a set of key/value pairs. Section names,
93 class Section class in class:IniFile
103 Section() function in class:IniFile::Section
140 /// SectionTable type. Map of strings to Section object pointers.
141 typedef std::unordered_map<std::string, Section *> SectionTable;
144 /// Hash of section names to Section object pointers.
150 Section *addSection(const std::string &sectionName);
154 Section *findSection(const std::string &sectionName) const;
194 /// Note that the 'Section' class is (intentionally) not public,
H A Dinifile.cc79 IniFile::Section::addEntry(const std::string &entryName,
101 IniFile::Section::add(const std::string &assignment)
125 IniFile::Section::findEntry(const std::string &entryName) const
135 IniFile::Section *
145 Section *sec = new Section();
152 IniFile::Section *
175 Section *s = addSection(sectionName);
183 Section *section = NULL;
220 Section *sectio
[all...]
/gem5/src/base/loader/
H A Dobject_file.hh119 struct Section { struct in class:ObjectFile
128 Section text;
129 Section data;
130 Section bss;
132 bool loadSection(Section *sec, const PortProxy& mem_proxy, Addr mask,
H A Delf_object.hh54 // The global definition of a gem5 "Section" is closest to ELF's segments.
55 typedef ObjectFile::Section Segment;
H A Dobject_file.cc76 ObjectFile::loadSection(Section *sec, const PortProxy& mem_proxy,
/gem5/src/arch/arm/
H A Dtable_walker.hh101 Section, enumerator in enum:ArmISA::TableWalker::L1Descriptor::EntryType
125 return "Inserting Section Descriptor into TLB\n";
H A Dtable_walker.cc1495 case L1Descriptor::Section:

Completed in 17 milliseconds