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

/gem5/ext/libelf/
H A Delf_end.c42 if (e == NULL || e->e_activations == 0)
45 if (--e->e_activations > 0)
46 return (e->e_activations);
48 assert(e->e_activations == 0);
50 while (e && e->e_activations == 0) {
H A Delf_begin.c151 (e = a)->e_activations++;
H A D_libelf.h78 int e_activations; /* activation count */ member in struct:_Elf
H A Dlibelf_allocate.c50 e->e_activations = 1;

Completed in 6 milliseconds