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()
DlibelfP.h454 extern int __libelf_next_arhdr_wrlock (Elf *elf) internal_function;
Delf_begin.c837 __libelf_next_arhdr_wrlock (Elf *elf) in __libelf_next_arhdr_wrlock() function
1054 && __libelf_next_arhdr_wrlock (ref) != 0) in dup_elf()
DChangeLog837 * elf_begin.c (__libelf_next_arhdr_wrlock): ar_size cannot be
870 (__libelf_next_arhdr_wrlock): Likewise. Sanity check the ar_size.
937 * elf_begin.c (__libelf_next_arhdr_wrlock): Use mempcpy not __mempcpy.
1069 * elf_begin.c (__libelf_next_arhdr_wrlock): Don't reject archive
1323 (__libelf_next_arhdr): Rename to __libelf_next_arhdr_wrlock.
1328 (elf_getarhdr): Lock before calling __libelf_next_arhdr_wrlock.