Searched refs:sectionNames (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dbrig_object.hh71 static const char *sectionNames[]; member in class:final
H A Dbrig_object.cc61 const char *BrigObject::sectionNames[] = member in class:BrigObject
/gem5/src/base/loader/
H A Delf_object.hh62 std::set<std::string> sectionNames; member in class:ElfObject
H A Delf_object.cc522 assert(!sectionNames.size());
546 sectionNames.insert(elf_strptr(elf, ehdr.e_shstrndx, shdr.sh_name));
556 if (!sectionNames.size())
559 return sectionNames.find(sec) != sectionNames.end();

Completed in 9 milliseconds