Home
last modified time | relevance | path

Searched refs:__libelf_next_arhdr_wrlock (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libelf/
Delf_getarhdr.c58 && __libelf_next_arhdr_wrlock (parent) != 0) in elf_getarhdr()
61 int st = __libelf_next_arhdr_wrlock (parent); in elf_getarhdr()
Delf_rand.c53 if (__libelf_next_arhdr_wrlock (elf) != 0) in elf_rand()
Delf_next.c63 ret = __libelf_next_arhdr_wrlock (parent) != 0 ? ELF_C_NULL : elf->cmd; in elf_next()
DChangeLog317 * elf_begin.c (__libelf_next_arhdr_wrlock): ar_size cannot be
350 (__libelf_next_arhdr_wrlock): Likewise. Sanity check the ar_size.
417 * elf_begin.c (__libelf_next_arhdr_wrlock): Use mempcpy not __mempcpy.
549 * elf_begin.c (__libelf_next_arhdr_wrlock): Don't reject archive
803 (__libelf_next_arhdr): Rename to __libelf_next_arhdr_wrlock.
808 (elf_getarhdr): Lock before calling __libelf_next_arhdr_wrlock.
DlibelfP.h479 extern int __libelf_next_arhdr_wrlock (Elf *elf) internal_function;
Delf_begin.c780 __libelf_next_arhdr_wrlock (Elf *elf) in __libelf_next_arhdr_wrlock() function
997 && __libelf_next_arhdr_wrlock (ref) != 0) in dup_elf()