Searched refs:tryFile (Results 1 - 14 of 14) sorted by relevance

/gem5/src/gpu-compute/
H A Dhsa_object.cc67 for (const auto &tryFile : tryFileFuncs) {
68 if ((hsaObj = tryFile(fname, file_length, file_data))) {
H A Dbrig_object.hh79 static HsaObject* tryFile(const std::string &fname, int len,
H A Dbrig_object.cc57 HsaObject::tryFileFuncs = { BrigObject::tryFile };
405 BrigObject::tryFile(const std::string &fname, int len, uint8_t *fileData) function in class:BrigObject
/gem5/src/base/loader/
H A Draw_object.hh52 static ObjectFile *tryFile(const std::string &fname, size_t len,
H A Dobject_file.cc224 if ((file_obj = ElfObject::tryFile(fname, len, file_data)) != NULL) {
228 if ((file_obj = EcoffObject::tryFile(fname, len, file_data)) != NULL) {
232 if ((file_obj = AoutObject::tryFile(fname, len, file_data)) != NULL) {
236 if ((file_obj = DtbObject::tryFile(fname, len, file_data)) != NULL) {
241 return RawObject::tryFile(fname, len, file_data);
H A Decoff_object.hh61 static ObjectFile *tryFile(const std::string &fname,
H A Daout_object.hh59 static ObjectFile *tryFile(const std::string &fname,
H A Ddtb_object.hh83 static ObjectFile *tryFile(const std::string &fname,
H A Draw_object.cc38 RawObject::tryFile(const std::string &fname, size_t len, uint8_t *data) function in class:RawObject
H A Daout_object.cc43 AoutObject::tryFile(const string &fname, size_t len, uint8_t *data) function in class:AoutObject
H A Delf_object.hh126 static ObjectFile *tryFile(const std::string &fname,
H A Ddtb_object.cc43 DtbObject::tryFile(const std::string &fname, size_t len, uint8_t *data) function in class:DtbObject
H A Decoff_object.cc53 EcoffObject::tryFile(const string &fname, size_t len, uint8_t *data) function in class:EcoffObject
H A Delf_object.cc64 ElfObject::tryFile(const std::string &fname, size_t len, uint8_t *data, function in class:ElfObject
259 ObjectFile *obj = tryFile(interp_path, sb.st_size,

Completed in 16 milliseconds