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

/gem5/ext/libelf/
H A Dgelf_shdr.c78 d->sh_entsize = (Elf64_Xword) sh32->sh_entsize;
123 LIBELF_COPY_U32(sh32, s, sh_entsize);
H A Delf_update.c82 uint64_t sh_align, sh_entsize, sh_offset, sh_size; local
106 sh_entsize = (uint64_t) s->s_shdr.s_shdr32.sh_entsize;
112 sh_entsize = s->s_shdr.s_shdr64.sh_entsize;
197 * 'sh_entsize' field set to zero.
199 if (sh_entsize == 0 &&
200 (sh_entsize = _libelf_fsize(elftype, ec, e->e_version,
202 sh_entsize = 0;
209 s->s_shdr.s_shdr32.sh_entsize
[all...]
H A Delf32.h87 Elf32_Word sh_entsize; /* Size of each entry in section. */ member in struct:__anon15
H A Delf64.h96 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member in struct:__anon31
/gem5/src/base/loader/
H A Delf_object.cc430 int count = shdr.sh_size / shdr.sh_entsize;

Completed in 6 milliseconds