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

/gem5/ext/libelf/
H A Delf_data.c44 uint64_t sh_align, sh_offset, sh_size; local
70 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
75 sh_offset = s->s_shdr.s_shdr64.sh_offset;
82 sh_offset + sh_size > (uint64_t) e->e_rawsize) {
124 (*xlate)(d->d_buf, e->e_rawfile + sh_offset, count, e->e_byteorder !=
181 uint64_t sh_align, sh_offset, sh_size; local
200 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
[all...]
H A Dgelf_shdr.c73 d->sh_offset = (Elf64_Off) sh32->sh_offset;
118 LIBELF_COPY_U32(sh32, s, sh_offset);
H A Delf_update.c82 uint64_t sh_align, sh_entsize, sh_offset, sh_size; local
89 * fields include: `sh_offset', `sh_type', `sh_size', `sh_addralign'.
107 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
113 sh_offset = s->s_shdr.s_shdr64.sh_offset;
121 if ((size_t) *rc < sh_offset + sh_size)
122 *rc = sh_offset + sh_size;
180 if (scn_alignment > sh_align || sh_offset % sh_align ||
205 sh_offset
[all...]
H A Delf32.h82 Elf32_Off sh_offset; /* Offset in file. */ member in struct:__anon15
H A Delf_scn.c107 scn->s_shdr.s_shdr32.sh_offset;
111 scn->s_shdr.s_shdr64.sh_offset;
H A Delf64.h91 Elf64_Off sh_offset; /* Offset in file. */ member in struct:__anon31

Completed in 16 milliseconds