Home
last modified time | relevance | path

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

/dragonfly/contrib/elftoolchain/libelf/
HDelf_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()
HDelf_begin.c88 (e = a)->e_activations++; in elf_begin()
HDlibelf_allocate.c51 e->e_activations = 1; in _libelf_allocate_elf()
HD_libelf.h84 int e_activations; /* activation count */ member
/dragonfly/lib/libexecinfo/
HDprivate_libelf.h809 int e_activations; /* activation count */ member
1044 e->e_activations = 1; in _libelf_allocate_elf()
3118 (e = a)->e_activations++; in elf_begin()
3130 if (e == NULL || e->e_activations == 0) in elf_end()
3133 if (--e->e_activations > 0) in elf_end()
3134 return (e->e_activations); in elf_end()
3136 assert(e->e_activations == 0); in elf_end()
3138 while (e && e->e_activations == 0) { in elf_end()