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

/gem5/ext/libelf/
H A Delf_rawfile.c38 size = e ? e->e_rawsize : 0;
H A Delf_next.c53 next = e->e_rawfile - parent->e_rawfile + e->e_rawsize;
56 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ? (off_t) 0 : next;
H A Delf_rand.c40 offset + sizeof(struct ar_hdr) >= ar->e_rawsize) {
H A Delf_getident.c56 *sz = e->e_rawsize;
H A Delf_end.c76 (void) munmap(e->e_rawfile, e->e_rawsize);
H A Delf_memory.c54 e->e_rawsize = sz;
H A Dlibelf_ar.c229 assert((uintptr_t) arh <= (uintptr_t) parent->e_rawfile + parent->e_rawsize -
340 end = e->e_rawfile + e->e_rawsize;
342 assert(e->e_rawsize > 0);
H A Dlibelf_ehdr.c54 if (e->e_rawsize < shoff + fsz) { /* raw file too small */
138 if (e->e_cmd != ELF_C_WRITE && e->e_rawsize < fsz) {
H A D_libelf.h88 size_t e_rawsize; /* size of uninterpreted bytes */ member in struct:_Elf
H A Dlibelf_allocate.c60 e->e_rawsize = 0;
H A Dlibelf_phdr.c82 if ((uint64_t) e->e_rawsize < (phoff + fsz)) {
H A Delf_data.c82 sh_offset + sh_size > (uint64_t) e->e_rawsize) {
H A Delf_scn.c58 shoff + fsz * shnum > e->e_rawsize) { \
H A Delf_update.c779 if (e->e_rawfile && munmap(e->e_rawfile, e->e_rawsize) < 0) {
796 e->e_rawsize = newsize;

Completed in 16 milliseconds