Searched defs:section (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/tests/tlm/cancel_all/
H A Dcancel_all.cpp59 if (flag1) cout << "Called peq_cb with section = " << section << "\n"; local
66 if (flag2) cout << "Called peq_cb with section = " << section << "\ local
73 int section; local
134 if (flag3) cout << "Called get_next_transaction with section = " << section << "\\n"; local
141 if (flag4) cout << "Called get_next_transaction with section = " << section << "\\n"; local
150 int section; local
[all...]
/gem5/ext/ply/doc/
H A Dmakedoc.py52 section = 0 variable
/gem5/src/base/
H A Dinifile.cc183 Section *section = NULL; local
220 Section *section = findSection(sectionName); local
236 Section *section = findSection(sectionName); local
313 Section *section = i->second; local
[all...]
/gem5/src/sim/
H A Dserialize.cc288 CheckpointIn::entryExists(const string &section, const string &entry) argument
294 CheckpointIn::find(const string &section, const string &entry, string &value) argument
300 CheckpointIn::findObj(const string &section, const string &entry, argument
313 CheckpointIn::sectionExists(const string &section) argument
[all...]
/gem5/src/base/loader/
H A Delf_object.cc166 Elf_Scn *section = elf_getscn(elf, sec_idx); local
308 Elf_Scn *section = elf_getscn(elf, sec_idx); local
419 Elf_Scn *section = elf_getscn(elf, sec_idx); local
540 Elf_Scn *section = elf_getscn(elf, sec_idx); local
[all...]

Completed in 10 milliseconds