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

/gem5/ext/libelf/
H A Delf_rand.c53 ar->e_u.e_ar.e_next = offset;
H A Delf_next.c56 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ? (off_t) 0 : next;
H A Dlibelf_ar.c289 next = elf->e_u.e_ar.e_next;
333 e->e_u.e_ar.e_next = (off_t) -1;
391 e->e_u.e_ar.e_next = (off_t) (s - e->e_rawfile);
H A D_libelf.h93 off_t e_next; /* set by elf_rand()/elf_next() */ member in struct:_Elf::__anon7::__anon8

Completed in 8 milliseconds