Home
last modified time | relevance | path

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

/openbsd/lib/libelf/
H A Delf_end.c45 if (e == NULL || e->e_activations == 0) in elf_end()
48 if (--e->e_activations > 0) in elf_end()
49 return (e->e_activations); in elf_end()
51 assert(e->e_activations == 0); in elf_end()
53 while (e && e->e_activations == 0) { in elf_end()
H A Delf_begin.c88 (e = a)->e_activations++; in elf_begin()
H A Dlibelf_allocate.c51 e->e_activations = 1; in _libelf_allocate_elf()
H A D_libelf.h84 int e_activations; /* activation count */ member