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

/gem5/src/gpu-compute/
H A Dbrig_object.cc442 BrigSectionHeader *sec_hdr = (BrigSectionHeader*)sec_hdr_byte_ptr; local
446 DPRINTF(HSAILObject, "found section %.*s\n", sec_hdr->nameLength,
447 sec_hdr->name);
449 sectionInfo[sec_idx].ptr = new uint8_t[sec_hdr->byteCount];
450 memcpy(sectionInfo[sec_idx].ptr, sec_hdr_byte_ptr, sec_hdr->byteCount);
451 sectionInfo[sec_idx].size = sec_hdr->byteCount;

Completed in 5 milliseconds