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

/gem5/src/gpu-compute/
H A Dbrig_object.cc440 for (int sec_idx = 0; sec_idx < mod_hdr->sectionCount; ++sec_idx) {
441 uint8_t *sec_hdr_byte_ptr = fileData + sec_idx_table[sec_idx];
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;
/gem5/src/base/loader/
H A Delf_object.cc163 int sec_idx = 1; local
166 Elf_Scn *section = elf_getscn(elf, sec_idx);
205 section = elf_getscn(elf, ++sec_idx);
300 int sec_idx = 1; local
308 Elf_Scn *section = elf_getscn(elf, sec_idx);
332 section = elf_getscn(elf, ++sec_idx);
418 int sec_idx = 1; // there is a 0 but it is nothing, go figure local
419 Elf_Scn *section = elf_getscn(elf, sec_idx);
449 ++sec_idx;
450 section = elf_getscn(elf, sec_idx);
539 int sec_idx = 1; // there is a 0 but it is nothing, go figure local
[all...]

Completed in 7 milliseconds